An open API service indexing awesome lists of open source software.

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.

https://github.com/yoc00lig/restaurant-management-system

The Restaurant Management System is a relational database project. The system provides comprehensive support for a catering company, facilitating both take-away and on-site ordering services. 🍽️

database databases-course management-system

Last synced: 16 Feb 2026

https://github.com/retrodaredevil/frc-code-database

Contains code from many teams using git submodules

database frc frc-java frc-robot

Last synced: 07 May 2026

https://github.com/mehmoodulhaq570/bigquery_machine_learning_project

Developed a machine learning model to predict incident groups based on data from the London Fire Brigade service calls.

bigquery bigquery-dataset cloud database jupyter-notebook machine-learning machine-learning-algorithms ml models prediction-algorithm prediction-model python

Last synced: 07 May 2026

https://github.com/joymohanty8999/dbs-mini-project

A mediocre Food Court Management System

corenlp database java-8 javafx oraclesql scenebuilder

Last synced: 07 May 2026

https://github.com/said-aabilla/youcode-sql-doc

Detailed SQL Documentation for YouCode Students

database mysql postgresql sql

Last synced: 30 Jan 2026

https://github.com/azizbenismail/atelier_crud_symfony

Un atelier CRUD (Create, Read, Update, Delete) avec Symfony consiste à créer une application web qui permet de gérer les opérations basiques de manipulation des données, telles que la création, la lecture, la mise à jour et la suppression des enregistrements dans une base de données

crud database dom-manipulation mysql-database symfony

Last synced: 18 Apr 2026

https://github.com/fed135/scylla-driver

Node.js Driver for the scylla database engine [WIP]

cassandra cql database driver hacktoberfest nosql scylla scylladb

Last synced: 08 Feb 2026

https://github.com/khaouitiabdelhakim/gestion-de-stages-server

This is the backend server for the Internship Management Web App, responsible for handling data storage, authentication, and communication with the frontend.

backend backend-api database javascript managment nodejs posgresql rest-api restapi server web webapp

Last synced: 06 May 2026

https://github.com/yuaanlin/minisql

A simple SQL Engine (DBMS), as a course project in "Database Design" course at Zhejiang University.

database minisql project sql zhejiang-university zju

Last synced: 16 Apr 2026

https://github.com/jazzshu/sqlproject

SQL and php based project to showcase different species of animals, for a University project

database mongodb mysql php

Last synced: 06 May 2026

https://github.com/guibranco/github-database-migration-action

🎲 :octocat: A GitHub action to manage databaseversioned migrations

database gh-actions github-actions manage-database migration

Last synced: 06 May 2026

https://github.com/windwalker-io/datamapper

[READ ONLY] DataMapper pattern object to access database.

database datamapper orm php

Last synced: 15 Mar 2026

https://github.com/fullstop125/catalog-of-my-things

This is a console app that will help you to keep a record of different types of things we own: books, music albums, movies, and games.The data is stored in JSON files but we have also prepared a database with tables structure analogical to our program's class structure.

capstone-project database postgresql ruby tests workflow

Last synced: 01 Apr 2026

https://github.com/simon622/string-table

Java utility to allow quick rendering of tabulated data into various output formats

ascii csv database java logging table

Last synced: 18 Apr 2026

https://github.com/anmol111pal/blog-app-api

Discover our blogging backend on GitHub! Empowering writers with Node.js, Express.js, and MongoDB. Speed and security in one - Node.js handles requests flawlessly. Express.js ensures lightning-fast responses. MongoDB stores and retrieves data securely. Unleash creativity worry-free. Join now!

aws-cdk aws-cdk-typescript aws-sdk backend backend-api backend-application database dynamodb expressjs mongodb mongodbatlas nodejs rest rest-api typescript

Last synced: 03 Mar 2026

https://github.com/konstantin-bogdanoski/adb

Advanced Data Bases 2020 [Напредни Бази на Податоци 2020]

database fcse finki postgresql postgresql-database sql

Last synced: 06 May 2026

https://github.com/daluisgarcia/build_your_party

Database I subject project. An online store about party products and services. Can create budgets with products and proccess them

database php practice-project shop

Last synced: 06 May 2026

https://github.com/kirca54/napijse

Project for creating a forum for finding and posting drink recipes from multiple categories such as cocktails, coffee, smoothies etc. created for the subject Web Programming at the FCSE in Skopje

database java maven spring-boot springsecurity webapplication

Last synced: 06 May 2026

https://github.com/danger-ahead/note

A note taking application using MySQL

database java mysql note-taking

Last synced: 16 Apr 2026

