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-03 00:07:51 UTC
- JSON Representation
https://github.com/globules-io/mongogx
A simple MongoDB inspired document store - persistence for the web & webview (via Cordova)
cordova database encryption es6 javascript mongodb phonegap web webview
Last synced: 28 Oct 2025
https://github.com/nibbleshift/gorb
GO Regression testing and Benchmark Tools
benchmark-framework database go testing
Last synced: 12 Jan 2026
https://github.com/wargrey/schema
A data modeling tool
database racket schema sqlite3
Last synced: 19 Feb 2026
https://github.com/felixklauke/erasmus
Low level indexed key value engine designed for a database backed up by an on disk file storage written in C++ for educational reasons. Also used as resource for database programming tutorial at https://medium.com/ (Link in readme).
b-tree c-plus-plus database file-storage key-value low-level memory-management storage-engine
Last synced: 22 Apr 2025
https://github.com/notshrirang/pydbops
A Relational Database Management System. Developed on top of sqlite databases. CLI is included in the package. This project aims to provide more robust database management system for python android developers.
android database mongodb mysql postgresql pydbops pydbops-cli python rdbms sql sqlite sqlite-android sqlite3
Last synced: 26 Oct 2025
https://github.com/7s9n/pylowdb
Tiny local JSON database for Python.
database json local nosql nosql-database python python3
Last synced: 09 Jun 2026
https://github.com/pchemguy/SecureADODB-Fork
Modified SecureADODB example
adodb database library oop vba vba-excel vba-library
Last synced: 30 Jul 2025
https://github.com/xquery/ml-utils
Small collection of command line utilities for working with MarkLogic
cmake database graphing marklogic
Last synced: 15 Apr 2025
https://github.com/h0rn0chse/lokabu
A budget book saving to a local file
budget budget-book budget-manager budgetbook cash-book cashbook database electron finances money money-manager sqlite3
Last synced: 15 Apr 2025
https://github.com/martinpetricko/laravel-database-mail
Laravel Database Mail lets you store email templates in your database, link them to events, and automatically send them when those events are dispatched.
Last synced: 22 Feb 2026
https://github.com/SeLite/SeLite.github.io
Documentation of SeLite. :heavy_check_mark: For wiki see https://github.com/SeLite/SeLite instead.
automation collaboration configuration-management data-driven database firefox functional gui interactive javascript qa reporting script selenium selite sqlite sqlite-database test test-automation testing
Last synced: 11 Mar 2025
https://github.com/mbari-org/aidata
Extract, transform, and load/download and augment images and annotations for detection, clustering or classification workflows
ai database etl machine-learning
Last synced: 05 Feb 2026
https://github.com/aronium/aronium-data-sqlite
C# SQLite wrapper
csharp database database-connector dotnet sqlite sqlite3
Last synced: 13 Apr 2025
https://github.com/k1ethoang/lan-hue-management-java
Bài Tập Lớn - Công nghệ Java. Đại học Giao Thông Vận Tải - Phân hiệu TP.HCM (UTC2).
Last synced: 21 Jul 2025
https://github.com/mamiysr/surrealdb.cr
SurrealDB driver for Crystal
crystal database database-connector surreal surrealdb
Last synced: 17 Apr 2025
https://github.com/alwatr/nitrobase
Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.
database db ecmascript javascript json nodejs typescript
Last synced: 28 Apr 2025
https://github.com/mostafa-wael/database-tuning
Your complete guide to learn about Database Tuning ⚙️🔧.
database docker docker-compose nosql sql tuning
Last synced: 12 Jul 2025
https://github.com/wwkk-y/easysql
基于 Java 实现的关系型数据库
database database-management dbms java
Last synced: 07 Sep 2025
https://github.com/bluebrain/bluepyentity
Manage entities within the knowledge graph
Last synced: 14 May 2025
https://github.com/excelano/xql
Run real SQL — SELECT, UPDATE, INSERT, DELETE — against SharePoint Lists and CSV files from one command-line tool.
cli command-line-tool csv database go golang microsoft-365 microsoft-graph odata repl sharepoint sql
Last synced: 04 Jul 2026
https://github.com/bayoadejare/lightning-streams
Batch/stream ETL pipeline of NOAA GLM dataset, using Python frameworks: Dagster, PySpark and Parquet storage.
clustering csv data-engineering data-pipeline data-warehousing database etl-pipeline jupyter-notebook k-means-clustering machine-learning noaa-data orchestration parquet pyspark python spark-sql spark-streaming sql streaming
Last synced: 14 Aug 2025
https://github.com/haroldeustaquio/electricity-mqtt-monitor
This repository focuses on extracting and storing electricity level data from a monitoring center using MQTT, storing the information in a database. This project will be integrated with the WhatsApp-Automation-Bot repository to send automatic notifications of electricity levels via WhatsApp.
automation database electricity monitoring mqtt mqtt-broker python-mqtt-client sqlite sqlite-database
Last synced: 03 Sep 2025
https://github.com/padosoft/mysqlbackup.sh
Bash script to daily backup all your database in gzip with weekly history
bash database mysql mysql-backup
Last synced: 23 Apr 2025
https://github.com/pablobona/catalog-of-my-things-ruby
Welcome to the Catalog of My Things console app! This Ruby-based application allows you to manage collections of items you own, including books, music albums, movies, and games. You can keep track of various details about these items and perform tasks such as adding new items, listing items, and more.
data-structures database json methods object preserve rubocop ruby ruby-gem testing
Last synced: 10 Jun 2025
https://github.com/probablyarth/jason-engine
WIP - A full fledged database engine over json files.
bun database db-engine dbms json orm typescript
Last synced: 13 Jul 2025
https://github.com/apache/couchdb-folsom
Mirror of Apache CouchDB
big-data cloud content couchdb cplusplus database erlang http javascript network-client network-server
Last synced: 22 Apr 2025
https://github.com/frempongdev/oop-school-library
School Library is a Ruby console application for managing a library of a school. The application leverages Object Oriented Programming (OOP) and its classes to create manageable objects like students, teachers, classroom etc. Built with Ruby, Postgesql.
database oop oop-in-ruby orm postgresql relational-databases ruby sql
Last synced: 09 Oct 2025
https://github.com/jazzdotdev/contentdb
The Jazz Database which Stores Documents in Files and Supports Version Control and Sharing
database document-oriented file-based jazz nosql pelican robust
Last synced: 03 Jul 2025
https://github.com/technologicnick/scrap-mechanic-mod-scraper
Scrapes the Steam Workshop for Scrap Mechanic mods
database lua mod scraper steam-workshop
Last synced: 04 Jul 2025
https://github.com/meri-mg/vet-clinic
In this project is used a relational database to create the data structure for a vet clinic. A multiple SQL queries where answered based on this database and was analyzed on its performance as well.
Last synced: 27 Dec 2025
https://github.com/cdimascio/couchinator
🛋️ Fixtures for CouchDB and IBM Cloudant: Create and teardown cloudant dbs
bluemix cli cloudant couchdb database fixture-loader fixtures ibm-cloudant test-automation test-driven-development
Last synced: 24 Apr 2025
https://github.com/mariona-ft/databases-dabd
DISSENY I ADMINISTRACIÓ DE BASES DE DADES Curs 2023-24 EPSEVG
administration base-de-dades base-de-datos bd database database-management database-schema disseny sqlite sqlite-database sqlite3 sqlite3-database
Last synced: 06 Apr 2025
https://github.com/hxndev/fit-me-workout-management-app
This FIT ME management system is an easy way to use gym and health membership system. It can help to keep the records of registered members, guidance which exercise and muscle groups to work out together, how much weight loss is required, their diet plans, logs of calories, daily targets to achieve.
bootstrap bootstrap3 code css database database-management gym-management html php project
Last synced: 13 Apr 2026
https://github.com/mehditeymorian/sample-go-api
Simple API written with GoLang using Echo framework
api database dblayer echo echo-server gorm postgres
Last synced: 07 Oct 2025
https://github.com/anas-dew/quicksqlconnector
SQL in one line
database mysql mysqlconnector postgresql python python-library python3 sqlite
Last synced: 01 Sep 2025
https://github.com/interkosmos/rim
Relational Database Management System in FORTRAN 77
database dbms fortran-77 nasa software-archeology
Last synced: 08 Jul 2025
https://github.com/surrealdb/deb.surrealdb.com
The script for installing SurrealDB on Debian-based operating systems
database nosql serverless surreal surrealdb
Last synced: 02 Jul 2025
https://github.com/tbreuss/pdo
A thin wrapper for the native PDO extension with additional functionality.
database pdo pdo-instance pdo-php pdo-wrapper php php-pdo
Last synced: 04 Jan 2026
https://github.com/nitram2342/telefonbuch-parser
Parser and repair script for dumps of the German phonebook 'Das Telefonbuch'.
Last synced: 26 Feb 2025
https://github.com/questdb/questdb-packer-ami
Scripts and resources that can be used to build your own AMI with QuestDB.
aws cloud database packer questdb time-series
Last synced: 27 Jun 2025
https://github.com/sismics/docker-mariadb
Dockerfile for MariaDB
database docker dockerfile mariadb mysql
Last synced: 25 Jun 2025
https://github.com/mmontone/rucksack
Rucksack is a persistence library for Common Lisp.
Last synced: 28 May 2026
https://github.com/ks-amit/recruitment-portal
MCQ Recruitment Portal built with Django / Semantic UI
authentication contest-platform css database django email-verification html javascript jquery-plugin python recruitment semantic-ui sqlite3 website
Last synced: 15 Apr 2025
https://github.com/sarvsav/iza
Streamline platform operations with Linux inspired commands written in Go!
artifactory ci cicd cli database devops go golang linux mongodb platform-engineering shell
Last synced: 07 Mar 2026
https://github.com/sinzlab/datajoint-link
clean-architecture database datajoint domain-driven-design
Last synced: 18 Jan 2026
https://github.com/aurasphere/scripts
A collection of script and utilities for different purposes.
android arduino batch bluetooth bookmarklet database eclipse infrared italian-holiday-calculation java json-prettifier lolcode raspberry-pi script shell udp-client udp-server wake-on-lan
Last synced: 23 Apr 2025
https://github.com/babydb/babydb
BabyDB is experimental time serie database.
database distributed golang key-value rocksdb time-series
Last synced: 14 Jan 2026
https://github.com/nezorinegor/bookstore-db
📖 База данных для книжного магазина
Last synced: 02 Aug 2025
https://github.com/serenorg/database-replicator
Universal database-to-PostgreSQL replication CLI. Supports PostgreSQL, SQLite, MongoDB, and MySQL.
database mariadb mongodb mysql neondb postgresql rds-postgres replication sqlite3 supabase
Last synced: 13 Jan 2026
https://github.com/grumpybusted/grumpy.dacpacmerge
Library for merging a Database Package file (dacpac) with and existing database
dapac database deployment mssql schema
Last synced: 03 Aug 2025
https://github.com/elhard1/next-js-supabase-website-template
🚀 Production-ready Next.js 14 + Supabase template with authentication, real-time features, and beautiful UI. Includes TypeScript, Tailwind CSS, and shadcn/ui components.
auth authentication boilerplate database file-storage full-stack nextjs nextjs14 postgresql react real-time responsive shadcn-ui starter starter-kit supabase tailwindcss template typescript web-development
Last synced: 26 Aug 2025
https://github.com/vpetkovic/simplex
.NET library that provides simplified data access layer for interaction with ADO.NET data sources
database mssql mysql postgresql sinks
Last synced: 16 Feb 2026
https://github.com/hfg43/budget-app
App made with Ruby on Rails where you are able to manage your spending.
backend database deployment devise-gem-extension gems mvc-architecture ruby-on-rails
Last synced: 11 Sep 2025
https://github.com/stefanov-sm/restql
restql - RESTful web services in SQL
database jsonschema postgresql rest-api sql webservices
Last synced: 14 Apr 2025
https://github.com/tigase/tigase-database-migrator
(M) Tool allowing easy migration data to Tigase XMPP Server from other XMPP servers
database jabber mysql tigase-database-migrator tigase-xmpp-server xmpp
Last synced: 24 Apr 2025
https://github.com/embarcadero/interbase-docker
Dockerfile to create a container for Embarcadero InterBase
database dockerfile embarcadero interbase
Last synced: 20 Jan 2026
https://github.com/co0lc0der/simple-query-builder-php
A simple QueryBuilder PHP component
database mysql pdo pdo-php php php-oop query-builder sql sqlite
Last synced: 22 Jul 2025
https://github.com/nguyenanhung/database
A wrapper database and backup database
database pdo php php-database query-builder sql
Last synced: 15 Apr 2025
https://github.com/yahoojapan/k2hash_nodejs
K2HASH nodejs addon library - NoSQL Key Value Store(KVS) nodejs library
antpickax database in-memory k2hash kvs nodejs nodejs-library nosql queue
Last synced: 13 Mar 2026
https://github.com/semolex/zfdb
Simple interface to the ZIP files to use them as DB
database db dbengine key-value-store python python-database-api storage zip zip-storage zipdb zipfile zipfile-storage
Last synced: 10 Apr 2026
https://github.com/simonacca/dict2sql
express SQL as python data structures
Last synced: 14 Jan 2026
https://github.com/mta-tech/kai
KAI allows users to perform complex analytics and document searches using natural language queries
agent ai analytics database llm rag sql text-to-sql
Last synced: 27 Feb 2025
https://github.com/gradedjestrisk/db-training
Use, install, performance
database mysql oracle-database plsql postgresql sql sqldeveloper
Last synced: 25 Jul 2025
https://github.com/creative-tutorials/stashblob
WebApp - Upload and Share files, easy and securely
blob blob-storage blobstorage database stashblob storage storage-bucket upload
Last synced: 13 Jul 2025
https://github.com/carono/yii2-migrate
Трейт для помощи создания баз данных
Last synced: 13 Apr 2025
https://github.com/dewanshrawat15/cyquest
A fully featured online treasure hunt playground. Just set the questions, register required users and start the hunt.
cryptic-hunt database database-management django game hacktoberfest hacktoberfest2021 hunt python quizapp superuser treasure-hunt webapp
Last synced: 20 Aug 2025
https://github.com/indigoparadox/dbfetch
Rough set of python scripts for fetching JSON data, shoving it into a database, and plotting graphs.
database plotting-graphs weewx
Last synced: 15 Apr 2025
https://github.com/sphireinc/mantis
Sphire Mantis is a broadly featured Go helper library with standalone packages
database errors helper helper-functions interface logging
Last synced: 21 Apr 2025
https://github.com/pogy-bot/pogy.db
A database wrapper for Pogy the discord bot!
database mongoose mongoosejs pogy-database
Last synced: 27 Oct 2025
https://github.com/krishcdbry/nexadb
NexaDB - A lightweight NoSQL database with vector search, TOON format, and enterprise security built-in
database nosql-database toon vector-database vector-embedding-database vector-search
Last synced: 13 Jan 2026
https://github.com/aryaminus/rn-firechat-functions
Serverless functions for push notification configuration of Rn-firechat for cloud messaging with subscription to database child 'chat' and then checking for the uid in 'friend' database to forward the push notification to the device token of receiver
backend cloud-function-for-firebase database firebase firebase-cloud-messaging firebase-realtime-database http-requests push-notifications react react-native serverless token
Last synced: 12 Apr 2026
https://github.com/xadidja03/rent-a-car-management
database java javacore jdbc jdbc-database postgresql
Last synced: 26 Sep 2025
https://github.com/modscleo4/jsdb
JSDB is a Node.js database manager with SQL support
database javascript jsdb nodejs npm sql
Last synced: 10 Apr 2025
https://github.com/mbossx/medoo
javascript version of medoo php at http://medoo.in/
Last synced: 29 Mar 2025
https://github.com/misachi/dardb
A storage engine for relational dbs
database db relational-databases storage
Last synced: 26 Jun 2025
https://github.com/danushka96/nsbm
System for NSBM Green University
assignment database fxml gui java javafx javafx-application mysql system
Last synced: 11 Apr 2025
https://github.com/youns3510/php_oop_crud_project
object-oriented programming with PHP & MySQL.
crud-application database oop php
Last synced: 04 Jan 2026
https://github.com/kazooki123/lunardb
LunarDB is a multi-model database made in Rust
cache cache-storage database key-value-store multimodal nosql rust
Last synced: 03 Jul 2025
https://github.com/powerlevel9000/school-library
School Library is ruby based with terminal user interface project in which you can create persons books and bunch of more objects School Library is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods
Last synced: 30 Jul 2025
https://github.com/wildcatdb/samples
Sample programs using the Wildcat storage engine.
database examples-go golang key-value key-value-store lsmtree persistent-storage storage
Last synced: 12 Jan 2026
https://github.com/joeyism/py-sql2sql
A simple lightweight tool to perform ETL jobs between two SQL databases
database etl extract lightweight load mysql oracle postgresql psql relational sql to transform
Last synced: 25 Apr 2025
https://github.com/tigrisdata-archive/tigris-client-python
Python client for Tigris
database nosql python search tigris-database vector
Last synced: 12 Jul 2025
https://github.com/vitaminjs/vitamin
Data Mapper library for Node.js applications
database datamapper knex polymorphic-relations vitamin
Last synced: 13 Mar 2025