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/darsh-7/cars-dealership-system
Cars-Dealership-system using microsft sql
csharp database desktop-app mssql-database shop sql-server
Last synced: 08 Mar 2026
https://github.com/andrewjbateman/mevn-stack-data
:clipboard: MEVN Info & Full stack MEVN app with CRUD functions
data database express expressjs full-stack info mevn mevn-stack middleware mongodb mongodb-atlas nodejs typescript vue vue3 vue3-typescript
Last synced: 07 Apr 2026
https://github.com/iantomasinicola/databaseyimp
Script per creare diversi database d'esempio su Sql Server e MySql in italiano per esercitarsi con la scrittura di query in SQL.
Last synced: 12 May 2026
https://github.com/huangrunhua/the-new-yorker-database
The New Yorker article database, stored with JSON format.
apple-news article database ios ipados news
Last synced: 20 Apr 2025
https://github.com/sarincr/mysql-database-with-python
MySQL is an open-source relational database management system. Its name is a combination of "My", the name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language
database database-management databases mysql mysql-database mysql-server mysqli pysql pysql-console pysqlite3 python python-library rdbms sql sqlconnection sqlite
Last synced: 17 Apr 2026
https://github.com/edmondsql/edmyadmin
mysql web based admin tool with php (alternative to phpmyadmin)
admin database mariadb mysql php phpmyadmin
Last synced: 14 Jul 2025
https://github.com/j-sephb-lt-n/knowledge-base
A large pile of interesting and/or useful information
algorithms causal-inference data-normalization database kelly-criterion large-language-models llm machine-learning nlp obsidian-md plotly-dash prompt-engineering regex semi-supervised-learning statistics
Last synced: 15 Apr 2026
https://github.com/simar7/gokv
Abstract KV operations in Go.
abstraction database go golang kv kvstore
Last synced: 21 Jan 2026
https://github.com/shahzaneer/Interview-Prep-Fresh-Grads
A repository that combines all the resources for a CS Graduate before going in Technical Interview
algorithms api-design computer-networks database devops dsa flutter git high-level-design interview-preparation interview-questions low-level-design oop operating-system problem-solving software-engineering technical-coding-interview web
Last synced: 31 Mar 2025
https://github.com/danpoynor/sql-library-book-manager
Demo web application for managing a collection of books including pages to list, add, update, and delete books using JavaScript, Node.js, Express, Pug, SQLite and the SQL ORM Sequelize. App also includes pagination and search with filter features.
database express javascript node-js orm pug sequelize sqlite
Last synced: 14 Apr 2026
https://github.com/oci-landing-zones/terraform-oci-multicloud-google
Terraform Modules for OCI Multicloud with Google Cloud
ai database google multicloud oci oracle
Last synced: 28 Jan 2026
https://github.com/mkawserm/flamed
A distributed embeddable NoSQL database
database distributed-database nosql raft
Last synced: 16 Jan 2026
https://github.com/gaichuuu/gaichu-tcg-database
Trading card game database and UI for homemade, fan-made, and indie TCGs~
card card-database collection database game react tcg tcg-database trading typescript vite
Last synced: 10 Feb 2026
https://github.com/edsonbonfim/php-orm
Implementação do padrão de projeto active record em PHP
activerecord database model orm pdo php sql
Last synced: 15 May 2026
https://github.com/mspirkov/yii2-db
A package of helper classes for working with databases in Yii2.
database php yii yii2 yii2-extension
Last synced: 12 Jan 2026
https://github.com/mrofisr/wordlist
Wordlist Collection for Security
bruteforce bugbounty database hacking wordlist
Last synced: 14 Sep 2025
https://github.com/byoso/silly_db
Minimalist ORM using sqlite3, simple but efficient.
database orm orm-framework python3 sql sqlite3
Last synced: 09 May 2026
https://github.com/smaug6739/members-api
A members api with Node.JS and MySQL database
admin-management backend database member-area members mysql nodejs
Last synced: 12 Apr 2026
https://github.com/shadowtime2000/energydb
Key value database for Deno
database deno hacktoberfest javascript typescript typescript-library
Last synced: 06 May 2026
https://github.com/billionsjoel/budgety
The Ruby on Rails capstone project is about building a mobile web application where I can manage my budget: I have a list of transactions associated with a category, so that I can see how much money I spent and on what.
database postgresql rails7 ruby
Last synced: 21 Jan 2026
https://github.com/crocodic-studio/laravel-db-packer
Tool to pack the existing laravel database
artisan database laravel migrations
Last synced: 12 Jan 2026
https://github.com/pumpum7/rust-database
A simple database system with client-server architecture in rust
Last synced: 24 Jan 2026
https://github.com/envigit/hoteldatabase
Projekt składający się z prostych zapytań w języku SQL do stworzenia, wypełnienia oraz wyświetlenia danych w bazie
Last synced: 14 Mar 2025
https://github.com/wklee610/datapush
MySQL Data Generator
automatic data data-generator database dataset db dynamic generator mysql test testing-tools
Last synced: 25 Jan 2026
https://github.com/mian-ali/mongodb-cheatsheet
we will see a comprehensive list of all the MongoDB commands you will ever need as a MongoDB beginner. This list covers almost all the most used commands in MongoDB.
database mongo mongod mongodb mongodb-atlas mongodb-database mongodb-sheat-sheet mongoose sheatsheet
Last synced: 18 Apr 2026
https://github.com/mohammed-3tef/kheir_market
This project presents the design and implementation of a relational database system for an online supermarket platform, modeled after real-world systems such as Carrefour Egypt. The system is intended to manage product inventories, handle customer data, and support online purchasing processes.
assignment c-sharp clean-code database erd fcai-cu is211 mssqlserver oop super-market-management
Last synced: 10 Jun 2025
https://github.com/ravikisha/distributed-kv-database
The Distributed Key-Value Database is a scalable, fault-tolerant key-value store implemented in Go. It is designed to handle large amounts of data across multiple nodes while providing high availability and performance. This project demonstrates key features such as sharding, replication, and multithreading .
database distributed-systems golang replication sharding
Last synced: 25 Jan 2026
https://github.com/ahmadalsharef994/multi-tenant-saas-api
🏢 Enterprise-grade multi-tenant SaaS API built with Node.js, Express, and MongoDB featuring tenant isolation, role-based access control, and scalable architecture
architecture database example mongodb multitenancy nodejs
Last synced: 14 Jul 2025
https://github.com/guntoroyk/go-mysql-backup
Go script to schedule automatic backup MySQL Database to Cloudinary
backup backup-script database go golang mysql
Last synced: 10 Apr 2026
https://github.com/mohammadzainabbas/database-system-architecture-project
Database System Architecture's Project - Selectivity & Join estimations for Range Types in PostgreSQL ✨
c-language database postgresql sql vscode
Last synced: 21 Apr 2026
https://github.com/michaelmior/eson
A normalization tool for denormalized databases
database normalization normalize
Last synced: 21 Aug 2025
https://github.com/samuelfaj/php-class_db.php
A PHP's Facilitation Class for Single and Multiple Databases.
connection database mssql mysql mysqli pgsql php sqlserv
Last synced: 20 Jan 2026
https://github.com/franck-gaspoz/moviedbassistant
Generates Movie documents (HTML, movie database,...) using Web Crawlers ( IMDb, ... )
cli database gui imdb movie scraper scrapy-crawler scrapy-spider scrawler
Last synced: 28 Jan 2026
https://github.com/iamriteshkoushik/bluedis
A Redis-CLI compatible in-memory database following the Redis Serialization Protocol with AOF persistance
aof database golang in-memory-storage redis-server
Last synced: 30 Oct 2025
https://github.com/maeln/tslite
TSLite : A small embeddable time-serie database
database embeddable small time-series
Last synced: 08 Oct 2025
https://github.com/ghosind/corgidb
An embedded key-value database.
database key-value kvdb nosql nosql-database
Last synced: 17 May 2026
https://github.com/dataopstix/modelt
Modelt(mow·delt) is a modern data integration solution that connects data to data for advanced analytics.
airbyte airflow airflow-docker data data-analysis data-visualization database dbt elt etl etl-automation metabase metadata modern modern-dev modernization
Last synced: 28 Mar 2025
https://github.com/pcpratheesh/golang-firebase-example
Sample code snippet for basic operation with firebase realtime db
code database firebase firebase-database golang real-time sample snippets
Last synced: 08 May 2026
https://github.com/albertocuadra/uielements
UIElements is a Graphic User Interface (GUI) to select and analyze the species included in NASA's database and the Third Millennium Database.
app burcat chemical-species chemistry database gui nasa nasa-database periodic-table thermo thermodynamic-properties third-millenium-database
Last synced: 18 Apr 2026
https://github.com/steveoro/goggles_db
DB structure and base Rails models for the main Goggles application
database goggles sports swimming
Last synced: 10 Sep 2025
https://github.com/jimenacambronero/sandias_clothing
Caso de uso. SandiasRopa 🍉 En este caso ya esta hecha la base de datos pero está comenzando a realizar sus primeros análisis.
Last synced: 16 May 2026
https://github.com/a3ro-dev/password_generator
Python program that generates a random password with the specified length, inserts it into a database, and then checks if the generated password already exists in the database. If it does, the program generates a new password and repeats the process until it generates a unique password.
database generator password password-generator password-manager project-python security
Last synced: 11 Sep 2025
https://github.com/eventdbx/eventdbx
Immutable, event-sourced, nosql, write-side database system
cqrs database event-sourcing eventstore immutable memory-safe nosql
Last synced: 07 Mar 2026
https://github.com/cyberoctane29/cuo-on-site-internship--retail-store-database-evaluation-and-optimization
This repository showcases my internship project at CUO, focused on evaluating and optimizing a retail store database. Key tasks included analyzing the schema, improving query performance, ensuring data integrity, and implementing security measures. This project enhanced my understanding of database management in a business setting.
database music-database musicdatabase optimization query-optimization sql
Last synced: 16 Mar 2026
https://github.com/antonashraf/bugtrackingsystem
A bug tracking system is a software application that helps developers track and manage bugs in their software.
authentication bugtrackingsystem database email-sender java mysql-server oop roles-permission-management swing-gui
Last synced: 18 May 2026
https://github.com/ezaco-dev/sqlite-explorer
tools python - SQLite explorer - LWS25 Project by ezaco (Local Web Software)
coding-tool database database-management ezaco-dev flask flask-application flask-sqlite3 lws lws25 python-tools python3 sqlite sqlite-explorer tools
Last synced: 21 Feb 2026
https://github.com/rtradeltd/database
☕️ package database provides PostgreSQL management for Temporal
Last synced: 27 Jul 2025
https://github.com/khaledashrafh/lms
This project meticulously implements a robust Library Management System (LMS) in Java, leveraging the power of Maven for streamlined build automation and Swing for an intuitive graphical user interface (GUI). Its primary objective is to significantly enhance library operations by automating essential book and member management tasks, fostering effi
book clean-architecture clean-code database java junit library-management library-management-system lms lombok maven mysql mysql-database native-data oop-principles pom slf4j swing swing-gui uml
Last synced: 06 Jan 2026
https://github.com/bchr02/filejson
Seamlessly syncs a JavaScript value to a JSON file in the background whenever that value changes.
autosave database document document-store file javascript json nosql orm proxies
Last synced: 06 Aug 2025
https://github.com/softmotions/ejdb2swift
EJDB2 Swift binding for iOS OSX Linux
binding bindings carthage carthage-installation cocoapod cocoapods database ejdb ejdb2 ios ios-swift json mobile osx swift swift-binding swift-package
Last synced: 26 Apr 2025
https://github.com/the-akira/django-secret-library
Full Featured Library System made with Django
database django django-secret-library fullstack library-management-system python3 pythonanywhere
Last synced: 07 Apr 2026
https://github.com/sonu275981/big-mart-sales-prediction
Using Machine Learning Algorithms for Regression Analysis to predict the sales pattern and Using Data Analysis and Data Visualizations to Support it.
bigmart-sales-prediction data-science database datacleaning feature-engineering machine-learning pandas python sales xgboost-algorithm
Last synced: 06 Aug 2025
https://github.com/adil-bikiev/employee-performance-evaluation-system
The Employee Performance Evaluation System 📊 helps organizations manage and assess employee performance efficiently. It allows adding ➕, editing ✏️, deleting ❌, and restoring ♻️ employee records, while tracking performance based on attendance 🕒, soft skills 🤝, and hard skills 💻, ensuring effective HR management.
database final-project jar java-database javafx-application oop team-repo
Last synced: 11 Feb 2026
https://github.com/nahnahdev/Vet-clinic-database
Vet-clinic-database In this project, you will use a relational database to create the initial data structure for a vet clinic. You will create a table to store animals' information, insert some data into it, and query it.
Last synced: 18 May 2026
https://github.com/tobytwigger/laravel-settings
Strongly typed, feature rich settings for Laravel and Vue.
config configuration database laravel open-source persistence php settings settings-repository settings-storage vue vuejs
Last synced: 09 Apr 2025
https://github.com/bocaletto-luca/lyrics-finder
Lyrics-Finder is a free and open-source web application that lets you retrieve song lyrics in two powerful ways: Direct Search: Quickly fetch lyrics by entering both an artist's name and a song title. Alphabetical Artist Explorer: Browse through an A–Z menu to dynamically query and list artists ... Opensource, Open-Data, Free Api By Bocaletto L.
api bocaletto-luca css3 database free-api html5 javascript lyrics lyrics-api lyrics-finder open-data opensource webapp
Last synced: 11 Mar 2026
https://github.com/oprogramador/wiki-nlp
Natural language processing of the Wikipedia text (as far English only) with goals to detect contradictory info, and to create a chat bot providing more accurate answers than ChatGPT.
database json language-model library machine-learning natural-language natural-language-processing natural-language-understanding nlp nlp-keywords-extraction nlp-parsing nosql
Last synced: 06 Mar 2026
https://github.com/twineworks/vertica-9-for-pentaho-kettle
Vertica 9 database metadata for pentaho kettle
Last synced: 14 Jan 2026
https://github.com/tidesdb/tidesdb-cpp
Official C++ binding for TidesDB
btree database lsm-tree oltp storage-engine
Last synced: 16 May 2026
https://github.com/kostiantyn-nemchenko/ansible-role-postgresql
Yet another Ansible role for PostgreSQL
ansible ansible-roles database postgresql sql
Last synced: 11 Apr 2026
https://github.com/fillipehmeireles/ghost-db
Rust in-memory simple database
database in-memory-database rust
Last synced: 01 May 2026
https://github.com/oguzhanumutlu/photondb
As fast as a photon, as small-sized as a photon.
compact database fast javascript node photon small sql table
Last synced: 13 Apr 2026
https://github.com/abubakerkhaled/chat-app
This chat application allows users to communicate in real-time, create chat rooms, manage contacts, and customize their profiles.
backend chat-app chat-application database django postgresql python real-time real-time-chat real-time-chat-app real-time-chat-application
Last synced: 11 Apr 2026
https://github.com/serhatyamann/data_access
Collecting data with ORM tools EF and Dapper.
codefirst crud dapper dapper-crud data-access database dbfirst entity-framework linq linq-methods linq-to-entities linq-to-sql micro-orm model-first object-relational-mapping orm queries sql
Last synced: 02 Jul 2026
https://github.com/alana-rocha/sgbc-crud
CRUD utilizando typescript e mysql para trabalho da matéria de banco de dados. Esse CRUD é designado para um sistema de gerenciamento de bilheteria de cinema.
database mvc-architecture typescript
Last synced: 13 Jun 2025
https://github.com/andytrix/atm-cash-machine
ATM simulator built with Qt, Node.js, and MySQL, featuring authentication, transactions, and card management for a real banking experience.
atm automat automated bank bank-automat bankautomat cash cash-machine database machine mysql node-js oamk qt rest-api simulator sql teller transactions transfer
Last synced: 17 Feb 2026
https://github.com/mahmoodhamdi/task_manager_app
A Flutter application to manage tasks efficiently with user authentication, task CRUD operations, pagination, robust state management, local storage, and comprehensive unit tests.
cicd cleanarchitecture curd curd-application dart database firebase-database flutter hive localstorage open-source statemanagement taskmanagement taskmanagementapp unittests
Last synced: 09 Apr 2026
https://github.com/g4brym/sqlify
A simple sql builder with migrations based on standard Python type hints
database migration-tool migrations postgres postgresql psycopg2 python query query-builder sql sql-builder sqlite3
Last synced: 11 Mar 2026
https://github.com/apache/jackrabbit-ocm
Mirror of Apache Jackrabbit OCM
database jackrabbit java library network-server xml
Last synced: 12 Jul 2025
https://github.com/suraj-encoding/taskbit
Task Management System : Development Source Code
backend database frontend mean
Last synced: 21 Jul 2025
https://github.com/pablobona/hellorails
This is a Ruby on Rails application called 'hellorails,' configured with a PostgreSQL database. The application has been initialized using Git and enables you to showcase a 'Hello World' message on the homepage of a web browser.
Last synced: 11 May 2026
https://github.com/orbitinghail/sqlite-delta
Lightweight CDC patterns for SQLite
cdc change-data-capture database education lightweight patterns session sqlite
Last synced: 22 Jul 2025
https://github.com/mduesterhoeft/spring-boot-starter-exposed
A Spring Boot starter for useful autoconfiguration for the Exposed SQL framework
autoconfiguration database exposed kotlin spring-boot spring-boot-starter sql
Last synced: 12 Sep 2025
https://github.com/websolutionstuff/dynamic-line-chart-in-laravel
How to create dynamic line chart in laravel
bootstrap charts database example javascript jquery js laravel laravel6 laravel7 line-chart tutorial
Last synced: 13 Jul 2025
https://github.com/kaaninel/asynclock
A helper for pausing functions.
async async-lock await database future pausing-functions promise return sleep socket wait
Last synced: 22 Feb 2026
https://github.com/daikazu/laratone
Simple API for managing color libraries in you Laravel application.
database laravel-package packagist seed
Last synced: 16 Jan 2026
https://github.com/questionlp/libwwdtm
Python Data Access Library for Wait Wait... Don't Tell Me! Stats Page Database
dataaccesslayer database mariadb mysql python python3 wwdtm
Last synced: 10 Mar 2025
https://github.com/karenpayneoregon/entityframeworkenum
Entity Framework 6 Enum support
Last synced: 09 May 2026
https://github.com/elkronos/sql_portfolio
Examples of SQL scripts. Includes templates for admin (SQL server) and data cleaning, as well as scripts designed for creating a mock database, illustrating triggers, common table expressions, analysis, and ETL.
analysis cte database database-management etl feature-engineering sql sql-server trigger-events
Last synced: 18 May 2026
https://github.com/nagyatka/pandabase
PHP ORM
database lightweight mysql orm pandabase php
Last synced: 01 Feb 2026
https://github.com/filippo-corti/basididati
Repository for the class "Basi di Dati e Web" 23/24 - II Anno, II Semestre
Last synced: 19 May 2026
https://github.com/vedanti-u/dbsense-ai
A quick and lightweight library to chat with databases. It uses schema over bulky data embedding for efficient and speedy interaction, ensuring data security.
ai database db langchain ml npm npm-package open-ai openai oss postgresql sql typescript
Last synced: 12 Apr 2026
https://github.com/dysnomia-studio/dmarc-parser
A simple job that query, parse and save to database dmarc aggregate reports
dashboard database dmarc dmarc-parser parser
Last synced: 05 Aug 2025
https://github.com/filiprokita/python-ai-quiz
A Flask-based quiz app that dynamically loads questions from a database, making it easy to customize. Users can take quizzes, track high scores, and manage sessions. By default, the quiz focuses on AI in Python, but can be easily adapted to any topic.
ai backend bootstrap customizable database dynamic-content flask full-stack machine-learning python quiz-app session-management sqlite web-app web-development
Last synced: 21 Feb 2026