https://github.com/cubrid-labs/cubrid-python-cookbook

Production-ready Python examples for CUBRID — quickstarts, migration guides, templates, performance patterns

celery cookbook cubrid cubrid-database database django drizzle-orm examples fastapi flask golang gorm nodejs pandas python sqlalchemy streamlit tutorial typescript

Last synced: 01 Apr 2026

https://github.com/sutac/gwiazdy-zsi

Webapp for storing and categorizing images from ZSI gallery. Browse and search for images by teachers appearing in them!

database docker ejs express htmx mysql tyepscript

Last synced: 01 Apr 2026

https://github.com/dayvidwhy/shortest

🛠 Shortens links using React, Express and SQLite3.

database node react sqlite3

Last synced: 06 May 2026

https://github.com/aliilapro/wallpaper

This is a GitHub repository for a Telegram bot that downloads random photos from API and saves their file IDs in a SQLite database file.

aliilapro database github python wallpaper

Last synced: 11 May 2026

https://github.com/xdb-dev/xdb

XDB is a new kind of database library based on tuples. Rather than writing database specific schemas, queries, and migrations, XDB allows developers to model their domain once and use it with one or more databases.

database go golang

Last synced: 01 Apr 2026

https://github.com/linhunix/lnxmcp

LinHUniX Master Control Program

database library mcp mvc php

Last synced: 06 May 2026

https://github.com/andrey-tech/database-php

Простая расширяемая библиотека классов на PHP7+ для работы с СУБД (MySQL, SQLite и др.) с кэшированем подготовленных запросов.

database mysql pdo php7 sqlite

Last synced: 17 Apr 2026

https://github.com/azizbenismail/atelier_doctrine_symfony

Un atelier Doctrine avec Symfony consiste à utiliser la bibliothèque Doctrine pour la gestion de la persistance des données dans une application Symfony. Doctrine est une couche d'abstraction de base de données (ORM - Object-Relational Mapping) qui facilite l'interaction avec la base de données en utilisant des objets et des requêtes orientées obje

curd-application database doctrine msql-database symfony

Last synced: 11 May 2026

https://github.com/tidesdb/tidesdb-ts

Official TypeScript binding for TidesDB

database key-value-store lsmtree storage-engine transactional

Last synced: 06 Mar 2026

https://github.com/meysam81/hospital

A GUI program for hospital that adds, removes and etc. a patient from hospital; implemented with sql server database

connection csharp database gui hospital hospital-management sql sql-server sqlconnection sqlserver visual-studio

Last synced: 06 May 2026

https://github.com/nehu3n/fastcache

⚡ Blazing-fast, multi-algorithm in-memory cache.

cache database fast in-memory nodejs typescript

Last synced: 06 May 2026

https://github.com/satorudev976/sqlalchemy-nest

Nested Model With SQLAlchemy

database nested orm python sqlalchemy

Last synced: 06 May 2026

https://github.com/ghomkrosmonaute/ghomap

Enmap like using json files in local

api async database enmap fs json wrapper

Last synced: 05 May 2026

https://github.com/rafaelmachadobr/livrariadigital

A Livraria Online é uma aplicação baseada em Spring Boot que permite aos usuários gerenciar seu catálogo de livros, incluindo adicionar, atualizar e pesquisar livros. Com recursos de autenticação e documentação Swagger, é uma solução prática para amantes de livros que desejam organizar sua coleção e explorar novos títulos.

catalog database h2-database java lombok openfeign postgresql rest-api spring-boot swagger

Last synced: 05 May 2026

https://github.com/vaseug/powerlib

PowerLib contains classes and extension methods for working with data structures and MSSQL server data.

arrays collections data-structures database deployment entityframework helpers linq linq2sql mssqlserver sqlclr sqlserver

Last synced: 02 Feb 2026

https://github.com/socketsupply/dynavolt

A highly opinionated DynamoDB client for aws-sdk v3 using esm.

aws data database dynamo dynamodb key-value kvstore

Last synced: 05 May 2026

https://github.com/lamngockhuong/dbsight

Database performance analyzer — slow queries, EXPLAIN plans, index efficiency. Go + React.

analyzer database database-performance-optimization mariadb mysql performance postgresql

Last synced: 04 Apr 2026

https://github.com/bam-j/study-repo

블로그 글 링크들을 한 눈에 보기 쉽도록 정리했습니다.

algorithm css database git html javascript nodejs react typescript

Last synced: 04 Apr 2026

https://github.com/acaciaman/db-autotest

DB Database test automation. This python package allows to create database object structure and load data from database.

data database test-automation

Last synced: 05 May 2026

