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/zhiyiyo/cmu15445

CMU15-445 Fall2019

database dbms sql

Last synced: 30 Jul 2025

https://github.com/ndxdeveloper/ndxsqlite

Thread-safe SQLite wrapper for Free Pascal/Lazarus featuring connection pooling, AES-256 encryption (SQLCipher), schema migrations, async operations, and full TDataSet compatibility. Cross-platform: Linux, Windows, macOS.

connection-pool cross-platform database encryption freepascal lazarus pascal sqlcipher sqlite sqlite3

Last synced: 08 Apr 2026

https://github.com/danielbprice/briefpg

Temporary PostgreSQL instances for Go unit tests

database golang postgres postgresql testing

Last synced: 12 Jan 2026

https://gitlab.com/oddjobz/pynndb2

Python Native NoSQL Database

database nosql python

Last synced: 28 Apr 2025

https://github.com/trivigy/squl

SQL query builder library using Go structs

builder database query sql

Last synced: 14 Mar 2025

https://github.com/ahammadmejbah/data-science-interview-question-and-solution

Data Science Interview Question: Explain the concept of regularization in machine learning. Solution: Regularization is a technique to prevent overfitting by adding a penalty term to the loss function.

data-engineering data-mining data-science data-structures data-visualization database

Last synced: 26 Feb 2025

https://github.com/sjefvanleeuwen/rqlite-dotnet

A lightweight database HTTP API client for rqlite. rqlite is a lightweight, distributed relational database, which uses RAFT and SQLite as its storage engine.

cluster data database distributed distributed-computing distributed-database distributed-systems dotnet raft rqlite

Last synced: 12 May 2025

https://github.com/tracesql/tracesql-py

Python client for TraceSQL lineage analyzer

data-lineage database lineage sql sql-lineage

Last synced: 30 Jul 2025

https://github.com/notshrirang/pydbops

A Relational Database Management System. Developed on top of sqlite databases. CLI is included in the package. This project aims to provide more robust database management system for python android developers.

android database mongodb mysql postgresql pydbops pydbops-cli python rdbms sql sqlite sqlite-android sqlite3

Last synced: 26 Oct 2025

https://github.com/amankumarsinhagithub/crud-app-using-php-mysql

This repository showcases a simple CRUD (Create, Read, Update, Delete) application implemented in PHP and MySQL.

backend bootstrap5 crud-application database html-css-javascript mysql php

Last synced: 15 Apr 2025

https://github.com/prathameshdhande22/student-management-system-in-python

Student Management system made from python using tkinter Gui and used the Mysql Database for storing the data.

database mysql mysql-connector mysql-database project python python-development python3 sql student-management student-project tkinter-gui

Last synced: 22 Sep 2025

https://github.com/mbari-org/aidata

Extract, transform, and load/download and augment images and annotations for detection, clustering or classification workflows

ai database etl machine-learning

Last synced: 05 Feb 2026

https://github.com/davidarchanjo/spring-boot-jpa-auditing

Sample Spring Boot project for implementing JPA database auditing

database java spring-boot spring-jpa

Last synced: 23 Jul 2025

https://github.com/globules-io/mongogx

A simple MongoDB inspired document store - persistence for the web & webview (via Cordova)

cordova database encryption es6 javascript mongodb phonegap web webview

Last synced: 28 Oct 2025

https://git.mills.io/prologic/bitcask

🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.

bitcask database db go golang key-value kv kvstore lsm trie

Last synced: 14 Mar 2025

https://github.com/robaho/leveldbr

remote access to robaho/leveldb databases

database go key-value leveldb lsm lsm-tree

Last synced: 29 Apr 2025

https://github.com/nyeogmi/moogle

data structures for relational code in Rust

data-structures database game-development rust

Last synced: 26 Apr 2025

https://github.com/chrisvilches/collection-sync

Javascript Library for bi-directional database synchronization between multiple devices or servers. Customizable and completely database agnostic.

collection database database-sync database-synchronization javascript node nodejs npm sync synchronization typescript

Last synced: 11 Feb 2026

https://github.com/patilharshal16/psql-replication

Postgres replication: Read data from WAL(Write ahead log) file i.e. in binary format and convert that WAL data to readable JSON format using the Wal2JSON library and store that JSON data in database/S3/Cloud for auditing purpose.

database databases ddl ddl-export java java-8 kafka postgres postgresql postgresql-database psql psql-database replication spring-boot stream wal wal2json

Last synced: 27 Oct 2025

https://github.com/actalog/mongodump

🍃 GitHub Action for creating a binary export of a database's contents

