Skip to content
#

databases

database logo

A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for the creation, querying, updating, and administration of the data it holds. There are different types of databases, including Relational Database Management Systems (RDBMS) that organize data into tables with predefined relationships, and NoSQL databases that provide a more flexible, schema-less approach to data storage.

Here are 1,676 public repositories matching this topic...

Skytable is a modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility. Skytable gives you spaces, models, data types, complex collections and more to build powerful experiences

  • Updated Jun 1, 2024
  • Rust

This GitHub repository chronicles my learning journey through Cohort 2.0 by Harkirat Singh, where I am mastering the Complete 0-1 and 1-100 syllabi. It covers foundational topics like JavaScript, Node.js, and databases, advanced backend concepts such as message queues, Redis, and Kafka, frontend frameworks including React and Next.js.

  • Updated May 31, 2024
  • JavaScript