Database
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.
- GitHub: https://github.com/topics/database
- Wikipedia: https://en.wikipedia.org/wiki/Database
- Related Topics: dbms, sql, relational-database, nosql, document-oriented, in-memory-database, data-warehouse, graphdb, spatial-database, crud,
- Aliases: db, databases,
- Last updated: 2026-07-07 00:08:29 UTC
- JSON Representation
https://github.com/HuangRicky/DBFactory
R package to manage database connections
connection connection-pool database mysql odbc oracle r sqlserver
Last synced: 30 Jul 2025
https://github.com/brianlusina/kvault
Simple Miniature Key-Value Database
database hacktoberfest key-value-store python
Last synced: 24 Apr 2025
https://github.com/tarsislimadev/rdap-api
To find domain data in RDAP servers
Last synced: 15 Apr 2026
https://github.com/karenpayneoregon/moving-to-net5-version1
Code to assist moving to net5 for both articles and forum post and teaching cold fusion and mainframe coders
csharp database net5 netcore visualstudio2019
Last synced: 13 Apr 2026
https://github.com/yousha/dbalite
A lightweight DBAL(Database Abstraction Layer) library for PHP.
database database-access-layer dbal migration mysql oracle php schema-management sqlite
Last synced: 09 Apr 2025
https://github.com/iantomasinicola/ebook
La mia guida completa sul linguaggio SQL "Come scrivere una query"
database mysql mysql-database sql sql-server
Last synced: 19 Apr 2026
https://github.com/bocaletto-luca/modularijson
ModulariJson
bocaletto-luca database json opensource
Last synced: 12 Apr 2026
https://github.com/amirfarzamnia/velocedb
VeloceDB: A High-Performance, Secure, and Robust Local Database
database fast json localstorage nodejs secure storage
Last synced: 09 Apr 2025
https://github.com/escape-dev/rails-jwt
api database postgresql ruby ruby-on-rails-7
Last synced: 13 Apr 2026
https://github.com/teraearlywine/sample-sql
The following repo contains samples of SQL code that can be referenced by future clients or employers.
Last synced: 13 Apr 2026
https://github.com/0xErwin1/expenses-manager-backend
This was a simple project for managing my expenses. The goal is to have a project in my portfolio and use it for my personal expenses.
database expenses-manager expressjs nodejs postgresql redis typescript
Last synced: 24 Apr 2025
https://github.com/argentsea/pg
The Argent Sea framework for PostgreSql
ado-net data-library database netstandard orm orm-framework orm-library postgres postgresql shard sharding
Last synced: 14 Jan 2026
https://github.com/sunilhooda/airtable-database
Airtable was founded on the belief that software shouldn't dictate how you work you should dictate how it works. Our mission is to democratize software creation by enabling anyone to build the tools that meet their needs. This is a back-end mock api.
Last synced: 10 May 2026
https://github.com/anthonygress/e-commerce-backend
An E-Commerce backend app that utilizes Node.js and Sequelize for the database management. It also uses Express.js to create custom API endpoints. The connected database is a MySQL db.
api backend database ecommerce mysql nodejs restful-api sequelize
Last synced: 13 Apr 2026
https://github.com/ryansn/schemacrawler_docker
A Docker container for Running SchemaCrawler on Dockerized Databases
database docker postgres relationships schemacrawler
Last synced: 17 Apr 2026
https://github.com/amadou-6e/ipython-sqlcmd
Run SQL Server Queries in Jupyter with Ease: Create tables and databases using Ipython magic for SQLCMD easily connect to Microsoft SQL Server from IPython/Jupyter notebooks using the sqlcmd utility. Supports variable substitution, batch execution, external SQL files, and more.
database ipython-magic ipython-notebook ipython-sql ipython3 jupyter jupyter-notebooks mssql mssql-database mssql-server sql sql-server
Last synced: 22 Feb 2026
https://github.com/hasnatrasool163/-javafx-school-management-system
A comprehensive School Management System desktop application built with JavaFX and SQLite. Ideal as a final-year or portfolio project, this system offers CRUD operations across multiple modules in a clean, user-friendly UI.
css database java javafx javafx-application javafx-desktop-apps javafx-gui javafx-project maven school-management school-management-software sqlite
Last synced: 13 Apr 2026
https://github.com/sabujxi/people-store
An android app initially for educational purpose. Initially developed for teaching SQLite in Android
android android-application database java sqlite
Last synced: 13 Apr 2026
https://github.com/aadityachapagain/gre-hunt
system to track and update the words i learn during my entire time , self personalized for my linux system
bash-script data-mining database gnome gre mongodb notification python
Last synced: 13 Apr 2026
https://github.com/yucelz/q-store
A database architecture that leverages quantum mechanical properties—superposition, entanglement, decoherence, and tunneling—as **core features** for exponential performance advantages in vector similarity search, relationship management, and pattern discovery.
Last synced: 26 Jan 2026
https://github.com/l-vamsi-krishna/todo
Flask & CLI based ToDo application built with python
cli database flask flask-sqlalchemy python3 sqlite todo
Last synced: 11 Mar 2025
https://github.com/exprays/orion
An insanely-fast, in-memory KV database supporting persistence built form scratch
database golang goroutines in-memory-database vector-database
Last synced: 21 May 2026
https://github.com/akashash01/good-cabs-analysis
Craft SQL queries to address the specified Business requirements.
ad-hoc-analysis database mysql operational-analysis
Last synced: 13 Apr 2026
https://github.com/anonymousknight07/secure-admin---role-based-access-control
Secure Admin is a Role-Based Access Control (RBAC) user interface designed to manage users, roles, and permissions dynamically.
admin-dashboard corporate-functions database database-management react tailwindcss user-interface user-management vite
Last synced: 07 Apr 2026
https://github.com/ankit21111/filmilytics
This repository contains data and analysis on RSVP Movie House Production, focusing on past performance metrics and audience trends. Our goal is to derive actionable insights that can guide future productions for greater success. Explore the data, analysis scripts, and recommendations to understand how RSVP can thrive in the film industry.
data-analysis database database-design database-schema erdiagram sql
Last synced: 13 Jun 2025
https://github.com/tinix/customers-api-rust
accounts api customers database deploy development postgresql rust rust-lang users
Last synced: 13 Apr 2026
https://github.com/abdul-wahab619/prisma-crud
This repository demonstrates how to use Prisma with MySQL to perform CRUD (Create, Read, Update, Delete) operations. It covers setting up Prisma, defining a schema, migrating the database, and executing CRUD operations with Prisma Client in Node.js.
abdulwahab crud database fullstack mysql nodejs orm prisma
Last synced: 12 Apr 2026
https://github.com/alexanderbabel/database-s3-backup
Docker Image that takes care of MongoDB, PostgreSQL and MySQL Backups. Creates a dump with compression and encryption support and uploads it to an S3 compatible endpoint.
backup database mysql postgresql s3
Last synced: 12 Apr 2025
https://github.com/huangjiahua/rsdb
Really Simple Database
cxx cxx14 database filesystem library storage unix
Last synced: 16 May 2026
https://github.com/rayyan9477/point-of-sale-system-sql
Developed a Point-of-Sale system using C# and MSSQL, optimizing transaction processing and inventory management, which resulted in a increase in operational efficiency.
csharp database gui mssql-database tsql windows-forms
Last synced: 11 Apr 2026
https://github.com/chandandas27/mern_chat_app
A Simple Chat Application using MERN and React-Native
backend database mongodb node-js react-native socket-io
Last synced: 13 Apr 2026
https://github.com/juanma-gutierrez/proyecto-cdp-javascript
Proyecto final del CDP Javascript, CRUD realizado sobre localstorage, con captura de datos de API externa.
api apirest css database html javascript json localstorage
Last synced: 10 Apr 2026
https://github.com/mbfakourii/online-shop
Implementing an online shop using dart and flutter with the Redis database
dart database flutter online-shop redis
Last synced: 13 Apr 2026
https://github.com/shnartho/python-scripting
Advance python scripting -- University course by Wroclaw University of Science and Technology
database gui image image-processing json jupyter-nootbook pycharm pytest python regex web-scraping
Last synced: 13 Apr 2026
https://github.com/francosion042/blog-backend-postgraphile
A graphQL server that's built upon a postgreSQL schema
database plpgsql postgraphile postgresql sql
Last synced: 05 Feb 2026
https://github.com/seanpm2001/seanpm2001_worlddb_db_earth_scotland
2️⃣️0️⃣️0️⃣️1️⃣️🌐️🛢️🌍️🏴️ The Earth/Scotland database set of the Seanpm2001 WorldDB project.
database db earth gpl3 gplv3 scotland seanpm2001-data seanpm2001-database seanpm2001-world-db seanpm2001-world-db-development seanpm2001-world-db-project seanpm2001-worlddb seanpm2001-worlddb-db-earth-scotland seanpm2001-worlddb-development seanpm2001-worlddb-project svg-lang svg-language world-db worlddb
Last synced: 17 Jan 2026
https://github.com/seanpm2001/seanpm2001_worlddb_db_earth_suriname
2️⃣️0️⃣️0️⃣️1️⃣️🌐️🛢️🌎️🇸🇷️ The Earth/Suriname database set of the Seanpm2001 WorldDB project.
database db earth gpl3 gplv3 seanpm2001-data seanpm2001-database seanpm2001-world-db seanpm2001-world-db-development seanpm2001-world-db-project seanpm2001-worlddb seanpm2001-worlddb-db-earth-suriname seanpm2001-worlddb-development seanpm2001-worlddb-project suriname svg-lang svg-language world-db worlddb
Last synced: 17 Jan 2026
https://github.com/brianneidklol/clover
🌿 Build lightweight REST APIs and web apps with Clover PHP, a modern framework that combines Express.js simplicity with the power of PHP 8.4.
4chan 802-11 badger database embedded-database fcitx kext nosql px4 rime robotics ros schema spacemacs vim vimrc vimrc-configuration wifi
Last synced: 13 Apr 2026
https://github.com/motasimfoad/blood-bank
This is a simple BloodBank user record management system with search option. It uses HTML, CSS, MDL & Bootstrap for frontend. It uses PHP, MySqli for backend and database. Admin panel is added to monitor all the data with some common filtering options.
blood-bank blood-bank-management blood-donation bloodbank bootstrap css database html5 mdl monitor mysqli php
Last synced: 13 Apr 2026
https://github.com/samarjiit/second
Developed a web app to create a vibrant student market ecosystem, providing a platform for students to buy and sell their second-hand items at affordable prices.
Last synced: 13 Apr 2026
https://github.com/jipok/go-persist
A simple, performant, type-safe way to persist Go structs and maps with generics and WAL-based durability. Like key-value in-memory database, but better.
database golang key-value library persistent persistent-data-structure storage
Last synced: 14 Sep 2025
https://github.com/lightbender/std.v2.database.sql
An experimental ADO.NET-like Generic SQL Driver for D
Last synced: 17 Mar 2025
https://github.com/abdullahashfaqvirk/sql-database-connectors
A Python based toolkit for managing SQL Server (via PyODBC) and MySQL (via MySQL Connector), enabling easy db interaction, query execution and task automation.
database db-manager mysql mysql-connector pyodbc python sql sqlserver
Last synced: 15 Apr 2026
https://github.com/squishy123/cortex
IoT Infrastructure
database iot iot-framework mongodb nodejs server
Last synced: 13 Apr 2026
https://github.com/powerbroker2/easysqlite
SQLite3 wrapper module
database python python3 sql sqlite sqlite-database sqlite3 sqlite3-database
Last synced: 13 Apr 2026
https://github.com/ysodre/ansible-expressapp
ansible-playbook ansible-roles database website
Last synced: 16 Mar 2025
https://github.com/fairy-select/chronovoyage
Simple database migration framework.
Last synced: 14 Jan 2026
https://github.com/naorpeled/logs-analysis
My solution to Udacity's Logs Analysis Project
database log-analysis python udacity vagrant virtual-machine
Last synced: 13 Apr 2026
https://github.com/mongorpc/mongorpc-swift
mongorpc client for swift
database grpc mongodb mongorpc mongorpc-client swift sync
Last synced: 18 Jan 2026
https://github.com/murarustefaan/psbd-sql-project
College project for Database Systems and Design
college-project database oracle psbd
Last synced: 11 May 2026
https://github.com/OptoCloud/VRC-DBServer
VRChat database to store uploaded data from mods
data-collection database server vrchat
Last synced: 11 Mar 2025
https://github.com/gusgosdev/sql
Estoy profundizando en SQL, aquí compartiré mi código, consultas SQL y apuntes que aprenderé en cursos o tutoriales.
Last synced: 13 Apr 2026
https://github.com/babarbilal56/core-php-db-migration
This script provides a simple migration system using PHP and MySQL. It allows applying and rolling back database migrations efficiently.
database database-migrations mysql php
Last synced: 13 Apr 2026
https://github.com/balaganapathitech/whatapplld
This project implements a basic WhatsApp-like messaging system using Java, JDBC, and SQL. It allows users to register, send encrypted messages, post/view stories, and retrieve messages securely using AES encryption. The messages are stored in a MySQL database and can only be decrypted by the intended recipient, ensuring end-to-end encryption.
Last synced: 13 Apr 2026
https://github.com/sapiensdata/sapiensdata-api
🚀 SapiensData API – A modern, scalable REST API built with ASP.NET Core and Entity Framework Core 🛠️. It powers financial insights and IoT data processing, providing a secure and efficient backend for the SapiensData platform
asp-net-core code-f data-science database linq rest-api tsql
Last synced: 08 Jan 2026
https://github.com/iambijoykar/jsondb
JsonDB is a simple Json Database made with C++
cli-app cpp database json json-database
Last synced: 13 Apr 2026
https://github.com/mementomori11723/sqlite-js
Running sqlite with javascript for backend learning purposes
database javascript sqlite sqlite3
Last synced: 29 Aug 2025
https://github.com/bloggify/sequelize-datatable-views
🧮 Visualize Sequelize data in data tables.
database datatables hacktoberfest
Last synced: 15 Mar 2026
https://github.com/tendant/dbstrap
A CLI tool for bootstrapping PostgreSQL databases, users, schemas, and extensions from a YAML configuration.
Last synced: 12 Mar 2026
https://github.com/objectbox/objectbox-swift-spm
Hosts the ObjectBox Swift package
Last synced: 01 Mar 2025
https://github.com/flatcap/craggy-data
📋 Schema and sample data for Craggy Website
Last synced: 10 Jan 2026
https://github.com/seanpm2001/seanpm2001_worlddb_db_earth_qing-dynasty-china-_-formercountry
2️⃣️0️⃣️0️⃣️1️⃣️🌐️🛢️🌍️🏴️ The Earth/Qing Dynasty China (former country) database set of the Seanpm2001 WorldDB project.
database db earth former-countries gpl3 gplv3 seanpm2001-data seanpm2001-database seanpm2001-world-db seanpm2001-world-db-development seanpm2001-world-db-project seanpm2001-worlddb seanpm2001-worlddb-db-earth-former-countries seanpm2001-worlddb-development seanpm2001-worlddb-project svg-lang svg-language world-db worlddb
Last synced: 18 Jan 2026
https://github.com/seanpm2001/seanpm2001_worlddb_db_earth_first-syrian-republic-_-formercountry
2️⃣️0️⃣️0️⃣️1️⃣️🌐️🛢️🌍️🏴️ The Earth/First Syrian Republic (former country) database set of the Seanpm2001 WorldDB project.
database db earth former-countries gpl3 gplv3 seanpm2001-data seanpm2001-database seanpm2001-world-db seanpm2001-world-db-development seanpm2001-world-db-project seanpm2001-worlddb seanpm2001-worlddb-db-earth-former-countries seanpm2001-worlddb-development seanpm2001-worlddb-project svg-lang svg-language world-db worlddb
Last synced: 18 Jan 2026
https://github.com/seanpm2001/seanpm2001_worlddb_db_earth_senegal
2️⃣️0️⃣️0️⃣️1️⃣️🌐️🛢️🌍️🇸🇳️ The Earth/Senegal database set of the Seanpm2001 WorldDB project.
database db earth gpl3 gplv3 seanpm2001-data seanpm2001-database seanpm2001-world-db seanpm2001-world-db-development seanpm2001-world-db-project seanpm2001-worlddb seanpm2001-worlddb-db-earth-senegal seanpm2001-worlddb-development seanpm2001-worlddb-project senegal svg-lang svg-language world-db worlddb
Last synced: 18 Jan 2026
https://github.com/hardik3412/logistic-management-system-using-python
Developed a robust Logistic Management System using Python and MySQL for seamless database integration. Implemented CRUD operations to efficiently manage logistics data and generated comprehensive reports, enhancing overall operational efficiency.
database gui jupyter-notebook mysql oracle pycharm python python3 sql tkinter tkinter-gui tkinter-python
Last synced: 18 Jan 2026
https://github.com/tufahel/interview-prep-q-a
This repo is to track, save and practice mostly asked questions in technical interview for future use and hand-note for beginners like me.
algorithms back-end css data-structures database front-end html javascript postgresql reactjs redux ror ruby
Last synced: 13 Apr 2026
https://github.com/raulsanchezzt/projects
Public repository for my personal projects
blockchain css database html javascript php react solidity sql webdev
Last synced: 13 Apr 2026
https://github.com/mukailasam/graphql1
A Golang CRUD GraphQL API
crud crud-api database go golang graphql graphql-golang
Last synced: 09 May 2026
https://github.com/muuhesham/database_channel_project
Database Project Channel VNC - Vision Network Channel
Last synced: 10 Jan 2026
https://github.com/apache/ignite-release
Mirror of Apache Ignite
big-data cloud data-management-platform database distributed-sql-database hadoop ignite iot network-client network-server osgi sql
Last synced: 10 Apr 2025
https://github.com/awaiszahid331/women-health-care
The WHC Platform is an all-inclusive web application designed to support women’s physical and mental health. It provides personalized health tips, symptom tracking for women-specific conditions, daily exercise routines, mental wellness practices, consultations with healthcare professionals, and a private AI-powered chatbot.
database expressjs html-css-javascript login middleware mongodb-atlas nodejs register-form
Last synced: 13 Apr 2026
https://github.com/alenap93/kysely-cache
Cache layer for Kysely
cache database kysely lru query-builder sql
Last synced: 16 Mar 2025
https://github.com/mattythedev01/easydatadb
A quick and easy way to store data!
data database discord-bot discord-js discord-ts discordbot discordjs discordts npm npm-package package quick-db quickdb
Last synced: 13 Apr 2026
https://github.com/go-rel/sqlite3
SQLite3 adapter for REL written in Golang.
database go golang hacktoberfest orm sqlite3
Last synced: 12 Mar 2026
https://github.com/watson-clara/remedia-library-database
This is the code for my CS340 final project. It is a library database designed for a made up school called Anna Elementary.
database erd libarary-management-system schema sql
Last synced: 15 Jun 2026
https://github.com/macrat/indexedfts
Full-Text Search engine for web browser.
database full-text-search fulltext-search javascript-library
Last synced: 27 Sep 2025
https://github.com/ikarishinjieva/tachikoma-knowledgebase
personal knowledgebase
Last synced: 10 Apr 2025
https://github.com/yahoojapan/k2hdkc_phpext
PHP Extension library for K2HDKC
antpickax cluster database distributed in-memory k2hdkc kvs nosql php php8 queue transaction
Last synced: 23 Feb 2026
https://github.com/nicolascbv/local-fire
A lightweight docker image used to run Firestore databases locally for development and test purposes!
cd ci database development docker dockerhub firestore lightweight test
Last synced: 09 May 2026
https://github.com/fabriciopsouza/miniprojeto-dw
Miniprojeto Curso PostGree SQL e Pentaho DI
data-structures database datawarehouse etl pentaho pentaho-data-integration postgreesql sql
Last synced: 31 May 2026
https://github.com/panoschatzi/paris_olympics_2024_database
A postgreSQL database of 2024 Paris Olympics.
cs50sql-final-project database docker postgresql sql
Last synced: 13 Apr 2026
https://github.com/snnipper/ifx-driver
Driver DB Informix
database eloquent-database informix laravel55 package
Last synced: 29 Apr 2025
https://github.com/mirsch/repo-pattern-generator
database entity orm php7 phpstorm repository scripted-extension
Last synced: 13 Apr 2026
https://github.com/asphalt-framework/asphalt-mongodb
MongoDB integration component for the Asphalt framework
Last synced: 14 Jan 2026
https://github.com/kerciu/sqlite-clone
📒 Simple Database in C 🚀 — A lightweight and intuitive database system built in C 🗃️. This project covers essential database operations and is designed to be easy to understand and use. 💡🔍
c database database-management memory-management scratch-implementation sqlite
Last synced: 13 Apr 2026
https://github.com/Rayyan9477/Point-Of-Sale-System-SQL
Developed a Point-of-Sale system using C# and MSSQL, optimizing transaction processing and inventory management, which resulted in a increase in operational efficiency.
csharp database gui mssql-database tsql windows-forms
Last synced: 29 Apr 2025
https://github.com/eucarlos/sql
My SQL study scripts
database db script study-database
Last synced: 13 Apr 2026