actions backup database github-actions mongodb mongodump security

Last synced: 27 Feb 2026

https://github.com/sevdanurgenc/sql-project-ideas-for-beginners

This repo includes many sql projects.

database mssql mysql sql

Last synced: 20 Apr 2026

https://github.com/riotkit-org/br-pgbr

PostgreSQL backup helper. Portable, single-binary backup & restore with automated restore procedure

backup-repository database pgbr pgdump pgrestore pgsql pgsql-backup postgres postgres-backup postgresql psql single-binary

Last synced: 14 Feb 2026

https://github.com/bilalmohib/shaureducationalcomplex

A school website made in html css and bootstrap.It has dynamic quiz portal for remote Exams and automatic results ability and all that is done using firebase realtime database.Instructors can insert questions and answers and automatically that will appear as an exams.

bootstrap4 css3 database firebase firebase-auth html5

Last synced: 15 Mar 2026

https://github.com/heptau/pg_dbml

💾 CLI utility to export PostgreSQL schemas to DBML format. Leverage pure SQL introspection to generate declarative data blueprints. Ideal for feeding LLMs, allowing AI to quickly and cheaply understand complex database structures without live querying.

ai cli database dbml documentation llm postgres postgresql schema

Last synced: 21 Jun 2026

https://github.com/xe/olegdb-ee

OlegDB: Enterprise Edition

completed-project database enterprise-edition mayo

Last synced: 24 Jan 2026

https://github.com/sap/json-data-and-query-generator

A generator of JSON data and queries, e.g., for benchmarking JSON document stores.

benchmark database json sample-code

Last synced: 19 Oct 2025

https://github.com/mostafa-wael/database-tuning

Your complete guide to learn about Database Tuning ⚙️🔧.

database docker docker-compose nosql sql tuning

Last synced: 12 Jul 2025

https://github.com/ymonnier/docker-restful-java

Simple Restful API with Jersey-Hibernate, AngularJS Client and Websocket Tyrus

angularjs database docker docker-compose hibernate java jersey rest-api tyrus websocket

Last synced: 20 Jan 2026

https://github.com/alwatr/nitrobase

Nitrobase is a blazingly fast, lightweight database built on JSON. It stores data entirely in memory for lightning-quick access, while also providing a JSON file backup for persistence. You can easily serve your data over the web using our high-performance accelerated Nginx server.

database db ecmascript javascript json nodejs typescript

Last synced: 28 Apr 2025

https://github.com/emirror-de/naphtha

Universal database connection layer for your application in Rust. Implements the most common functions insert, update and remove for database connections. Change the database without having to adjust your code. Specific models can be stored in different databases. Query models by property. Migrations in pure Rust and available during runtime.

database database-connector database-migrations models rust-lang

Last synced: 23 Apr 2025

https://github.com/michelboucey/ipv6db

A RESTful Web Service for IPv6-related data

database ipv6 ipv6-address microservice restful-webservices

Last synced: 28 Apr 2025

https://github.com/CodeDynasty-dev/SQLiteBruv

💃 A type-safe, secure SQLite query builder with D1/Turso support with built-in migrations and security features.

cloudflare-d1 d1 database sql sqlite sqlite3 sqlitebruv turso turso-db

Last synced: 10 Sep 2025

https://github.com/tomakado/mgosd

Tiny concurrent and scheduled dump creator for MongoDB.

backup-utility concurrency database dumper go golang mongodb

Last synced: 14 Jan 2026

https://github.com/kenanbek/memdb

In-memory database with O(1) insert, delete and search.

database go golang in-memory-database

Last synced: 07 May 2025

https://github.com/tigrisdata-archive/tigris-vector-ts

Tigris Vector Database client for TypeScript

database javascript nodejs search typescript vector

Last synced: 01 Jul 2025

https://github.com/ohmpatel1997/pay-later

