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/yaza-putu/wilayah-administrasi-indonesia-2022

Data Wilayah Administrasi Indonesia 2022

database indonesia sql wilayah

Last synced: 08 Sep 2025

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/ax1/a1-database

Embedded database for node

database node

Last synced: 12 May 2025

https://github.com/abdelhak-zaaim/key-value-database

Java-based key-value database parser.

database java key-value

Last synced: 02 Feb 2026

https://github.com/ombucha/python-oeis

A basic API wrapper for OEIS.

database math oeis python sequences

Last synced: 06 Apr 2026

https://github.com/dinxsh/prustdb

🦀 interact with a p2p key-value database through an API

database key-value peer-to-peer rust

Last synced: 11 Feb 2026

https://github.com/linkdd/graphbase

Graph oriented database

database distributed erlang graph

Last synced: 15 May 2026

https://github.com/shijbey/repraxis

An in-memory logical database solution for games, based on the Praxis language used in the Versu engine.

database games in-memory-database logic-programming praxis versu

Last synced: 10 Apr 2025

https://github.com/katahiromz/wonders-dump

Dumping Imports/Exports of Windows executable files

database dumper dumping executable exports headers imports tables win32 win32api windows

Last synced: 02 Mar 2025

https://github.com/natasha-ct/mini-hospital-database

This is a hospital database with many-to-many relationships on tables showing patients information. It was created based on a schema diagram.

database postgresql schema-design sql-server

Last synced: 28 Apr 2026

https://github.com/stevenjdh/code-librarian

Stores and organizes your code snippets for any programming language.

code database programming programming-language snippets snippets-library snippets-manager

Last synced: 07 May 2025

https://github.com/oguzhankomcu/sql_codes_and_examples

In this file I show examples of working in database with Sql. Here, I gave information about both reading and creating a database.

database database-management dml mssql-database mysql sql sql-server t-sql trigger

Last synced: 07 May 2025

https://github.com/almeidazs/vust

The modern and secure local TypeScript database

database driver json local localdatabase mongodb mongoose

Last synced: 06 Apr 2026

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/cc59chong/data-modeling-with-postgres

This project builds a star schema in Postgres with fact and dimension tables for analytics. A Python ETL pipeline transfers data from local JSON files into these tables.

database etl json modeling postgres python sql

Last synced: 06 Apr 2026

https://github.com/cleaning-corp/db

БД для клининговой компании: учёт заказов, клиентов, сотрудников и т.д.

database plpgsql postgresql relational-databases sql sql-schema

Last synced: 10 Apr 2025

https://github.com/oleg-koval/brevis

URL shortener service. Build with Serverless AWS Lambda, Atlas Mongo DB, Typescript, Node.js 14

aws-lambda database hacktoberfest hacktoberfest2021 nodejs postman serverless typescript

Last synced: 25 Jan 2026

https://github.com/albrecht-net/accounting

Webbasierte Buchhaltungsapplikation zur doppelten Buchführung

accounting database mysql webinterface

Last synced: 03 Apr 2025

https://github.com/poshodev/loaf

🍞 Effortless SQL server and procedures—plus other utilities—for people who really hate cursors!

bread database db loaf mariadb mysql python sql

Last synced: 24 Jul 2025

https://github.com/mmansy19/flask-user-profile-management

A comprehensive Flask web application showcasing user profile management features, including registration, login, profile editing, and image uploads. Implements user authentication, database integration, and dynamic rendering with Flask and Bootstrap. Ideal for learning Flask web development and best practices.

css database database-schema flask html javascript python

Last synced: 17 Jun 2025

https://github.com/awncorp/test-db

Temporary Databases for Testing

automation database perl perl5 testing

Last synced: 08 May 2026

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/kaboc/sqlp

[WIP] Extension of Go's database/sql for easier and simpler use

database go go- sql

Last synced: 15 May 2026

https://github.com/iricartb/automated-industrial-weighing-system

Ivan Ricart Borges - Desktop application that allows the weighing process to be carried out automatically, from authorized vehicle license plate detection to weighing and ticket generation.

