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-01 00:07:37 UTC
- JSON Representation
https://github.com/wazner/mssql-browser
Rust implementation of the SQL Server Resolution Protocol
Last synced: 03 Jul 2025
https://github.com/MystPi/dinostore
🦕 Gleam bindings to the Deno KV database
bindings database deno deno-kv gleam javascript
Last synced: 04 Aug 2025
https://github.com/lazypwny751/verse-hadithdb
verses from quran and hadiths
database islam islamic json quran quran-data sqlite sqlite3
Last synced: 15 Feb 2026
https://github.com/messsimo/furniture-shop
E-Commerce Web for furniture store "SitDownPls"
admin-dashboard application crud css database e-commerce html javascript mysql php website
Last synced: 27 Jul 2025
https://github.com/aminalaee/sqlalchemy-model-builder
SQLAlchemy Random Model Builder for testing
database orm python sqlalchemy sqlalchemy-model testing testing-tools
Last synced: 07 Mar 2026
https://github.com/cwaku/e-com
A responsive and ready to use E-commerce website
css database ecommerce ecommerce-website html javascript mysql
Last synced: 13 Aug 2025
https://github.com/poksyy/hospital-project-backend
This repository contains the backend development for a Hospital Management System as part of a class project. It is implemented using Java and Hibernate, following the first phase of the course where all teams build a backend for a hospital. FRONTEND:
crud database delete get hibernate hospital hospital-management java learning-java mysql nurse post postman project school-project self-learning sql
Last synced: 01 May 2026
https://github.com/mohamedmagdy2301/toku-app
Welcome to Toku App! This application is designed to help children learn Japanese from English in a fun and interactive way, focusing on four key fields: numbers, colors, phrases, and family members.
Last synced: 06 Feb 2026
https://github.com/bradstw/postgresql
PostgreSQL Database Admin, Monitoring and Helper Scripts
database database-management postgresql
Last synced: 19 May 2026
https://github.com/seddryck/duburl
DubUrl provides a standardized URL-style mechanism for providing database connection information and opening a DbConnection in the .NET ecosystem
ado-net adonet connection-string connection-uri connection-url database database-url duckdb mysql odbc oledb oracle postgresql power-bi-dax sql sql-server sqlite
Last synced: 22 Apr 2025
https://github.com/sdojjy/tikv-coprocessor-client
A tikv client for testing tikv coprocessor
Last synced: 31 Oct 2025
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/acryps/vlquery
TypeScript ORM for postgresql
audits database entity orm postgres typescript
Last synced: 04 Oct 2025
https://github.com/alexvcasillas/graphdb
An in memory database with sync capabilities
database in-memory in-memory-database in-memory-storage javascript synchronization typescript
Last synced: 23 Apr 2025
https://github.com/patilni3/sql_practice_files
SQL Skills: Full Range from Beginner to Expert using SQL_Server
data database mssql mssql-database mysql mysql-database sql
Last synced: 14 Jun 2025
https://github.com/schbenedikt/web-crawler
A simple web crawler using Python that stores the metadata of each web page in a database.
crawler database mariadb mysql python python-crawler web
Last synced: 14 Apr 2025
https://github.com/nafisalawalidris/fastapi-learning
This repository documents my exploration of FastAPI a modern Python framework for building APIs. It includes my progress, practical implementations and insights as I learn to create high-performance APIs. The repo covers setup, development and deployment of FastAPI applications and serves as a portfolio of my learning experience.
api crud-api data-science database deployment fastapi python
Last synced: 19 Feb 2026
https://github.com/chirag3003/todolist-ejs-mongoose-mongodb
An example use case for ejs and mongodb using mongoose
beginner beginner-friendly beginner-project database easy easy-project ejs mongo mongodb mongoose no-sql node nodejs nosql todolist todolist-ejs
Last synced: 12 Apr 2026
https://github.com/ananya-0306/contact_management_system
Contact Management System project is written in Python. The project file contains a python script (index.py). This is a simple GUI based project which is very easy to understand and use. Talking about the system, it contains all the required functions which include adding, viewing, deleting and updating contact lists. While adding the contact of a person, he/she has to provide first name, last name, gender, address and contact details. The user can also update the contact list if he/she wants to. For this, the user has to double-click on a record that he/she wishes to edit. The system shows the contact details in a list view. And also the user easily delete any contact details.
begginer-tutorial contactmanagement database project-management python3 pythonforbeginner pythonprojects
Last synced: 23 Jul 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/usedatabrew/mongodb_stream_benthos
MongoDB Change Streams Module for Streaming Database Changes with Golang
benthos benthos-plugin database golang-library mongodb mongodb-change-streams
Last synced: 06 May 2026
https://github.com/otumian-empire/moexpensetracker
Mo Expense Tracker is a multi-user web api for tracking user's expenditure. It was implemented to learn dotnet.
Last synced: 13 Apr 2025
https://github.com/ibilux/type-surrealdb
Generate schemas for SurrealDB using TypeScript classes and decorators!
builder database decorators generator orm schema schemagenerator surql surrealdb surrealql typescript
Last synced: 26 Jan 2026
https://github.com/gamemaker2k/df2k-v4
Discussion Forums 2k v4 here for historical reasons.
bbs board bulletin-board bulletin-board-system css database df2k forum forum-threads forum-topics forums html4 intdb javascript message-board php thread threads topic topics
Last synced: 10 Feb 2026
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/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/ojplg/hrorm
A simple Java ORM tool.
database java orm orm-library persistence rdbms sql
Last synced: 14 Jan 2026
https://github.com/czukowski/phpunit-mock-db
Database Abstraction Layer mocking for PHPUnit
Last synced: 04 Jul 2025
https://github.com/ariesclark/cloudflare-kv-storage
A dead simple client for Cloudflare's KV storage. 📦
cloudflare database key kv kv-store store value
Last synced: 05 Feb 2026
https://github.com/ricci69/ultimatemysql
MySQL database access wrapper compatible with PHP 8
Last synced: 23 Apr 2025
https://github.com/edertone/turbodepot
General purpose multi storage library (ORM, Logs, Users, Files, Objects)
cross-language database filesystem javascript json-setup orm php sql typescript user-management
Last synced: 15 Aug 2025
https://github.com/kkrakovych/database-maven-plugin
Database Maven Plugin
database oracle plugin postgresql
Last synced: 14 Jan 2026
https://github.com/skalt/pg_inventory
pg_catalog queries
database hacktoberfest postgres postgresql sql
Last synced: 12 Apr 2026
https://github.com/remiixinc/transfer-replitdb
♻️ Transfer your ReplitDB data without completely rewriting your app when moving a project to a different hosting platform.
database db javascript json nodejs npm repldb replit replitdb
Last synced: 12 May 2025
https://github.com/ahmadchen/coronanotifier
Covid-19 Whatsapp Bot
bot covid-19 covid-19-whatsapp-bot covid-api covid19 covid19-data covid19-live-tracker database hacking javascript model neural-network node node-module notifications robotics terminal-based terraform
Last synced: 04 Jan 2026
https://github.com/rancoud/session
Session Package
composer coverage database encryption packagist php php74 php80 php81 phpunit phpunit9 redis session sessionhandlerinterface
Last synced: 05 Sep 2025
https://github.com/lebrancconvas/database-hub
Many Database that I created for using on my personal projects. (Mostly created on dbdiagram.io)
Last synced: 13 Jun 2025
https://github.com/PerfectlySoft/Perfect-CouchDB
CouchDB Database Connector for Perfect.
couchdb database perfect server-side-swift swift
Last synced: 11 May 2025
https://github.com/thiagobarradas/nhibernate-netcore-demo
NHibernate with NETCore demo
database db demo demo-app dotnet dotnet-core2 dotnet-core2-1 dotnetcore nhibernate nhibernate-developers
Last synced: 09 Apr 2025
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/dabbertorres/dbman
CLI/Nvim Plugin/Library for connecting to databases.
cli database golang library neovim-plugin
Last synced: 07 May 2026
https://github.com/0xerwin1/dbflux
A fast, keyboard-first database client built with Rust and GPUI.
cross-platform database database-client db developer-tools gpui mongodb mysql nosql postgresql query-editor redis rust sql
Last synced: 17 May 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/ayeshaaaaaaaaa/train-ticket-reservation-system
It is ticket reservation system of train. This project is made in java and mysql is used . JDBC is used for database conectivity
book-tickets database java java-project jdbc mysql mysql-database railway reservation-system seat-availability ticket ticket-booking train train-managment train-ticketing-system
Last synced: 06 Nov 2025
https://github.com/zhujiaming/node-sqlite-updater
nodejs-sqlite3 数据库版本管理与升级
database nodejs sqlite3 typeorm typescript
Last synced: 14 Apr 2025
https://github.com/roxyzc/diary
database graphql javascript jest postgresql prisma typescript
Last synced: 11 Apr 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/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/anjupriya-v/basic-banking-system
In this project, we can process the transaction between multiple customers.
boostrap4 css database express mysql mysqlserver nodejs reactjs
Last synced: 11 Apr 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/eighty4/cquill
Versioned CQL migrations for Cassandra and ScyllaDB
cassandra cassandra-cql cassandra-database cicd continuous-delivery continuous-deployment continuous-integration cql database database-administration database-management database-migrations database-schema devops devops-tools scylladb
Last synced: 09 Apr 2025
https://github.com/chimera-hackathon-team/chimera-hackathon-preparation
Welcome to the Chimera team repository! Here you will find the work and resources we use to prepare for hackathons.
artificial-intelligence backend data-science database frontend machine-learning web-scraping
Last synced: 07 Apr 2026
https://github.com/gedeonts/vet-clinic
In this project, I used a relational database to create the initial data structure for a vet clinic.
Last synced: 30 Apr 2026
https://github.com/php/pecl-database-oci8
PHP extension to interact with Oracle Database
Last synced: 25 Mar 2025
https://github.com/hodinhtuankiet/java-htl-servelet
A project end of term java , created dynamic web use java servelet . Website authentication between user and admin , authorization , insert client , remove, update , read , statistical connect sql server
authentication-backend crud database servelet spring-boot statistics
Last synced: 13 Apr 2026
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/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/greguz/mutent
An agnostic solution to work with any Datastore
collection database datastore entity javascript
Last synced: 09 Apr 2025
https://github.com/ljzd-pro/chatloggerplugin
LangBot 聊天记录插件,将群聊消息和机器人回复记录到数据库中,支持多种数据库和群聊黑白名单过滤
database langbot mysql postgresql sqlalchemy sqlite
Last synced: 09 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/ctiedt/influx_client
A Rust library to interact with InfluxDB
database influxdb influxdb-client rust
Last synced: 06 Jul 2025
https://github.com/parthsarthee/open-flask-api
Its a simple flask based api for user data written in Python 3 for starters.
api api-rest apis database flask flask-api flask-application flask-backend flask-restful heroku heroku-api heroku-application herokuapp json peewee peewee-orm python python-3 python3 uri
Last synced: 07 Apr 2026
https://github.com/tableturn/dymo
For all your labelling and tagging needs!
database dymo hex labelling labels polymorphism
Last synced: 13 Apr 2025
https://github.com/weecology/ratdat
R package version of Portal Project Teaching Database
data database ecology teaching teaching-data
Last synced: 17 Feb 2026
https://github.com/andr3w03/pemrogramanvisual
Tugas Mata Kuliah Pemrograman Visual Semester 4
csharp database desktop-application microsoft-access mysql sharpdevelop sql sql-server visual-studio windows-forms
Last synced: 08 Apr 2026
https://github.com/eduardosancho/budget
Mobile app to organize spending and group transactions into categories.
Last synced: 17 May 2026
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/nunorafaelrocha/covid-19-database
🦠 Postgres docker image for COVID-19
coronavirus coronavirus-dataset covid-19 covid19 database docker postgres postgresql
Last synced: 08 May 2025
https://github.com/oefenweb/r-database
Establish a database SQL connection between databases and R
Last synced: 17 May 2026
https://github.com/qqiangwu/cloudkv
A learning purpose kv storage using modern c++ based on LevelDB
Last synced: 02 May 2026
https://github.com/yusufshakeel/minivium
Minimalistic JSON database.
database javascript json json-database nodejs typescript
Last synced: 07 Sep 2025
https://github.com/xgfone/go-sqlx
A set of the simple, flexible and powerful SQL builders with zero-config.
builder database go go-sql golang mysql sql sql-builder sqlbuilder
Last synced: 29 Jul 2025
https://github.com/neurogenomics/magma_files_public
Publicly shared SNP-to-gene mappings of GWAS generated by MAGMA.
database genomics gwas open-source
Last synced: 03 Apr 2025
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/nexoral/containdb
ContainDB is a CLI tool that automates the installation and management of popular database containers (MongoDB, Redis, MySQL, PostgreSQL, MariaDB) and PHPMyAdmin.
cli cli-tool database database-access database-management docker
Last synced: 14 Mar 2026
https://github.com/mayur-tolexo/pg-shifter
Golang struct to postgres table shifter.
database migration migrator postgresql
Last synced: 05 May 2026
https://github.com/bertugfahriozer/ci4commonmodel
A flexible and reusable CommonModel for CodeIgniter 4. Simplifies all database operations—select, insert, update, delete, join, batch, and advanced queries—plus table and database management.
batch-insert codeigniter-crud codeigniter-library codeigniter-model codeigniter4 crud database database-management join library like-query migration model open-source php query-builder table-management where
Last synced: 08 Oct 2025
https://github.com/n-r-w/testdock
TestDock is a Go library that simplifies database testing by automatically managing test database instances in Docker or external environments, with support for MongoDB, PostgreSQL, MySQL and other SQL databases
database go mongodb pgx postgresql sql testing
Last synced: 08 Aug 2025
https://github.com/elialm7/ca1assistance
An attendance control proyect i made as a school proyect.
crud-application database java management-system
Last synced: 21 Feb 2026
https://github.com/usox/harm
Active record/Table data gateway hybrid for hack strict mode
database hack hacklang hhvm orm postgresql
Last synced: 25 Feb 2025
https://github.com/prasanta-hembram/translation-work-list-for-santali-language
Here are some resources which are volunteerly contributed by me which may help Santali Content creators or Researchers. ᱱᱚᱶᱟ ᱥᱟᱦᱴᱟ ᱨᱮ ᱫᱚ ᱤᱧ ᱯᱟᱦᱴᱟ ᱠᱷᱚᱱ ᱜᱚᱲᱚ ᱮᱢ ᱠᱟᱱ ᱨᱮᱫ ᱠᱚ ᱢᱮᱱᱟᱜᱼᱟ ᱡᱟᱦᱟᱸ ᱫᱚ ᱥᱟᱱᱛᱟᱲ ᱟᱨ ᱨᱤᱥᱚᱨᱪᱚᱨ ᱠᱚ ᱠᱟᱹᱢᱤ ᱨᱮ ᱜᱚᱲᱚ ᱮᱢᱟ ᱠᱚᱣᱟᱭ ᱾
bilingual database dictionary ocr resource santali translation
Last synced: 15 Mar 2025
https://github.com/hebertcisco/pgnode
PostgresSQL client to Nodejs servers
database javascript nodejs pgsql-connection-pooling postgres postgresql postgressql typescript
Last synced: 01 Jul 2025
https://github.com/winterpuma/bmstu_db_cp
bmstu, IU7-6, Курсовой Проект по Базам Данных (2020)
6term bmstu course-project coursework database db iu7 microsoft-sql-server
Last synced: 19 Feb 2026
https://github.com/apache/hbase-kustomize
Apache HBase deployments on Kubernetes using Kustomize
database hbase kubernetes kustomize
Last synced: 24 Jul 2025
https://github.com/najibullahjafari/budgetpro
BudgetPro is the Ruby on Rails project, this is about building a mobile web application where you can manage your budget, you have a list of transactions associated with a category, so that you can see how much money you spent .
backend database gems postgresql ruby ruby-on-rails
Last synced: 05 Jan 2026
https://github.com/jetkai/breachcheck-powershell
Simple API to check if you have been breached within an RSPS Database (PowerShell)
api breach breach-check checker database hash md5 password passwords powershell powershell-module rsps rsps-database-leaks sha1 sha256 sha512
Last synced: 20 May 2026
https://github.com/npalacioescat/data_tools
Collection of Python functions and classes designed to make data scientists' life easier.
data-science database model plot python set
Last synced: 14 Apr 2025
https://github.com/jdrumgoole/pyimport
A restartable typed importer for MongoDB. Run with pypy for best performance.
Last synced: 19 Feb 2026