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/sourcesoft/ssql
Tiny opinionated 'database/sql' wrapper focused on simplicity with built-in support for offset/cursor pagination and GraphQL (Relay Connections)
cursor database go golang graphql pagination relay sql
Last synced: 14 Jan 2026
https://github.com/agude/switrs-to-sqlite
Python script for converting California's Statewide Integrated Traffic Records System (SWITRS) reports to SQLite.
conversion database python sqlite switrs
Last synced: 18 Jan 2026
https://github.com/lukasturcani/atomlite
Store your chemical data in a single file!
cheminformatics chemistry database
Last synced: 07 Jul 2025
https://github.com/shubh2-0/tender-management-system
This is a Tender Management System application. In this application two persons are allow to login ,first one is Admin and second one is Vendor. Admin can register new Vendors and will provide a username and password to Vendor. Vendor can login with username and password and handle all present tender according to him.
buffered-reader class database java jdbc jdbc-driver methods mysql
Last synced: 14 Oct 2025
https://github.com/uottawa-makerspace/makerspacerepo
An open-source repository of maker projects and university of Ottawa Courses
aws database linux postgresql ruby ruby-on-rails
Last synced: 27 Feb 2026
https://github.com/01walid/pg_branch
[WIP] Branch your development postgres database like you do in git
database database-management developer-tools devops-tools devtools postgres postgresql workflow
Last synced: 07 May 2025
https://github.com/rap2hpoutre/mongodb-anonymizer
Anonymize MongoDB database with a NodeJS CLI
anonymization database hacktoberfest javascript mongo mongodb nodejs
Last synced: 11 Apr 2025
https://github.com/galuque/datomic-compose
Docker Compose for running a Datomic system
clojure database datomic docker
Last synced: 14 Jul 2025
https://github.com/vapor-community/fluent-provider
A provider for including Fluent in Vapor applications
cache database driver swift vapor vapor-provider
Last synced: 07 Oct 2025
https://github.com/flxwu/webpaint
:black_nib: Draw and Save Your Doodles online!
database doodle drawing firebase firebase-database javascript nodejs p5js web
Last synced: 13 Jul 2025
https://github.com/mesmacosta/cloudsql-sqlserver-tooling
Scripts with the goal to enable easy usage of some SQLServer operations.
automation database developer-tools gcloud gcloud-cli gcloud-sdk sqlserver terraform
Last synced: 30 Apr 2025
https://github.com/ashercn97/ormlette
Ormlette is a delightful ORM (?) for Gleam!
beam database db elixir erlang frm functional-programming gleam gleam-lang gleamlang object-relational-mapping orm pgo postgre postgres postgresql sql
Last synced: 13 Apr 2025
https://github.com/surister/cratedb-admin-alt
Alternative admin panel for CrateDB databases
admin-dashboard admin-panel cratedb database database-management
Last synced: 12 Mar 2025
https://github.com/mikaelvallenet/epytodo
:satellite: EpyTodo Epitech project. The goal of this project is to make a todo list with Express and Node.
backend database epitech epitech-project epytodo javascript postman sql
Last synced: 04 May 2025
https://github.com/paperhive/octonom
General-purpose models and collections with multi-database support, written in TypeScript
collection collections couchdb database document-database model models mongodb multi-database-support nodejs object-document-mapper object-relational-mapper odm orm typescript
Last synced: 15 Jul 2025
https://github.com/keymetrics/pm2-elasticsearch
PM2.io Module to monitor Elasticsearch nodes
database elasticsearch es keymetrics module monitor pm2 stats
Last synced: 10 Apr 2025
https://github.com/stephenafamo/boilingfactory
BoilingFactory is a CLI tool that generates factories for models generated by sqlboiler. https://github.com/volatiletech/sqlboiler.
database factorybot golang sqlboiler
Last synced: 07 May 2025
https://github.com/2003scape/rsc-data-server
📊 manage rsc-server worlds, player persistence, friends, etc. (login server)
database emulator json rsc rsps runescape runescape-server-emulator server-emulator sql sqlite sqlite3
Last synced: 04 Mar 2025
https://github.com/Dasync/EntityFrameworkCore.Extensions.Projections
Extension for EFCore that decouples the read model from entities themselves
api c-sharp cqrs database ddd domain-driven-design dotnet-core ef-core entity-framework extension json orm projection projection-mapping read-model serialization view view-model
Last synced: 04 May 2025
https://github.com/cotag/libcouchbase
libcouchbase ruby FFI with libuv integration
adapter couchbase database libcouchbase ruby
Last synced: 11 Apr 2025
https://github.com/stimulsoft/samples-reports.java-for-java-se-and-jakarta-ee
Java samples for Reports.JAVA report generator, Java SE 1.8 and higher, native Java report engine, HTML5 Web components, Jakarta EE platform support
angular barcodes charts database excel export gauges jakarta jakarta-ee java java-se json odata pdf qr-codes reporting reports servlet sql tables
Last synced: 10 Apr 2025
https://github.com/gabrieljmj/jatabase
:floppy_disk: JSON database.
database desktop-application json persistence-methods
Last synced: 15 Jul 2025
https://github.com/webmatch/WbmQueryManager
Database-Management Plugin for Shopware 5
database query shopware shopware-plugin
Last synced: 10 May 2025
https://github.com/tepinly/mongogrator
A MongoDB migration CLI tool for Typescript & Javascript
bun database executable hacktoberfest migration mongodb nodejs nosql
Last synced: 08 Jul 2025
https://github.com/piisalie/nomadize
Some utilities for managing migrations with PostgreSQL
database migration-tool postgresql ruby
Last synced: 10 Apr 2025
https://github.com/perfectlysoft/perfect-mariadb
A stand-alone Swift wrapper around the MariaDB client library, enabling access to MariaDB servers. http://www.perfect.org
database mariadb mariadb-connector mysql perfect server-side-swift swift
Last synced: 05 May 2025
https://github.com/omnidotdev/typespec-drizzle
🌧️ Typespec Drizzle emitter
codegen database drizzle emitter foss library omni open-source orm postgres schema typescript typespec
Last synced: 06 Apr 2026
https://github.com/getintogit1/database-tuning
Hands-on lab series focused on practical techniques to enhance database performance. Topics include schema design, query optimization, indexing strategies, join tuning, and concurrency control. Inspired by real-world workloads and concepts from database performance literature.
database postgresql python sql sqlite tuning
Last synced: 07 Mar 2026
https://github.com/copiousfreetime/libsql-ruby
libsql database engine embedded in a ruby extension.
database embedded-database embedded-databases-wrapper libsql ruby ruby-gem rubygem sqlite
Last synced: 14 Jul 2025
https://github.com/ndxdeveloper/formation-delphi
Formation complète Delphi 13 Florence couvrant Object Pascal, VCL/FireMonkey, développement multiplateforme, bases de données MySQL/MariaDB, IoT, et IA. Exemples de code et projets pratiques en français. Compatible Delphi 11+.
course database delphi delphi13 developpement embarcadero firemonkey formation french learn-to-code multiplatform multithreading mysql object-pascal pascal programming rad rest-api tutorial vcl
Last synced: 08 Apr 2026
https://github.com/stuyspec/stuyspec-api
🗄🛰📲 Rails API for The Spectator; GraphQL server, written with PostgreSQL.
database docker graphql-server postgresql rails-api
Last synced: 11 Apr 2025
https://github.com/baraja-core/doctrine
📚 Doctrine integration to Nette Framework. Simple interface, easy to use, best performance, top compatibility.
baraja best-practices czech-language database doctrine doctrine-2 drivers entity nette nette-database nette-orm orm panel php php-database php-orm sql
Last synced: 10 Apr 2025
https://github.com/kevmo314/appendable
Appendable is an append-only, schema-less, daemon-less database.
Last synced: 27 Mar 2025
https://github.com/alxnkt/mongo-to-postgres
Simple data migration from MongoDb to PostgreSQL
database migration mongo postgres
Last synced: 31 Oct 2025
https://github.com/parvvaresh/User-Management
This repository contains documentation and resources for a database design project
database database-design database-management database-schema shop
Last synced: 06 Jul 2026
https://github.com/perl5-dbi/dbd-csv
DBD::CSV - DBI driver for CSV files
csv database database-access database-connector dbd dbi perl perl-database-interface
Last synced: 10 Apr 2025
https://github.com/go-rel/changeset
Changeset for Golang
database go golang hacktoberfest orm
Last synced: 11 Apr 2025
https://github.com/chuyangliu/rawkv
Cloud-native distributed key-value database.
cloud-native consensus database distributed-systems docker golang grpc key-value kubernetes log-structured raft replication transaction
Last synced: 10 Jul 2025
https://github.com/alecgn/multi-db-helper
A Dapper-based multi-target .NET Standard library for multi-database access and UnitOfWork pattern.
c-sharp csharp dapper database dotnet dotnet-core dotnet-standard dotnetcore dotnetstandard firebird mssql multi-database-access mysql oracle postgre postgresql sql sqlite transaction unit-of-work
Last synced: 31 Jul 2025
https://github.com/cauen/prisma-generator-postgres-realtime
A prisma generator that turns your Postgres Database into a realtime Database and make it easy to subscribe to changes from Prisma Client type-safe api
codegen database db extension generator postgres prisma realtime subscription typescript
Last synced: 13 Apr 2025
https://github.com/antonihub/antonihub
QA Engineer | SDET | Software Quality Assurance | CI/CD | DevOps | Linux | Selenium WebDriver | Jenkins | Python
database docker git github-actions jenkins linux python qa qa-automation qaautomation quality quality-assurance sdet selenium selenium-webdriver test test-automation testing vagrant
Last synced: 11 Apr 2025
https://github.com/mertguvencli/deploydb
A simple python package that performs SQL Server Source Control and Auto Deployment.
database dbops deployment-automation python sql-server version-control
Last synced: 12 Apr 2025
https://github.com/cnobile2012/dcolumn
Dynamically add fields to Django database models.
database django django-application python
Last synced: 12 Apr 2025
https://github.com/scientific-dev/enhanced.db
Simple enhanced and easy to use database made with better-sqlite3!
better-sqlite3 database enhanced-db
Last synced: 12 Apr 2025
https://github.com/csbernath/datacommander
Data Commander is a front-end for SQL and other databases. The program has a plugin architecture for adding arbitrary data providers.
c-sharp csharp database datagrid dotnet micro-orm microsoft-sql-server query-statement sql-server sql-statement table-statement
Last synced: 02 Aug 2025
https://github.com/emreyalvac/sulfur
Shaping, Processing, and Transforming Data with the Power of Sulfur with Rust
data data-analysis data-flow database
Last synced: 19 Aug 2025
https://github.com/triologygmbh/test-data-loader
A Groovy DSL for creating test data via JPA
database dsl entity groovy h2 h2-database java jpa test-data test-data-generator test-data-loader testdata wildfly wildfly-swarm
Last synced: 04 May 2025
https://github.com/alessandrosp/gspread_db
A database-like API for gspread.
database google-sheets google-sheets-api gspread spreadsheet spreadsheets
Last synced: 09 Mar 2026
https://github.com/Atennop1/RelationalDatabasesViaOOP
Simple OOP library for using relational database and having fun
csharp database databases library nuget-package nuget-packages oop orm package relational-databases sql unity unity-package unity-plugin
Last synced: 30 Aug 2025
https://github.com/eguven/nanomongo
Minimal Python ODM for MongoDB
database database-design mongodb odm python
Last synced: 08 May 2025
https://github.com/vinugawade/ms-bkp
Bash script to backup all mysql databases as separate compressed files.
bash bash-script cli command-line-tool database export github linux macos mysql mysql-database open-source opensource shell shell-scripts sql utility windows
Last synced: 22 Apr 2025
https://github.com/tudb-labs/tudb
A distributed graph database system (GDBMS)
database distributed-database distributed-systems graph-database
Last synced: 22 Apr 2025
https://github.com/montyanderson/kavy
🗄️ Networked in-memory key-value store.
c cache database event-loop key-value protocol redis store
Last synced: 04 Aug 2025
https://github.com/raniellyferreira/rotate-files
Rotate files locally, in S3 (api-compatible), Google Storage or Azure Blob Storage based on custom backup rotation scheme
aws azure backup blob-storage cli database devops files gcs golang google lightweight logs rotate rotate-backups rotate-files rotate-logs s3 s3-api storage
Last synced: 17 Oct 2025
https://github.com/Apen/TYPO3-backup
A bash script to backup any version of any TYPO3 website
backup database typo3-backup typo3-website
Last synced: 02 Aug 2025
https://github.com/nafg/slick-migration-api-flyway
Flyway bindings for https://github.com/nafg/slick-migration-api
database flyway migrations scala slick
Last synced: 24 Sep 2025
https://github.com/pakerwreah/inspectorweb
Tool to inspect SQLite databases and intercept network requests from mobile applications.
android cpp cross-platform database debug debugging flipper http inspect ios jni mobile ndk okhttp socket sqlcipher sqlite stetho vue websocket
Last synced: 13 Jul 2025
https://github.com/hanielu/google-keep-sveltejs-firebase
Google Keep Clone With Svelte and Firebase (Firestore)
database firebase firestore google-keep google-keep-clone keep skills sveltejs
Last synced: 13 Oct 2025
https://github.com/jfversluis/xfsqlitegettingstartedsample
Sample code to demonstrate how to get started with SQLite in your Xamarin.Forms or .NET MAUI app
database dotnet-maui maui sample-code sqlite sqlite-xamarin xamarin-forms
Last synced: 28 Jul 2025
https://github.com/dan1elt0m/sadel
SQLModel helper class for upserting records.
alembic asyncio database pydantic sqlalchemy sqlmodel upsert
Last synced: 18 Jan 2026
https://github.com/codewithdhruba01/expensetrackersystem
This is a simple Expense Tracker application built using Python and SQLite. It allows users to add, view, and delete expenses, view a monthly summary, and visualize expenses using a pie chart.
database datatime graph sqlite3
Last synced: 27 Jul 2025
https://github.com/berkid89/dotnet-dbinfo
A simple cross-platform command-line tool for get useful database information (in json format). Supported ones: Microsoft SQL Server, AWS DynamoDb, Azure CosmosDb, MongoDb
cli cosmosdb database dotnet-core dynamodb mongodb sql-server tool
Last synced: 23 Apr 2025
https://github.com/djdeveloperr/keydb
Simple Key-value storage module with support for multiple database backends.
database deno key-value typescript
Last synced: 07 May 2025
https://github.com/jacobspitzer/dbeasyconnect
Communicate with any database the fastest way with easiest configuration in c#, and strongly typed written.
crud dapper database dbeasyconnect easy-connect easyconnect entity-framework linq sql sql-server
Last synced: 18 Apr 2026
https://github.com/OpenEnergyPlatform/data-preprocessing
Repository for data formatting, import of data, data and metadata review, and data curation.
data-analysis database oep open-energy-family
Last synced: 27 Jan 2026
https://github.com/shibuyakosuke/laravel-ddl-export
Export Table definition to spreadsheet by artisan command.
database excel export laravel laravel-ddl-export laravel-package
Last synced: 03 Mar 2026
https://github.com/sahar-abdelsamad/vet-clinic
This is a data structure for a vet clinic, created using a relational database. It is a complete database with data about: animals, animals' owners, clinic employees, and visits.
Last synced: 07 Oct 2025
https://github.com/opt-nc/setup-duckdb-action
🦆 Blazing Fast and highly customizable Github Action to setup a DuckDb runtime
action actions analytics csv data-science database databases dataquality dataqualitycheck duckdb embedded-database github-actions olap sql
Last synced: 16 Mar 2026
https://github.com/hemanta212/nepali-news-portal-kbd
Online webapp that scrapes news from different new portals of Nepal and worldwide. Hosted at heroku.
api blueprint database email-validation flask heroku international kantipur kbd login logout nepal nepali news news-scraping pagination password-reset postgres scraping sqlite
Last synced: 20 Oct 2025
https://github.com/tryagi/langchain.databases
Part of the LangChain.NET project. Has separate abstractions, does not contain dependencies on the main project and can be used independently
agi ai csharp database dotnet langchain langchain-dotnet ml net vector vector-database
Last synced: 23 Oct 2025
https://github.com/carlkidcrypto/purpleair_data_logger
A logger that will query purple air sensor(s) for data. That data can then be stored in a PostGreSQL database, CSV files, or SQLite3 databse. Find this package on pypi: https://pypi.org/project/purpleair-data-logger/#history You can grab your own sensor here: https://www2.purpleair.com/
api database datalogger grafana logger paa postgresql purpleair purpleair-sensor purpleairapi purpleairdatalogger
Last synced: 16 Feb 2026
https://github.com/txthinking/denolib
A Deno library to keep everything small.
crypto database database-migrations deno denojs httpserver kiss library migration redis
Last synced: 11 Dec 2025
https://github.com/elan8/propanedb
A document database for Protocol Buffer messages with GRPC interface
database grpc protobuf protocol-buffers
Last synced: 04 Apr 2026
https://github.com/ubos-tech/ubos
Low-code/No-code development platform
admin-dashboard admin-panels ai app-builder artificial-intelligence custom-gpts custom-internal database developer-tools javascript llm low-code low-code-framework low-code-platform node-red react
Last synced: 10 Oct 2025
https://github.com/narodb/naro
A lightweight NoSQL prototyping database with MessagePack binary encoding and decoding.
database databases hacktoberfest narodb nosql
Last synced: 02 May 2026
https://github.com/nodedb-lab/nodedb
A local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
columnar database distributed graph kv-store local nosql rag sql timeseries vector
Last synced: 08 May 2026
https://github.com/apache/cayenne-modeler
Mirror of Apache Cayenne Modeler UI
cayenne database java library network-client network-server web-framework xml
Last synced: 22 Apr 2025
https://github.com/davrodpin/ovsdbviz
OVSDB Schema Visualization Tool
database database-schema graphviz ovsdb
Last synced: 15 Jul 2025
https://github.com/tory1103/oh-my-pickledb
Oh-My-PickleDB is an open source key-value store using Python's json module.
database datastore encryption-decryption fernet fernet-encryption json key-value python python3
Last synced: 27 Feb 2026
https://github.com/flyway/flyway-community-db-support
Offical Flyway Community Supported Database Plugins
continuous-delivery continuous-deployment database database-administration database-deployment database-management database-migrations devops flyway java java-library redgate
Last synced: 30 Aug 2025
https://github.com/uditmahato/wheel_rotation
The Sunway Wheel Spin project is an interactive web-based game designed to engage users and provide them with a fun and exciting experience. The game revolves around the concept of spinning a virtual wheel to win prizes.
backend css database html mysql php remotemysql
Last synced: 28 Apr 2026
https://github.com/riclolsen/opc2mongodb
Free tool to read data from OPC sources and save to a MongoDB database.
communication-protocol database mongodb mongodb-database nosql opc opc-da scada upc-ua
Last synced: 24 Oct 2025
https://github.com/CodeDynasty-dev/JetPath
JetPath 🚀 - Is the granular, fast and minimalist framework for Node, Deno and Bun. Embrace new standards!
backend bunjs database denojs expressjs javascript nextjs nodejs server server-side ssr streaming web websockets
Last synced: 12 Apr 2025
https://github.com/lmmentel/batchcalculator
Batch Calculator for Zeolite synthesis
batch-calculation chemistry database gui python synthesis
Last synced: 12 May 2025
https://github.com/darkmortal/kaizer-db
A lightweight and minimal csv database package with SQL-like syntax
Last synced: 19 Apr 2025