c-sharp camera-ip crystal-reports database desktop-application license-plate-recognition multithreading reporting rs232 screenadapter ticket-generator touchscreen visual-studio weighing-machine

Last synced: 10 Apr 2025

https://github.com/majorimi/cqrs-generic-repository

CQR/CQRS ready Generic Repository pattern implementation with EF Core

cache caching command cqrs csharp database generic-repository mapping netcore6 query sql

Last synced: 02 May 2026

https://github.com/arshadkazmi42/firefox-cookie

Firefox cookie manager for node. To set and get cookie from firefox

cookie cookie-crud cookie-manager crud database firefox firefox-cookie-manager sqlite

Last synced: 20 Mar 2025

https://github.com/bes-js/nexorm

A powerful TypeScript ORM with advanced features.

database mariadb mssql mysql nest nestjs orm postgres postgresql sql sqlite sqlite3 tedious

Last synced: 11 Apr 2025

https://github.com/edenwareapps/jexidb

JexiDB is a pure JS NPM library for managing data on disk efficiently, without the need for a server.

couchdb data-management database db dexie dexiejs embedded-database fast-database jexidb local-storage lowdb nedb nosql offline-database persistent-storage pouchdb simple-database

Last synced: 12 Apr 2025

https://github.com/jenkinsci/database-sqlserver-plugin

This is a driver plugin for Database plugin that adds a SQL Server database driver.

database

Last synced: 13 Jul 2025

https://github.com/sharovik/orm

Golang query builder. Easy to use. Supports MySQL and sqlite

database go golang mysql orm query-builder sql sqlite

Last synced: 06 Mar 2026

https://github.com/aimxhaisse/geo-backtracer

Service to store and correlate close GPS locations over a window of time.

database gps-point

Last synced: 13 Apr 2025

https://github.com/zachvictor/sqlinsert

Generate SQL INSERT statement from Go struct with struct tags. Works with standard database/sql package.

bind-parameters database go golang memsql mysql oracle oracle-db postgres postgresql singlestore sql sqlserver tsql

Last synced: 06 Apr 2026

https://github.com/zloom/testcontainers-cockroach

Cockroach database module for Testcontainers

cockroach database inmemory-db testcontainers

Last synced: 11 Apr 2025

https://github.com/kawai-senpai/potatodb

PotatoDB is a lightweight, file-based NoSQL database for Python projects, designed for easy setup and use in small-scale applications. Ideal for developers seeking simple data persistence without the complexity of traditional databases.

data database easy-to-use file-based json key-value lightweight nosql nosql-database persistence python simple

Last synced: 23 Oct 2025

https://github.com/wearemeight/primeight

An Open Source Python package to manage and interact with Cassandra

cassandra database python

Last synced: 06 Apr 2026

https://github.com/slott56/unlearning-sql

The examples from the Unlearning SQL book

database python sql

Last synced: 06 Mar 2026

https://github.com/jbris/linux-package-search

A simple tool to search for Linux package information from various distros. Includes Node, Knex, and Swagger. Supports archiving information into Postgres, indexing information using Elasticsearch, and caching search results using Redis.

adminer api database debian distros docker docker-compose docker-image elasticsearch es fedora knex linux node postgres postgresql redis search swagger ubuntu

Last synced: 06 Mar 2026

https://github.com/wpdas/chain-db

Chain DB is a history-driven database. A DB where you can create HistoryTables, persist new data and fetch the history of the table.

block chain database db

Last synced: 15 May 2026

https://github.com/guptavasu1213/PostHub

This repository contains a RESTful API and front-end for a text sharing web application where the users can share their posts with the public while maintaining anonymity.

database golang pastebin restful-api text-sharing typescript

Last synced: 01 May 2025

https://github.com/mohamedmagdy2301/news_app

A Flutter-based News App that displays the latest news articles across various categories. The app features a splash screen, search functionality, and categorized news lists.

api bloc cubit dart database flutter splash-screen

Last synced: 16 Feb 2026

https://github.com/DenverCoder1/php-simple-crud-api

Simple API for storing and retrieving labeled data (grouped key-value pairs)

api crud-api database key-value php

Last synced: 05 May 2025

https://github.com/mohammedmehdio/ClubHub