Pay Later is a POC application for leading fintech company Simpl (https://getsimpl.com/), which enables users to make transactions with partnered merchants immediately and users can pay later on a monthly basis based on their billing. The idea behind this project is to model the architecture, designing the database models and microservices. The project is entirely built using Golang.

database golang

Last synced: 14 Oct 2025

https://github.com/json-schema-org/vocab-database

A proposed JSON Schema vocabulary for common database use cases

database json-schema json-schema-vocabulary

Last synced: 19 Oct 2025

https://github.com/boycce/monastery

⛪ A simple, straightforward Mongo ODM

database javascript mongo mongodb mongodriver nodejs odm orm

Last synced: 10 Apr 2025

https://github.com/jazzdotdev/contentdb

The Jazz Database which Stores Documents in Files and Supports Version Control and Sharing

database document-oriented file-based jazz nosql pelican robust

Last synced: 03 Jul 2025

https://github.com/onyxmoon/optolith-cloud

This repository contains the development data of the server for a cloud infrastructure service for Optolith Character Generator (https://github.com/elyukai/optolith-client).

api-platform api-server cloud cloud-infrastructure-service dasschwarzeauge database doctrine2 dsa dsa5 php73 server symfony symfony5 tde thedarkeye

Last synced: 09 Apr 2025

https://github.com/kibitan/pgmasking

Command line tool for generating anonymized database for PostgreSQL (WIP)

command-line-tool database gdpr golang postgres postgresql rdbms

Last synced: 19 Jul 2025

https://github.com/gaurav-van/chat-with-mysql

Meet MySQL Assistant: Access database info seamlessly with natural language. No SQL expertise required. Simply ask questions, receive clear responses.

database gemini-api langchain langchain-python schema streamlit

Last synced: 10 Apr 2025

https://github.com/deepmancer/asyncpg-client

Asyncpg Client is a simple and easy-to-use module to interact with PostgreSQL databases

async asynchronous asyncio asyncpg database postgres postgresql postgresql-database pytho

Last synced: 01 Apr 2025

https://github.com/mo7amedaliebaid/todo-hive

this repo contains 3 todo apps , The 3 apps depend on hive as local database , With different features and architecture.

dart database flutter getx hive multiple-themes notifications task-manager todo todoapp todolist

Last synced: 27 Jun 2025

https://github.com/rdbc-io/rdbc-pool

Asynchronous database access for Scala and Java - connection pool

asynchronous connection-pool database non-blocking rdbc

Last synced: 14 Jan 2026

https://github.com/stellenbosch-econometrics/samadb-issues

South Africa Macroeconomic Database (SAMADB): Report issues with the database or APIs for R, Python and Julia

api database julia macroeconomic-indicators open-data python r south-africa

Last synced: 19 Oct 2025

https://github.com/wilsonehusin/sqldoc

Generate markdown documentation from SQL tables.

database documentation documentation-generator postgres postgresql sql

Last synced: 14 Jun 2025

https://github.com/hitsz-ids/dbmasker

DBMasker 是一个针对主流数据库系统的 Java 开源项目,旨在提供统一且安全的访问接口。

data data-security database mask sdk security

Last synced: 26 Apr 2025

https://github.com/martinpetricko/laravel-database-mail

Laravel Database Mail lets you store email templates in your database, link them to events, and automatically send them when those events are dispatched.

database laravel mail

Last synced: 22 Feb 2026

https://github.com/wwkk-y/easysql

基于 Java 实现的关系型数据库

database database-management dbms java

Last synced: 07 Sep 2025

https://github.com/karasevm/couchdb-raspberry-pi

CouchDB Docker Image for 32 bit arm

couchdb database docker raspberry-pi

Last synced: 21 Jan 2026

https://github.com/bluestormdna/android-rss-reader

RSS Feed Reader (XML parser) with offline database

android database feed parser rss sqlite xml

Last synced: 11 Oct 2025

https://github.com/technologicnick/scrap-mechanic-mod-scraper

Scrapes the Steam Workshop for Scrap Mechanic mods

database lua mod scraper steam-workshop

Last synced: 04 Jul 2025

https://github.com/bardin08/db-seeder

DB Seeder: Quickly populate databases with meaningful test data from SQL scripts. Speed, convenience, scalability. 💡

database dataseeding development made-by-ukrainians softwareengineering sql testing utilities

Last synced: 11 Oct 2025

https://github.com/herrmannplatz/fastify-postgresjs

Fastify postgres.js plugin

database fastify-plugin postgresql

Last synced: 28 Apr 2025

https://github.com/crni99/bookstore

This app is an e-commerce platform that allows users to browse and purchase books online. It is built using the Java programming language and the Spring framework (Boot, MVC, Security, Data JPA) and it uses an H2 (SQL) database to store and retrieve data.

bookstore bookstore-cms crud database h2-database hibernate java maven mvc spring spring-boot spring-mvc spring-security springboot store

Last synced: 27 Oct 2025

https://github.com/floattech/sqlite

A pure-go wrapper for database/sql using fumiama/sqlite3

database go golang no-cgo sqlite sqlite3 sqlite3-orm

Last synced: 02 May 2025

https://github.com/holon-platform/holon-datastore-jpa

Holon Platform JPA Datastore module. This is the Java Persistence API implementation of the Datastore API, with relational expressions and transactions support, along with a full Spring and Spring Boot integration.

database datastore eclipselink hibernate holon-platform jpa jpa-datastore jpa-entities orm spring-boot

Last synced: 23 Apr 2025

https://github.com/nimaboscarino/databased

Scripts to create a Hip-Hop data set, scraping Spotify, Last.fm, and Genius.

database genius hiphop machine-learning spotify torch

Last synced: 16 Oct 2025

https://github.com/jurihock/bandbase

Bandbase is an unique web application, which addresses the everyday needs of music bands. It helps to organize band contacts, gig details and music scores, and enables powerful automation tasks.

bootstrap css database fastapi flask html jinja js latex nginx postgresql python sql sqlalchemy tabler tex vue

Last synced: 23 Mar 2025

https://github.com/haroldeustaquio/electricity-mqtt-monitor

This repository focuses on extracting and storing electricity level data from a monitoring center using MQTT, storing the information in a database. This project will be integrated with the WhatsApp-Automation-Bot repository to send automatic notifications of electricity levels via WhatsApp.

automation database electricity monitoring mqtt mqtt-broker python-mqtt-client sqlite sqlite-database

Last synced: 03 Sep 2025

https://github.com/bontavlad/nimdrake

Nim wrapper for the DuckDB high-performance analytical database system

data-visualization database duckdb nim-lang

Last synced: 11 Jun 2025

https://github.com/codewithveek/harpee

Harpee is an object modeling tool for HarperDB, harpee supports both callbacks and promises.

database harperdb library modeling nodejs nosql sql

Last synced: 28 May 2026

https://github.com/jweinst1/corplet

A binary-corpus system for word tagging

corpus-linguistics database linguistics nlp nlp-library

Last synced: 22 Apr 2025

https://github.com/illescasdaniel/docdb

Document-oriented database built upon LowDocDB

database docdb document locdocdb swift

Last synced: 07 Oct 2025

https://github.com/mnishiguchi/dbkv

A disk-based key-value storage built on top of dets

database elixir embedded key-value key-value-store nerves

Last synced: 11 Dec 2025

https://github.com/baxiry/docstore

Fast, lightweight, embedded document database

database document embedded mongodb-like nosq

Last synced: 12 Mar 2026

https://github.com/LUDevNet/Assembly

Library for files/resources for LU related software

database file-formats lego-universe library rust-lang

Last synced: 13 May 2025

https://github.com/ftonato/vue-supabase-microblog

This is a repository created to provide an example of how to create a microblog using Vue + Supabase

database supabase vue vuejs

Last synced: 23 Apr 2025

https://github.com/toastdriven/localtable

A thin database-like wrapper over `window.localStorage`.

browser database javascript localstorage sessionstorage

Last synced: 17 Oct 2025

https://github.com/pauljohanneskraft/codabledb

SQLite3 wrapper to enable simple access via the Codable protocol

codable database sqlite3 swift

Last synced: 11 Apr 2025

https://github.com/helloharendra/mysql-rdbms

Relational database management system.

database database-management dbms mysql relational-databases sql

Last synced: 19 Apr 2025

https://github.com/siddharthbadal/python-projects

Advanced Projects in Python

api automation database webscraping

Last synced: 08 Oct 2025

https://github.com/arun-gupta/spring-hibernate-hsql

Spring Boot application using Hibernate with in-memory HSQL database

database hibernate java maven spring spring-boot

Last synced: 29 Apr 2025

https://github.com/zejiran/backend-simple-buyers-platform

💰 API REST used for simulating a simple buyer platform on Go. It generates a database that connects with a Vue.js app

axios backend buyer-platform csv database dgraph go go-chi json local-database mysql vue vuejs vuetify

Last synced: 15 Mar 2025

https://github.com/nnnkkk7/snowflake-emulator

A lightweight Snowflake emulator built with Go and DuckDB for local development and testing

ci-cd cicd database docker duckdb emulator go golang gosnowflake local-development snowflake snowflake-emulator sql test testing

Last synced: 13 Jan 2026

https://github.com/ashkan0201/digikala

A demo of the Digikala site that allows you to use it like a site for buying and selling products.

css database html js less python3 scss shop sql website

Last synced: 11 Apr 2025

https://github.com/carlosneto726/mdc3der-database

Midnight Club 3: DUB Edition Remix DataBase

bootstrap database fanmade midnightclub

Last synced: 01 Aug 2025

https://github.com/apaciuk/rails-rello

Rails 7 Trello type app with Dragula JS and Bootstrap 5, Devise, Omniauth and more

database dragula kanban-board-application rails rails-application ruby

Last synced: 01 Oct 2025