https://github.com/nadeem4/airbnb_for_car

Database management project

airbnb database erd react spring-boot

Last synced: 04 Apr 2026

https://github.com/uchennaemeruche/mysql-util

Utility module for mysql and nodejs

database mysql nodejs

Last synced: 04 May 2026

https://github.com/wiremoons/damt-dart

Acronym Management Tool - written in Dart

acronyms cli command-line dart dartlang database

Last synced: 04 May 2026

https://github.com/gearnode/erl-sqlite

Erlang interface for the SQLite database engine.

database erlang sqlite

Last synced: 04 May 2026

https://github.com/oza75/database

A Database package to deal with your data

database database-migrations database-schema laravel orm php7

Last synced: 03 May 2026

https://github.com/oefenweb/ansible-mariadb-client

Ansible role to set up mariadb-server client in Debian-like systems

ansible database debian mariadb mariadb-client ubuntu

Last synced: 18 Apr 2026

https://github.com/abdullahalsazib/e-com-backend

This repo contains the backend code for a full-featured multi vendor e-commerce website.

backend backend-api database e-commerce gin-gonic golang golang-examples restapi

Last synced: 03 May 2026

https://github.com/alesanchezr/json-orm

Create and manage a database with just JSON static files.

database json json-orm static-file-orm

Last synced: 03 May 2026

https://github.com/wmluke/dosea

A dosea (daw-see-ey) for your datasets. Data visualization tool for relational, time series, and document databases

csv data-visualization database postgres react remix sqlite3 typescript

Last synced: 03 May 2026

https://github.com/fadhilsaheer/mongoi

Node js module for dealing with mongo db 😊

database javascript mongodb nodejs

Last synced: 18 Apr 2026

https://github.com/shijbey/repraxis-for-unity

Unity integration for RePraxis in-memory logic database.

database game-development in-memory-database relationship-system social-simulation unity

Last synced: 18 Apr 2026

https://github.com/msadeqsirjani/schemadiff

Script and create SQL Server objects quickly

c-sharp database mssql schema version-control

Last synced: 18 Apr 2026

https://github.com/simonewebdesign/red

🔴 Fast key-value storage inspired by Redis

database key-value redis storage

Last synced: 03 May 2026

https://github.com/awncorp/moodle

Mojo DB Driver Migrations

database ddl migrations perl perl5

Last synced: 03 May 2026

https://github.com/luminovrym/crud-php-native

CRUD dengan PHP native

crud database mysql php php-native

Last synced: 02 May 2026

https://github.com/91ahmed/dbtoexcel

Convert database table to excel sheet. 🐘

database database-tables excel export-to-excel php

Last synced: 02 May 2026

https://github.com/arseniistratiuk/track-finder-app

An app/GUI that is linked to a database called "chinook". User will be able to do a bunch of operations with a database (like searching information) through this program.

customtkinter database gui modern modern-ui-ux object-oriented-programming python python-ui sqlite3 tkinter ui-design

Last synced: 02 May 2026

https://github.com/ecrl/database-web-app

A comprehensive database of combustion properties for over 1,200 compounds

cetane-number combustion computational-chemistry database docker energy-density mongodb octane yield-sooting-index

Last synced: 20 Jul 2025

https://github.com/yadiiiig/ydb

WIP | Yes it's a database, why? No clue.

database golang nosql

Last synced: 11 Mar 2026

https://github.com/marvinified/sharded

Sharded - Make any database fast

database performance prisma sqlite

Last synced: 11 Mar 2026

https://github.com/adrenallen/replit-db-orm

A mongoose inspired ORM for Repl.it's built-in database

database nodejs orm replit

Last synced: 20 Apr 2026

https://github.com/shaheennabi/unified-database-connector-package

A powerful tool for automating MongoDB operations, making it easier than ever to connect and perform CRUD functionality. Future updates will expand support to MySQL, Cassandra, and beyond, bringing even more database versatility to your fingertips!

crud database database-operations machinelearning modular-coding mongodb pypi-package

Last synced: 09 Mar 2026

https://github.com/walidalsafadi/library-website

Website that can display dynamic books while also allowing administrators to modify, delete, or add books in the SQL database.

asp-net database html-css-javascript library website

Last synced: 11 Jun 2025

https://github.com/bitnom/gun-native

Gun decentralized graph database as a native library.

database decentralized gundb javascript module native node nodejs

Last synced: 20 Apr 2026

https://github.com/prasenjeet-symon/indexed-pdb

A promised based wrapper of the IndexedDB

database indexeddb indexeddb-wrapper promise

Last synced: 05 May 2026

