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/kwakubiney/sqlite-go
A naรฏve implementation of a hash-table indexed file storage engine.
Last synced: 21 May 2026
https://github.com/stacksjs/backupx
๐พ Comprehensive & performant database and file backup solution.
backups cli database files library typescript
Last synced: 28 Jun 2025
https://github.com/kekyo/flyflint
Lightweight static O/R mapping builder at compile time.
aot compile-time database dotnet lightweight orm static
Last synced: 20 Jun 2025
https://github.com/eldersantos/winston-postgre
A winston transporter for PostgreSQL database
database javascript npm-package postgresql-database schema winston-postgre winston-transport
Last synced: 24 Apr 2025
https://github.com/chrisandchris/passive-record-orm
A database layer, passive record and orm abstraction layer for your php application.
database database-abstraction doctrine-orm mysql postgres postgresql query query-builder query-language symfony symfony2
Last synced: 02 Oct 2025
https://github.com/danielpclark/smiley_db
ASCII command line database for storing smileys you find. Copy and paste any smiley into your terminal to save it!
database smiley storing-smileys
Last synced: 18 May 2026
https://github.com/BEAKH/RadISpeC
Radiation Interface for Matlab Spectroscopy Calculations. Uses HITRAN and HITEMP
co co2 database dtu fast gas h2o heat-transfer hitemp hitran line-by-line matlab matlab-gui precise radiation simulation spectroscopy
Last synced: 11 May 2025
https://github.com/ahmad-masud/database-schema-constructor
๐A tool created to help design and visualize database schemas in sql
database database-generator database-management database-schema firebase javascript nodejs react schema sql
Last synced: 03 Nov 2025
https://github.com/diogofelizardo/pocketdb
Projeto Opensource de Base de dados para cartas de Pokรฉmon TCG Pocket usando Next.js 15
database nextjs15 opensource pokemontcgpocket shadcnui
Last synced: 17 Jun 2025
https://github.com/j4cobgarby/cordial2
Cordial, redesigned and written from scratch using Laravel
blade blade-template css database html javascript jquery laravel laravel5 laravel54 markdown mysql php social social-media social-network social-networks sql web-app website
Last synced: 07 Mar 2026
https://github.com/rla/phantomjs-dirty
Dirty-compatible key-value database for PhantomJS
Last synced: 20 Apr 2026
https://github.com/razzerde/php-mysql-webapp
๐พ This project shows you how to work with databases using MySQL and PHP.
database filter forms get html-table js-validation mariadb mysql mysql-select mysql-tables php php-form post selection-sort-algorithm selectionsort sql url-parameters url-params website
Last synced: 04 Sep 2025
https://github.com/lnyemba/data-transport
read/write data anywhere, Lightweight ETL tool
apache-zeppelin database etl etl-pipeline ferretdb jupyter-notebook lightweight-framework mongodb mysql nosql pandas postgresql python sql
Last synced: 12 Apr 2025
https://github.com/marcosdvs/crud_php
Project created with php, javascript, css, database in MySQL and bootstrap as a framework, this is kind a test for me because I am using it to learn php
bootstrap5 crud crud-image database html javascript php shared-files
Last synced: 02 Feb 2026
https://github.com/darkskygit/gchdb
Provides a record abstraction for storing chat records extracted by different chat software, and provides full-text search feature
database full-text-search recorder
Last synced: 28 Jun 2025
https://github.com/hebertcisco/instantclient_oracledb
Install InstantClient to OracleDB in debian based systems
alien database deb debian environment installer instantclient oracledb rpm rpm-packages shell
Last synced: 07 Mar 2026
https://github.com/ervei/ervel.db
Local and Cloud data storage module. (JSON, BSON, YAML, Mongodb)
Last synced: 20 Jul 2025
https://github.com/daudi13/recipe-app
The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app allows you to make them public so anyone can access them.
database devise rails-application ruby
Last synced: 01 Oct 2025
https://github.com/natasha-ct/budget-app
Budget- App is a Ruby on Rails mobile web application that allows users to keep track of their expenses and categories. have a list of transactions associated with a category, so that the user can see how much money it spent and on what. Manage your own money, manage your own life.
authentication authorization database postgresql rails rspec-testing
Last synced: 09 Apr 2026
https://github.com/oguzhankomcu/sql_codes_and_examples
In this file I show examples of working in database with Sql. Here, I gave information about both reading and creating a database.
database database-management dml mssql-database mysql sql sql-server t-sql trigger
Last synced: 07 May 2025
https://github.com/fer-moreira/myqt
SQL Querying Tool with QT
database database-management gui manager microsoft-sql-server mysql pyqt python sql
Last synced: 07 May 2025
https://github.com/ugboaja-uchechi/vet-clinic-database
Use a relational database to create the data structure for a vet clinic. In this project, you will use transactions to update and delete records. You will also use your knowledge of aggregate functions and GROUP BY to answer analytical questions.
Last synced: 10 Jul 2025
https://github.com/benmukebo/vet-clinic-database
For project you uses a relational database to create the initial data structure for a vet clinic. Built with POSTGRESQL
Last synced: 18 May 2026
https://github.com/mgernand/mongodb.dbcontext
A database context implementation for MongoDB.
database database-migration database-schema dbcontext dotnet dotnet-core dotnetcore mongo mongodb mongodb-database mongodb-driver
Last synced: 24 Dec 2025
https://github.com/pjt3591oo/javascript-book
์๋ฐ์คํฌ๋ฆฝํธ๋ก ์๋ฒ์ ํด๋ผ์ด์ธํธ ๊ตฌ์ถํ๊ธฐ
database express javascript mysql nodejs nuxtjs orm socket-io vuejs
Last synced: 29 Aug 2025
https://github.com/josgard94/api-to-do-list-with-python-and-flask
This code serves as an illustrative example of building an API using Python and Flask. It showcases the implementation of an API for managing a To-Do List, demonstrating fundamental CRUD operations such as task creation and updating.
api api-rest database database-coneccion example-project flask flask-api learning-python mysql pyth python singleton-pattern sqlalchemy sqlalchemy-database sqlalchemy-orm sqlalchemy-python
Last synced: 09 Apr 2026
https://github.com/arshadkazmi42/firefox-cookie
Firefox cookie manager for node. To set and get cookie from firefox
cookie cookie-crud cookie-manager crud database firefox firefox-cookie-manager sqlite
Last synced: 20 Mar 2025
https://github.com/vd2org/wheelchair
The async CouchDB connector
asyncio couchdb database python
Last synced: 24 Apr 2025
https://github.com/abdelhak-zaaim/key-value-database
Java-based key-value database parser.
Last synced: 02 Feb 2026
https://github.com/simonepriuli/imongo
IMongo is a utility package that simplifies the always frustrating process of connecting to MongoDB in TypeScript.
database mongodb schema typescript
Last synced: 04 Mar 2025
https://github.com/aidinhamedi/pneumonia-detection-ai
This project uses a deep learning model built with the TensorFlow Library to detect pneumonia in X-ray images. The model architecture is based on the EfficientNetB7 model, which has achieved an accuracy of approximately 97.12% (97.11538%) on our test data. This high accuracy rate is one of the strengths of our AI model.
ai artificial-intelligence artificial-neural-networks cli data data-science database gui interface kaggle keras pneumonia pneumonia-classification pneumonia-detection pneumonia-detector pneumoniac-xray python tensorflow tensorflow2 training
Last synced: 06 Apr 2025
https://github.com/citra-org/chrono-db-go-driver
Golang client to interact with chrono db
client database driver go golang golang-library log-management
Last synced: 28 Oct 2025
https://github.com/caiorss/postgres-docker-container
Very lightweight and simple to setup postgres SQL docker image.
alpine database docker image linux postgres postgresql vritualization
Last synced: 08 Apr 2026
https://github.com/hamzazaidix/file-sharing-site-mongodb
File Sharing Site With Node.js, MongoDB, and Express
database express-js file file-sharing file-sharing-site file-upload hashing hashing-algorithm javascript mern mongodb mongoose nodejs password-protection passwords project reactjs salting web-dev-simplified website
Last synced: 09 Apr 2026
https://github.com/almaslennikov/rental-service
The course work on Data Management
angular css database html5 java rest spring typescript
Last synced: 10 Apr 2026
https://github.com/quaddarv1ne/financial_operations_project
ะะฐะฝะฝัะน ะฟัะพะตะบั ะฟัะตะดััะฐะฒะปัะตั ัะพะฑะพะน ะฑัะบะตะฝะด ะฝะฐ ะพัะฝะพะฒะต FastAPI ะดะปั ัะฟัะฐะฒะปะตะฝะธั ัะธะฝะฐะฝัะพะฒัะผะธ ะพะฟะตัะฐัะธัะผะธ. ะะบะปััะฐะตั ััะฝะบัะธะพะฝะฐะป ะดะปั ะฟะพะปัะทะพะฒะฐัะตะปะตะน, ััะตัะพะฒ, ะบะฐัะตะณะพัะธะน ะธ ััะฐะฝะทะฐะบัะธะน. ะัะพะตะบั ะฟัะตะดะฟะพะปะฐะณะฐะตั ัะฐะฑะพัั, ะบะฐะบ RESTful API, ัะฐะบ ะธ ะผะฝะพะณะพัััะฐะฝะธัะฝะพะณะพ ะธะฝัะตััะตะนัะฐ ั ะปะธัะฝัะผ ะบะฐะฑะธะฝะตัะพะผ ะธ ะฐะฝะฐะปะธัะธะบะพะน.
api crud database fastapi fastapi-sqlalchemy finance finance-management financial-analysis management maximdupley quadd4rv1n7 restful-api
Last synced: 18 Feb 2026
https://github.com/abdelmajidlh/eportfolio
ePortfolio Abdelmajid EL HOU
bioinformatics data data-analysis data-science data-visualization database datascience genetics
Last synced: 22 Mar 2025
https://github.com/echemdb/website
Tools for building the echemdb website.
database electrochemistry website-template
Last synced: 25 Jun 2025
https://github.com/chaoses-ib/informationsystems
database filesystem gis memory-management sql
Last synced: 12 May 2025
https://github.com/fahdseddik/school-e-learning-platform-dbms
An open-source website and desktop application designed to manage a school DB with an e-learning website for students and teachers.
database database-management elearning-system ms-sql-server school-management-system student-learning-platform
Last synced: 01 Mar 2026
https://github.com/decathlon/scribedb
Search for differences in database (at data level, not ddl)
comparison database oracle postgresql python python3 schema scribedb
Last synced: 25 Apr 2025
https://github.com/thelazytomcat/inflatableslist
A private project made public (too much work to keep it lost in a digital abyss). It is as it sounds - a small program to manage "database" of pool floats and other inflatables. Why? Because why not! BTW written only for Delphi 7.
database delphi inflatable object-pascal pascal pool-float
Last synced: 28 Feb 2025
https://github.com/robaho/cpp_leveldb
A port of the ultra-high-performance robaho key-value database using modern C++.
cpp database key-value-database key-value-store leveldb lsm-tree
Last synced: 21 Nov 2025
https://github.com/sskender/mariadb-phpmyadmin-docker
docker-compose for painless setup of mariadb and phpmyadmin panel
database developer-tools development development-environment docker docker-com maria mariadb-database mariadb-mysql mariadb-server mysql mysql-connection mysql-database mysql-server quickstart sql
Last synced: 11 Jul 2025
https://github.com/3noch/project-m36.io
Simple webserver for trying Project:M36
database demo example nix project-m36
Last synced: 24 Apr 2026
https://github.com/tomcur/koit
A simple, asynchronous, pure-Rust, structured, embedded database
Last synced: 03 Apr 2026
https://github.com/livealvi/advance-web-technology
PHP Laravel Framework & View Engine, Storage Management, Security Management, PHP API Management, Building Dynamic Web Application, ORM Using JS Framework & Application Deployment.
api blade blade-template-engine database laravel laravel-framework nodejs nodejs-server php php-framework phpmyadmin reactjs
Last synced: 09 Apr 2026
https://github.com/kocal/zend-expressive-doctrinedatabase
Use Doctrine ORM in Zend-Expressive
database doctrine-orm zend-expressive zend-expressive-database
Last synced: 22 Apr 2026
https://github.com/samay825/viral-links
This tool generates the link of viralhacks and you can earn money from ads: still some issues may raise please contact me in the instagram : sincryptzork
api-server customlinks database earnmoney linkbypass links moneytool samay-825 samay825 shorturl shorturl-services token-based-authentication virallinks
Last synced: 09 Apr 2025
https://github.com/0xjonaseb11/metawar
MetaWar gaming - Blockify
database express js middlewares nodejs nodejs-modules nodejs-server
Last synced: 13 Apr 2026
https://github.com/aerospike-community/aerospike-newrelic
Aerospike plugin for New Relic - a community driven open source project
aerospike aerospike-server database newrelic
Last synced: 21 Apr 2026
https://github.com/khalilgharbaoui/inquiries-maker
Inquiries Maker Rails 5.2.6 application. Uses RabbitMQ as message broker/queuer, Sneakers as an ActiveJob adapter for background jobs/workers and Postgres as database. Each entity runs in its own docker container. Orchestrated with docker-compose, for production or staging. But it also has a Capistrano setup for a lesser production server.
activejob application backend background-jobs capistrano database docker email-sender i18n inquiries-maker jobs monit passenger rabbitmq rails ruby sidekiq tests transciever validation
Last synced: 27 Mar 2026
https://github.com/hasan-kilici/kawethradb
csv csv-files csv-import csv-parser csv-reading database go golang golang-library golang-module golang-package
Last synced: 26 Apr 2025
https://github.com/planetway/connector-docs
CONNEQT Connector is a software solution to create REST JSON APIs or SOAP services from relational database SQL queries
Last synced: 27 Apr 2026
https://github.com/epsoft/dataset-forexfactory
Scrape and database forexfactory.com
calendar csv database dataset economics forexfactory news
Last synced: 28 Feb 2025
https://github.com/gui-ribeiro66/discordbot-prisma_config_mongoose
Uma configuraรงรฃo bรกsica de prisma usando mongoose para seu bot do Discord. Comando de eval incluso
bot config database discord discordbot prisma setup
Last synced: 23 Jul 2025
https://github.com/sombriks/sample-spring-multiple-databases
sample-spring-multiple-databases
configuration-management database java spring-boot
Last synced: 20 Apr 2026
https://github.com/guerreiropedr0/vet-clinic-database
Vet clinic databases to learn relational databases and relationships
Last synced: 28 Apr 2026
https://github.com/lussierc/foodborneillnessdataanalysis
A data analysis of foodborne illnesses using R Scripting methods.
data-analysis database foodborne-disease-outbreaks foodborne-illnesses rstudio
Last synced: 03 May 2026
https://github.com/alexweininger/joke-api
Azure serverless joke api
api azure azure-functions database demo functions-as-a-service javascript microsoft serverless
Last synced: 22 Feb 2026
https://github.com/ikauematos/sql-database-student
Hello devs okay with you guys ? This repository aims to know SQL in a more in-depth way for its use in database creations
Last synced: 27 Feb 2025
https://github.com/web-team-cive/necta-postgres
The postgres database of NECTA results.
csee csee-results database form-four golang necta necta-api necta-database postgres tanzania
Last synced: 24 Apr 2025
https://github.com/everythingfunctional/sqliteff
SQLite for Fortran A thin wrapper around the SQLite C library.
database fortran sqlite sqlite3
Last synced: 05 May 2026
https://github.com/hanieas/larasearch
This is a search package built to easily integrate with Laravel and the database.
Last synced: 28 Apr 2026
https://github.com/nexmo-community/contact-center-server-node
Build Your Own Contact Center (Node.js server). This is one of the components required for Nexmo's "Contact Center Use Case". You can run it locally or deploy it to Heroku as described below.
client-sdk contact-center database heroku nexmo nexmo-account server
Last synced: 18 Aug 2025
https://github.com/ilynette/recipe_app
The Recipe app keeps track of all the users' recipes and ingredients. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from a recipe. Also, since sharing recipes is an important part of cooking, the app should allow the user to make them public so anyone can access them.
Last synced: 13 Apr 2026
https://github.com/delvedor/demodb
An HTTP based database for demo purposes, workshop and so on.
Last synced: 28 Apr 2026
https://github.com/jijihohococo/ichi-orm
A simple and useful PHP ORM with high performance
database library mysql open-source orm php php-library php-orm php7 php8 postgres sql
Last synced: 22 Feb 2026
https://github.com/rukodb/ruko
A simple-to-use, in-memory JSON database
database flask json memory-json-database python ruko-server
Last synced: 28 Apr 2026
https://github.com/powerlevel9000/catalog
Catalog is ruby based with terminal user interface project in which you can organize your things according to various item object such as book, music, video etc Catalog is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods
database oop-principles psql ruby
Last synced: 02 Apr 2025
https://github.com/luminovrym/aplikasi-manajemen-informasi-peserta
Aplikasi Manajemen Siswa dengan PHP Native
Last synced: 29 Apr 2026
https://github.com/greguz/mutent
An agnostic solution to work with any Datastore
collection database datastore entity javascript
Last synced: 09 Apr 2025
https://github.com/felixklauke/prophecy
A little SQL connection pool capable of creating a datasource and improving your database access speed.
connection connection-pool core database datasource java mysql pool prophecy sasuke sasukekawaii sql
Last synced: 20 Apr 2026
https://github.com/crispengari/python-and-mongodb
๐ This is walk through on python + local mongodb and cloud mongodb using pymongo
database dnspython mongodb mongodb-cloud mongodb-database pymong python
Last synced: 13 Apr 2026
https://github.com/ratulbasak/sqlite3-database-backup-everyday-to-s3
sqlite db or any file backup everyday to s3
aws backup backup-everyday backup-script boto boto3 cron cron-jobs crontab database python-script s3 s3-bucket s3-storage sqlite sqlite-database sqlite3 sqlite3-database
Last synced: 20 Apr 2026
https://github.com/wazam/fantasy-baseball-buzz
Self-hosted dashboard for tracking MLB player trends, stats, and projections from top fantasy baseball sources
baseball dashboard database docker fantasy-sports nocodb python self-hosted webscraping
Last synced: 30 Apr 2026
https://github.com/ali-raheem/jukebox-rust
๐น Implementation of my jukebox application in rust.
Last synced: 07 Jan 2026
https://github.com/nano-bot01/library-database-management-project
Normalized working database with no redundancy of data
database database-management dbms library library-database library-management-system mysql mysql-database mysql-server mysql-workbench sql
Last synced: 30 Apr 2026
https://github.com/instantiator/mvp-rocketship-template
A simple template to develop, publish, and test a simple .NET service backend on AWS, with serverless Lambda functions, supported by DynamoDb, behind an API Gateway, and protected by Cognito auth.
api-gateway auth aws cognito csharp database dotnet dynamodb lambda serverless template
Last synced: 13 Apr 2026
https://github.com/ladjs/mongoose-model-agenda
Mongoose model for Agenda
agenda collection database definition document job model mongo mongoose record scheduler schema
Last synced: 14 Apr 2026
https://github.com/kiwamunet/gens
Converts a database into gorm structs
database generator golang mysql mysql-database schema struct
Last synced: 26 Jan 2026
https://github.com/aidenellis/painlessdb
๐ฅจ PainlessDB - A Painless Simple Way To Create Schema and Do Database Operations Quickly In Python.
aidenellis database db painlessdb python
Last synced: 19 Apr 2025
https://github.com/ali-elganzory/collaborative-editor
Real-time collaborative editor - a robust one ๐.
collaborative-editing database differential-synchronization document-sharing editing editor node-js reactjs real-time sql
Last synced: 30 Apr 2026
https://github.com/snykk/grader-assignments-sql
[ 10 November - 24 November 2022 ] Database Management & Technology | Ruangguru CAMP
database gorm problem-solving sql
Last synced: 19 Apr 2026
https://github.com/rebus-org/dbwrestler
:canned_food: Makes it easy to wrestle MSSQLLocalDB from automated database integration tests
database localdb microsoft-sql-server
Last synced: 26 Jan 2026
https://github.com/ctiedt/influx_client
A Rust library to interact with InfluxDB
database influxdb influxdb-client rust
Last synced: 06 Jul 2025
https://github.com/dejongyeong/library-system
IT Tralee Year 2 Module: Software Engineering Project
csharp database library-management-system oracle visual-studio
Last synced: 30 Apr 2026