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/babeyjack/babyypos
My A-Level Computer Science NEA
a-level-computer-science-project admin-panel csharp database documentation point-of-sale server server-client-application sqlite sqlite-database unity-scripts unity2d
Last synced: 02 Mar 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/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/contributte/nextras-orm-query-object
:wolf: Query-objects for Nextras ORM
contributte database nette nextras-orm orm query-builder
Last synced: 02 Jul 2025
https://github.com/ozovalihasan/database-sqlzoo
🗄️ The database tutorial on SQLZOO is completed, and all solutions are added.
Last synced: 16 Apr 2026
https://github.com/imrostami/inmemoryrs
A simple and practical project that shows how to implement an In Memory Database like Redis in Rust
database inmemory inmemory-cache inmemory-db keyvaluestore redis rust rust-lang
Last synced: 16 Apr 2026
https://github.com/hir4/postgres_database
Project using Node with Postgresql, connecting four tables (client, admin, group, products, sale_header and sale_itens) with the intuit to learn more about database.
database express javascript nodejs postgresql
Last synced: 11 Apr 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/zhujiaming/node-sqlite-updater
nodejs-sqlite3 数据库版本管理与升级
database nodejs sqlite3 typeorm typescript
Last synced: 14 Apr 2025
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/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/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/sethbergman/friendly-pix
A clone of Instagram using Firebase and Express || https://friendly-pix.npmstack.com
database firebase-popup firebase-redirect javascript
Last synced: 02 Nov 2025
https://github.com/eun/go-pgx-cursor-iterator
A golang package for fetching big chunks of rows from a postgres database using a cursor.
database go golang pgx postgres postgresql
Last synced: 16 Mar 2025
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/vd2org/wheelchair
The async CouchDB connector
asyncio couchdb database python
Last synced: 24 Apr 2025
https://github.com/webtechmoz/manage-sql
Biblioteca para gestão de bancos SQLITE E MYSQL de dados
database manage-mysql manage-sql mysql mysql-database sql sqlite3
Last synced: 04 Nov 2025
https://github.com/thatsinewave/phonedb
PhoneDB aims to create a comprehensive database of every possible phone number on the planet.
data-science database good-first-bug good-first-contribution good-first-issue good-first-issues good-first-pr good-first-pr-first-contribution good-first-project good-first-prs phone phone-database phone-number phone-number-database phone-numbers phonenumber phonenumbers research research-project thatsinewave
Last synced: 14 Apr 2025
https://github.com/olipliche/budget-app
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 and on what.
database postgresql rails ruby sql
Last synced: 20 Jan 2026
https://github.com/sahilpabale/benin-db
A Rust implementation of Redis Caching Database from scratch.
database hacktoberfest hacktoberfest2022 redis rust
Last synced: 07 Apr 2025
https://github.com/zejiran/simple-banking-system
💳 Simple Banking System with database in Python. This is a practice to discover how the banking system works and learn about SQL
banking database lunh-algorithm python sql
Last synced: 20 May 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/hbmartin/comparison-serverless-cloud-sql-databases
Comparing hosted, serverless SQL cloud databases.
awesome backend comparison database serverless sql
Last synced: 30 Mar 2025
https://github.com/ztgx/meilisearch-api-client
MeiliSearch api client
api-client client database lib meilisearch rust search-engine typo
Last synced: 21 Sep 2025
https://github.com/monfireboose/monfireboose
A lightweight JavaScript library that provides a high level and model based API for interacting with Firebase.
api data database firebase firestore high-level-api interact javascript library model storage
Last synced: 18 Feb 2026
https://github.com/barakadanny/fitmeup-backend
FitMeUp is an API, built with Ruby on Rails, provides a comprehensive and secure solution for powering your health and fitness platform. With features like user registration, trainer management, and session booking, it delivers fast, reliable results to help users achieve their fitness goals.
authentication authorization database jwt jwt-authentication postgresql ruby ruby-on-rails serializer
Last synced: 07 Mar 2026
https://git.mills.io/prologic/bitraft
🎉 A Bitcask Distributed Key/Value store using Raft for consensus with a Redis compatible API written in Go.
bitcask database db distributed go golang kv kvstore raft
Last synced: 13 May 2025
https://github.com/AngeloArchiveProjects/CustomLibrary.EFCore
Collection of tools related to Entity Framework Core used in my private/work projects thus avoiding the duplication of repetitive code.
database database-inmemory dotnet efcore entity-framework-core hacktoberfest mysql postgresql sqlite toolkit
Last synced: 13 May 2025
https://github.com/andreabozzo/osservatorio
Osservatorio - Open Data Processing Platform
api-rest data data-analysis data-visualization database datamodelling docker duckdb etl fastapi jwt-authentication open-source pipeline postgresql python react sqlite
Last synced: 02 Sep 2025
https://github.com/samuelbankstech/systemicdb-core
This is the core SystemicDB package that is used in the SystemicDB Server, it can be used standalone in a Go project
Last synced: 12 Jan 2026
https://github.com/arcath/sodb
Single Object Database
database javascript library nosql
Last synced: 22 Apr 2025
https://github.com/salmandabbakuti/qldb-essentials
Kickstarter Development Essentials for Amazon's QLDB. Article here: https://medium.com/devopsinternationalbv/hands-on-with-quantum-ledger-database-qldb-9223de64ac22
amazon-qldb amazon-web-services aws blockchain-technology database ledger nodejs qldb qldb-example rest-api
Last synced: 07 May 2025
https://github.com/themost-framework/query
@themost/query is a query builder for SQL. It includes a wide variety of helper functions for building complex SQL queries under node.js
agnostic closures database orm query query-builder rdbms sql sql-language sql-query
Last synced: 15 Apr 2025
https://github.com/bradstw/postgresql
PostgreSQL Database Admin, Monitoring and Helper Scripts
database database-management postgresql
Last synced: 19 May 2026
https://github.com/qiyangduan/schemaindex
SchemaIndex is designed for data scientists to index and search metadata more efficiently.
data database engineering hdfs indexing reflection reverse scientists
Last synced: 16 Jan 2026
https://github.com/octavonce/bigchaindb_ex
Bigchaindb driver writen in elixir
bigchaindb blockchain blockchain-technology database driver elixir erlang
Last synced: 20 Jan 2026
https://github.com/neopromic/saturn
Saturn is a drag-drop based landing page builder written in javascript/typescript<3
database docker javascript linux native nextjs postgresql prisma react saas sql tailwind tailwindcss typescript vercel web windows wix wordpress
Last synced: 06 Feb 2026
https://github.com/meeehdi-dev/dbisous
💋 User-friendly and cross-platform database manager
database golang mysql postgresql sql sqlite vue
Last synced: 11 Apr 2025
https://github.com/rotten-lkz/concisedb
A database library stores JSON file for Node.js.
concisedb database json local localdb nodejs npm-package typescript-library
Last synced: 11 Apr 2026
https://github.com/shijbey/repraxispy
Python port of the RePraxis database library
database in-memory-database logic-programming python social-simulation versu
Last synced: 12 May 2025
https://github.com/felixklauke/victoria
Experimental replacement for couchbase's default entity converter using GSON instead and providing a powerful DAO API. It's full featured providing extended life cycle observing and database backed on disk data structures alongside with extensive entity management via annotations.
annotations bucket converter couchbase couchbase-cluster couchbase-enterprise dao database entity gson lifecycle lifecycle-processing repo repository sasuke sasukekawaii tls victoria
Last synced: 26 Apr 2026
https://github.com/yaza-putu/wilayah-administrasi-indonesia-2022
Data Wilayah Administrasi Indonesia 2022
database indonesia sql wilayah
Last synced: 08 Sep 2025
https://github.com/atrox/go-migrate-rice
rice source driver for golang-migrate/migrate
database golang golang-library migration migrations rice source-driver
Last synced: 07 Mar 2026
https://github.com/chaoses-ib/informationsystems
database filesystem gis memory-management sql
Last synced: 12 May 2025
https://github.com/ljzd-pro/chatloggerplugin
LangBot 聊天记录插件,将群聊消息和机器人回复记录到数据库中,支持多种数据库和群聊黑白名单过滤
database langbot mysql postgresql sqlalchemy sqlite
Last synced: 09 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/hashtek-mc/tekore
Coeur du serveur Hashtek.
api bungeecord bungeecord-plugin database friend guild java java-16 mariadb minecraft mysql party plugin redis redisson server spigot spigot-plugin sql
Last synced: 10 Mar 2026
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/yashika-malhotra/strategic-analysis-of-retail-brand-in-south-america-using-sql
Leveraged Big Query and MySQL to analyze 100K records for sales optimization, trend identification, and enhancing customer satisfaction for a retail brand in South America and to provide insights and recommendations to improve their userbase and improve their services
bigquery data-analysis data-science database database-schema google-bigquery mysql-server sql
Last synced: 18 Apr 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/lemalcs/tiberius_sqlserver
Rust project that showcases how to use the Tiberius crate to connect to and use a SQL Server database.
database rust-lang sqlserver tiberius
Last synced: 06 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/tsg405/database_project
Contains files required to project a query and maintain Database using PYTHON and SQLITE3. Py-Tkinter GUI visualization is also available.
database python3 sqllite3 tkinter-gui
Last synced: 16 May 2026
https://github.com/m-anwar-hussaini/catalog-of-things
Catalog of Things, a versatile Ruby command-line application designed for efficient item management. This powerful tool allows you to easily organize and categorize groups of items. It allows you to create, and store item data effortlessly. With the ability to save your information in JSON files, you can ensure data persistence and accessibility.
command-line database gem json rspec rubocop ruby
Last synced: 11 Sep 2025
https://github.com/guyromb/elasticsearch-kafka-connect
ElasticSearch Kafka connector
database elasticsearch kafka kafka-connect nodejs
Last synced: 09 Jul 2025
https://github.com/muizzer07/city-bus-e-ticketing-java-project-
This was a class project of the Database Management course. Made a prototype of online city bus ticketing system.
Last synced: 23 Mar 2025
https://github.com/k-tomaszewski/eternal-db
Eternal DB is a time series database with a data retention policy based on disk space, thus allowing to collect data eternally.
database document-database embedded-database java java-21 json linux nosql time-series tsdb
Last synced: 13 Apr 2025
https://github.com/michaelnabil230/laravel-analytics
A Laravel package to retrieve pageviews and other data from Database
data-analysis data-structures database laravel php
Last synced: 25 Jan 2026
https://github.com/siennathesane/pleiades
Lightning-fast constellation mesh database
cloud-native constellation constellation-mesh database kv-store
Last synced: 27 Jul 2025
https://github.com/QQlesQ/Emag-Price-Tracker-and-Database
Emag Price Tracker and Database
beautifulsoup4 csv database matplotlib pandas price-tracker python tkinter webscraping
Last synced: 29 Apr 2025
https://github.com/amirhaytham/mini-udemy
Mini Udemy is a simple learning website to keep tracking your learning process throughout courses
beta-version courses database database-development dot-net javascript mini-udemy sql-server students
Last synced: 11 Apr 2026
https://github.com/bolajiolajide/kat
Database migration tool based on Sourcegraph's sg CLI and golang-migrate
cli database migration postgresql
Last synced: 19 Feb 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/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/mertcandav/ldb
Local, easy-to-use, thread-safe database for Jule
database documentdb jule julelang
Last synced: 07 Sep 2025
https://github.com/jpcadena/fastapi-boilerplate
FastAPI boilerplate project for backend with SQAlchemy and Redis
api backend black-formatter boilerplate database fastapi isort mypy poetry postgresql pydantic python redis rest-api restful-api ruff sqlalchemy starlette template uvicorn
Last synced: 20 Jan 2026
https://github.com/n-elmer/digital-finance-tracker
DIGITAL 💳 FINANCE 💵 TRACKER
commandline database management-software python software-development sql wallet
Last synced: 17 Jul 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/elusivecodes/fyreorm
FyreORM is a free, open-source database ORM library for PHP.
Last synced: 15 Jul 2025
https://github.com/codenoid/lazy-mongo
Insert data to mongo from text plain or file
crystal crystal-language data database mongoclient mongodb
Last synced: 13 Apr 2026
https://github.com/spences10/VBA-Import-Eport-to-SQL-Server
Excel with validation for a SQL server backend
database importexport sql-server vba
Last synced: 29 Jul 2025
https://github.com/weileizeng/css-code-database
DataBase for CSS codes with n=1..30
css-code database distance quantum-error-correction
Last synced: 29 Jul 2025
https://github.com/slott56/unlearning-sql
The examples from the Unlearning SQL book
Last synced: 06 Mar 2026
https://github.com/venturedrake/laravel-encryptable
A Laravel package with an encryptable trait to manage encrypting database table fields
database database-encryption database-security decryption encryption encryption-decryption laravel laravel-package security-hardening security-vulnerabilities
Last synced: 11 Jul 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/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/Oefenweb/r-database
Establish a database SQL connection between databases and R
Last synced: 30 Jul 2025
https://github.com/amerharb/sedk
database postgres postgresql sql sql-builder typescript
Last synced: 03 May 2026
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