https://github.com/mimaxuz/role-manager

Simple Laravel roles and permissions for Laravel applications

database laravel laravel-package laravel-passport laravel-roles library package php php7 role sql

Last synced: 23 Mar 2025

https://github.com/ain/docker-mysql-dumper

Dump script for (multiple) MySQL Docker container(s)

database docker mysql mysqldump

Last synced: 12 Apr 2026

https://github.com/Mohammed-3tef/Kheir_Market

This project presents the design and implementation of a relational database system for an online supermarket platform, modeled after real-world systems such as Carrefour Egypt. The system is intended to manage product inventories, handle customer data, and support online purchasing processes.

assignment c-sharp clean-code database erd fcai-cu is211 mssqlserver oop super-market-management

Last synced: 01 Jul 2025

https://github.com/sarincr/mysql-database-with-python

MySQL is an open-source relational database management system. Its name is a combination of "My", the name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language

database database-management databases mysql mysql-database mysql-server mysqli pysql pysql-console pysqlite3 python python-library rdbms sql sqlconnection sqlite

Last synced: 17 Apr 2026

https://github.com/mateoniksic/project-car-rental-management-system

car rental system using terminal interface and database (CODE) [ C++ / SQLite ORM ]

car college-project cpp database rentalsystem sqlite-orm vehicle

Last synced: 19 May 2026

https://github.com/fsistemas/gosqltojson

gosqltojson is a go version of sql2json(python3). Help to automate sql query execution and export to csv, json

automation command-line-tool csv database go json mysql postgres sql tool

Last synced: 12 Apr 2026

https://github.com/huangsam/pgcluster

Playground for PostgreSQL clusters

clustering database postgresql vagrant

Last synced: 14 Apr 2026

https://github.com/shortlink-org/shortdb

ShortDB is a lightweight database

cloud-native database

Last synced: 03 Jul 2025

https://github.com/tmus/exodus

🏃 A database migration runner for Go, using a database-agnostic schema DSL to enable database migrations for any underlying database.

database go

Last synced: 12 Jan 2026

https://github.com/priyangsubanerjee/easyfi-db

This free file storage API is built to help developers work with remote data & quick, yet reliable file hosting service to integrate them with your existing workflows.

api database developer-tools expressjs mongodb nodejs nosql-database webdevelopment

Last synced: 11 Apr 2026

https://github.com/seulibrary/azdatabases

AZ Database Plugin for Laravel that connects to alma and extract a list of databases for searching.

alma artisan database exlibris html javascript laravel php

Last synced: 02 Jan 2026

https://github.com/grimdork/dbak

Database backup to S3.

aws aws-s3 backup database maintenance

Last synced: 13 Apr 2026

https://github.com/drmvc/orm

Simple and easy-to-use lightweight ORM

database orm sql

Last synced: 16 May 2026

https://github.com/crocodic-studio/laravel-db-packer

Tool to pack the existing laravel database

artisan database laravel migrations

Last synced: 12 Jan 2026

https://github.com/thequinndev/docolate

Docolate 🍫 - Delicious Documentation. Get started here: https://github.com/thequinndev/docolate/wiki/Route-Manager-%E2%80%90-Getting-Started

database documentation openapi typescript zod

Last synced: 16 Mar 2026

https://github.com/mian-ali/mongodb-cheatsheet

we will see a comprehensive list of all the MongoDB commands you will ever need as a MongoDB beginner. This list covers almost all the most used commands in MongoDB.

database mongo mongod mongodb mongodb-atlas mongodb-database mongodb-sheat-sheet mongoose sheatsheet

Last synced: 18 Apr 2026

https://github.com/abhinavkorpal/sql-pl-sql

SQL-PL-SQL

database plsql sql

Last synced: 25 Jun 2025

https://github.com/manighazaee/mu_db

A simple and lightweight key-value based database

database rust storage

Last synced: 01 Aug 2025

https://github.com/mduesterhoeft/spring-boot-starter-exposed

A Spring Boot starter for useful autoconfiguration for the Exposed SQL framework

autoconfiguration database exposed kotlin spring-boot spring-boot-starter sql

Last synced: 12 Sep 2025

https://github.com/vast-data/vastdb_nifi

NiFi 2.x Processors designed for interacting with the VAST Database, enabling schema and table management, efficient ingest, query and modification of columnar data

database nifi nifi-processors python

Last synced: 26 Jan 2026

https://github.com/alexsasharegan/database_lib

A dependency free, light PHP mysqli library to properly handle errors, connections, and make getting data simple and DRY.

database dbal mysql mysql-database php

Last synced: 05 Jan 2026