ClubHub is a web platform designed to enable users to sign up and join clubs online.

admin admin-dashboard club-management club-website clubs css database figma figmadesign html html-css-javascript inscriptions javascript js mysql php sass sql ui ux

Last synced: 07 May 2025

https://github.com/winebarrel/qrev

qrev is a SQL execution history management tool.

database golang mysql postgresql sqlite

Last synced: 15 Jan 2026

https://github.com/ugboaja-uchechi/vet-clinic-database

Use a relational database to create the data structure for a vet clinic. In this project, you will use transactions to update and delete records. You will also use your knowledge of aggregate functions and GROUP BY to answer analytical questions.

database sql

Last synced: 10 Jul 2025

https://github.com/zul132/hotel-booking-application

A Hotel Booking Application developed using JavaFX for the GUI with MySQL as database.

database hotel-booking java javafx javafx-application javafx-gui mini-project mysql mysql-database

Last synced: 01 May 2025

https://github.com/ppeco/dbpp

The library makes working with database easier and simpler

database interface pdo php ppeco security-tools

Last synced: 11 Jan 2026

https://github.com/finesse/minidb

Light database abstraction with a query builder

database library mysql pdo query-builder sql sqlite

Last synced: 10 Jun 2025

https://github.com/YgorSansone/Flutter-apps

Estudando Flutter / Swift / Kotlin / Dart / Java. Apps realizados para estudar !

android api dart database flutter flutter-apps ios-app makefile materialapp scaffold swift

Last synced: 03 Apr 2025

https://github.com/wailantirajoh/dbviewer

Rails engine to view, explore database tables, records, logs and generate ERD

database engine erd logs rails

Last synced: 22 Jun 2025

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/john0isaac/fyyur-webapp

Project Fyyur Artist Booking Site

bootstrap database flask postgresql python webapp

Last synced: 11 Apr 2025

https://github.com/hdresearch/kips

Personal data storage for MCP clients like Claude Desktop.

claude database model-context-protocol sqlite

Last synced: 07 May 2025

https://github.com/vertica/vertica-sqlalchemy-dialect

Official Vertica SQLAlchemy dialect to connect Vertica and SQLAlchemy applications.

database dialect python sqlalchemy

Last synced: 01 May 2025

https://github.com/mlargeot/area

ACTION-REACTION CREATE AN AUTOMATION PLATFORM

backend database frontend mongodb nestjs react-native rest-api

Last synced: 13 Apr 2025

https://github.com/panoschatzi/fitnessdatabase

The Fitness Database project contains Python and SQL code for creating an ETL data pipeline that extracts, transforms, and loads fitness data into a local SQL Server.

database etl-pipeline pandas python sql sqlalchemy sqlserver ssms

Last synced: 07 May 2025

https://github.com/virajbhutada/sql-resources

A thorough and comprehensive collection of SQL resources designed to enhance your expertise. Dive into interview preparation with Q&A, access detailed notes, and embark on thorough SQL projects with accompanying handbooks. Find quick references, insightful roadmaps, and a wealth of knowledge to elevate your SQL skills.

data-insights database mysql postgresql querying quick-reference sql-interview-questions sql-notes sql-project sql-queries triggers-and-functions

Last synced: 15 Jun 2025

https://github.com/opencog/atomspace-bridge

Read/write interfaces between AtomSpace and SQL databases.

atomspace database postgresql sql

Last synced: 25 Jan 2026

https://github.com/perfectlysoft/perfect-couchdb

CouchDB Database Connector for Perfect.

couchdb database perfect server-side-swift swift

Last synced: 05 May 2025

https://github.com/kguzek/guzek-uk-liveseries-server

A self-hostable web server for downloading, storing & streaming your favourite TV shows.

automation database episode-tracker nodejs self-hosted torrent torrent-scraper transmission tv-shows

Last synced: 07 Jul 2025

https://github.com/pharo-nosql/pharo-ejdb

Pharo bindings for https://github.com/Softmotions/ejdb

database ejdb2 nosql pharo

Last synced: 06 May 2025

https://github.com/ozovalihasan/ead-g

ead is a gem used to generate/modify files of Ruby on Rails projects by using a generated JSON file by EAD.

database rails

Last synced: 30 Apr 2025

https://github.com/zloom/prisma-sql-gen

A tool to generate SQL from a Prisma schema file. Using this tool, you can initialize a database at app startup or for integration tests, without relying on Prisma's npx tools.

database generator initialise nodejs prisma sql tests

Last synced: 11 Apr 2025

https://github.com/albertored/etfdb

Static ETF database in various formats

database dataset etf etf-investments finance google-sheets

Last synced: 12 Apr 2025

https://github.com/enzodeg40/db-commit

Quickly managed database tables to include in your commits

database mysql nodejs

Last synced: 08 May 2025

https://github.com/kishlayjeet/connect-mysql-database-to-python

This repository is to show you how you can connect your mysql database to your python.

connector database mysql mysql-connector mysql-connector-python python sql

Last synced: 04 Mar 2026

https://github.com/42bv/jarb-final-form

Validating forms through JaRB, with react-final-form.

database entity final-form jarb react react-final-form validation

Last synced: 10 Apr 2025

https://github.com/kaankucukx/nestjs-memoize-endpoint

A NestJS decorator that memoizes endpoint results based on the given parameters, improving performance and response times.

api cache caching database decorator endpoint load memoize memory nestjs optimization performance pod server time ttl

Last synced: 28 Oct 2025

https://github.com/guenthermi/open-food-facts-postgresql-import

Script to import data from the Open Food Facts to PostgreSQL (Dataset URL: https://www.kaggle.com/openfoodfacts/world-food-facts)

database open-food-facts postgresql sql

Last synced: 05 May 2026

https://github.com/nicknaso/node-simdb

Node.js high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store

cpp cross-platform database high-performance javascript lock-free native-module nodejs shared-memory

Last synced: 19 Jan 2026

https://github.com/orisai/db-audit

[WIP] SQL database analysis for common errors in structure, data and configuration

analysis audit database mariadb mysql orisai php sql

Last synced: 30 Oct 2025

https://github.com/lilpug/dotnetsdb

Dotnetsdb is a .NET database library that makes integrating with databases easy again.

connector database dll dotnetsdb library mysql server sql

Last synced: 07 May 2026

https://github.com/mbrn/dbmixer

A project that mask database columns by several algorithms

data database mask security

Last synced: 19 Jul 2025

https://github.com/mrinalxdev/sturdybeetledb

A Database in Go which basically works like ORM.

database golang

Last synced: 01 Jul 2025

https://github.com/parable-php/orm

Parable ORM is a light-weight repository-pattern based ORM.

database library orm parable php8 repository

Last synced: 29 Oct 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/marcisbee/datacsv

💾 Very simple file based database for node

csv database file javascript node simple

Last synced: 11 Apr 2025

https://github.com/HelgeSverre/sql-splitter

Split large SQL dump files into individual table files. Fast, memory-efficient, multi-dialect.

cli database devtools mysql mysqldump postgresql rust sql sql-dump sqlite

Last synced: 06 Mar 2026

https://github.com/prbretas/skypass

Projeto Final do curso START<tech> by Ada Tech & TOTVS-SC (V1)

api database intellij java mssql spring-boot

Last synced: 05 May 2025

https://github.com/tarkhov/eloquent-validation

Laravel Eloquent model validation rules.

composer database db eloquent laravel orm php validation

Last synced: 11 Apr 2025

https://github.com/davidcralph/vocaconcert

Database of upcoming and past VOCALOID fan concerts

anime concert database fan fan-concert hatsune-miku magical-mirai miku-expo miku-hatsune vocaloid

Last synced: 28 Oct 2025

https://github.com/nojimage/cakephp-time-interval

Time interval custom type for CakePHP

cakephp cakephp-plugin database interval time

Last synced: 30 Dec 2025

https://github.com/laoqiu/sqlx-builder

一个简单的sqlx的链式操作插件

database golang sqlx

Last synced: 17 Jan 2026

https://github.com/elusivecodes/fyreorm

FyreORM is a free, open-source database ORM library for PHP.

database mysql orm php

Last synced: 15 Jul 2025