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/kaloslazo/pyfusedb

Database system that combines structured data retrieval through inverted indexes with unstructured data (images, audio) search using multidimensional vector embeddings, all within a unified platform.

database inverted-index multidimensional python structures unstructured-data vector-embeddings

Last synced: 11 Feb 2026

https://github.com/reesporte/bugfruit

bugfruit is an embedded key-value store.

database go key-value

Last synced: 16 Apr 2026

https://github.com/alitiq/citus-postgis

This is postgresql database image with citus and postgis extension.

citus database postgis postgresql psql

Last synced: 02 Mar 2026

https://github.com/ly0va/dobby

A database engine as poor as a house elf

cli database grpc rest-api rust

Last synced: 30 Apr 2026

https://github.com/arturoeanton/go-struct2serve

This is a small library for echo v4 that has a generic repository for accessing the database and populating structures in golang and has a generic controller and service. You can create a custom repository or custom controller using Go compose.

database echo echo-framework go golang golang-database golang-library gorm repository repository-pattern sql

Last synced: 28 Apr 2026

https://github.com/atani/mysh

MySQL connection manager with SSH tunnel support. Auto-masks sensitive data for AI/non-TTY environments. Supports MySQL 4.x+.

ai-safety cli connection-manager data-masking database golang mysql mysql-client security ssh-tunnel

Last synced: 03 Jun 2026

https://github.com/wazam/fantasy-baseball-buzz

Self-hosted dashboard for tracking MLB player trends, stats, and projections from top fantasy baseball sources

baseball dashboard database docker fantasy-sports nocodb python self-hosted webscraping

Last synced: 30 Apr 2026

https://github.com/jacobwilliams/vibehdf5

Vibe coded HDF5 file database + GUI viewer + Data visualization

database filestore gui hdf5 matplotlib pyside6 python qt vibe-coding

Last synced: 05 Mar 2026

https://github.com/huskydog9988/docker-db-backup

A tool to automatically backup databases running in docker

backup backup-tool backup-utility database go golang postgres postgresql

Last synced: 02 May 2026

https://github.com/avraammavridis/worlds-smallest-db

World's smallest and simplest database

bash database key-value simpest-database

Last synced: 08 May 2026

https://github.com/tacc/benchpro-db

Result & provenance data backend for BenchPRO utility

database django python3

Last synced: 10 May 2026

https://github.com/objectstack-ai/objectql

The Universal Data Protocol. A high-performance engine that virtualizes SQL, NoSQL (Redis), and Files (Excel) into a unified API. Write once, query anywhere.

database json-schema orm protocol typescript universal

Last synced: 16 Feb 2026

https://github.com/modscleo4/jsdbclient

JSDBClient is the official client for JSDB

database javascript nodejs

Last synced: 08 May 2026

https://github.com/snykk/grader-assignments-sql

[ 10 November - 24 November 2022 ] Database Management & Technology | Ruangguru CAMP

database gorm problem-solving sql

Last synced: 19 Apr 2026

https://github.com/andreadelfante/datafixture

Creation of data model easily, with no headache.

cocoapods database fake fixture ios library model pods realm realmswift seeders swift

Last synced: 27 Oct 2025

https://github.com/deverebor/postgresql-univercity-database-project

Project made as part of the Systems Design course. This repository does not have real data, they are all fictitious

covid19-data database postgresql python-script university-project

Last synced: 19 Apr 2026

https://github.com/tonaxis/tona-db-mini

Tona-DB mini is a JavaScript library for simulating small local databases in JSON

database file-based json jsondb lightweight lowdb minimal node offline storage typescript

Last synced: 25 Oct 2025

https://github.com/caomeiyouren/auto-backup-database

服务器数据库自动备份方案,支持本地备份和异地备份

backup database mongodb mysql postgresql sqlite typescript

Last synced: 02 Apr 2026

https://github.com/huyle93/hjh-capstone

A Data Science Project sponsored and proposed by the Liberty Mutual Insurance's Enterprise Technology Services (ETS) department. ETS is responsible for creating, designing and supporting enterprise solutions for all of Liberty Mutual departments. As part of that responsibility, ETS seeks to create a dataset for their Legal team to better understand key components in judicial outcomes. An enhanced understanding of judicial outcomes will enable Liberty Mutual to choose the best representation for their insureds.

data-mining data-science database natural-language-processing python text-mining

Last synced: 16 Apr 2026

https://github.com/aallali/db.c

trying to learn DB internals by building a simple storage engine

algorithms c database database-internals datastructures storage-engine

Last synced: 12 Feb 2026

https://github.com/srizzuto/private-events

We build a site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and send invitations and parties (sound familiar?). Events take place at a specific date and at a location (which you can just store as a string, like “Andy’s House”).

database ruby

Last synced: 01 May 2026

https://github.com/yukunj/databases

This is the repository for CSCI-SHU 213 Databases course. The final project is a demo web-based air-ticket reservation databases system.

database nyu

Last synced: 01 May 2026

https://github.com/maludb/maludb-core

A memory DBMS for long-term institutional memory, human-AI knowledge sharing, and contextual recall. PostgreSQL 17 extension.

database memory postgresql postgresql-extension

Last synced: 08 Jun 2026

https://github.com/jrycw/edgedb-ia

EdgeDB learning material in Traditional Chinese.

database edgedb

Last synced: 28 Feb 2026

https://github.com/naimjeem/cloud-village

Interactive 3D cloud architecture map. Renders services as buildings in a stylized village.

aws azure cloud cloudflare database docker gcp kubernetes storage vpc

Last synced: 25 Jun 2026

https://github.com/jojoarianto/docker-for-local-development

Cheatsheet and explanation how to use docker for local development

database docker

Last synced: 14 May 2026

https://github.com/msaf9/student-attendance-management-system

A relational database to maintain university student records.

database mysql sql

Last synced: 13 May 2026

https://github.com/n-elie7/momo-sms

MoMo SMS data processed in XML format, clean and categorize the data, store it in a relational database, and build a frontend interface to analyze and visualize the data.

api database mysql postgresql python visualization xml

Last synced: 12 May 2026

https://github.com/dev-labs-bg/laravel-csv-importer-examples

Examples for the Laravel CSV import/export package

csv database export import laravel

Last synced: 02 May 2026

https://github.com/fajarwz/blog-laravel-db-transaction

Simple example of how to use DB::transaction() in Laravel

database database-transaction example-project laravel php

Last synced: 09 May 2026

https://github.com/gblikas/querykit

Search like you do in Github.

ai database nextjs npm npm-package postgres search vercel

Last synced: 23 Jan 2026

https://github.com/planetway/connector-docs

CONNEQT Connector is a software solution to create REST JSON APIs or SOAP services from relational database SQL queries

database openapiv3 sql

Last synced: 27 Apr 2026

https://github.com/jetkai/breachcheck-python

Simple API to check if you have been breached within an RSPS Database (Python)

api breach breach-check checker database hash md5 python python39 rsps rsps-database-leaks sha1 sha256 sha512

Last synced: 06 May 2026

https://github.com/sanjaysunil/stickynotes

📚 Organize tasks efficiently with StickyNotes!

database firebase js notes realtime sticky stickynotes

Last synced: 10 Feb 2026

https://github.com/abdelrahmanbayoumi/locationsdb

A database containing countries and cities in English and Arabic.

city countries database latitude location longitude sqlite timezone

Last synced: 30 Apr 2026

https://github.com/isaquepinheiro/dbebrasil

DBEBr Framework for Dart/Flutter (Isaque Pinheiro)

database db2 firebird framework mongodb mysql postgres sqlite sqlserver

Last synced: 12 Apr 2026

https://github.com/whosonfirst/go-whosonfirst-pgis

This is not ready to use. It is still being tested. It will probably be renamed.

database golang postgis whosonfirst

Last synced: 10 May 2025

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/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/chicolucio/solutions

Solubility and concentration database of common chemical substances.

chemistry database inorganic-chemistry physical-chemistry quimica solubility solutions

Last synced: 12 Apr 2025

https://github.com/fenix-hub/gdcache

Godot Engine plugin implementing different Cache Replacement Policies in GDScript.

cache database gdscript godot-engine hacktoberfest http policies

Last synced: 18 May 2026

https://github.com/chirayu-tripathi/mongodb-querifier

Improving LLMs MongoDB query generation capability with the help of advanced retrieval augmented generation.

database llms mongodb rag retrieval retrieval-augmented-generation

Last synced: 09 Apr 2026

https://github.com/PearXTeamLegacy/WSDBR

WhatsApp Databases Reader - read your WhatsApp contacts and messages from PC.

csharp database dotnet reader sqlite whatsapp

Last synced: 11 Mar 2025

https://github.com/asheswook/tranjs

Declarative transaction management without ORMs

database nodejs transaction transactional typescript

Last synced: 12 Apr 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.

database gui java mysql

Last synced: 23 Mar 2025

https://github.com/xdev-software/xapi-db-sybase

Sybase Database Adapter for the XDEV Application Framework SqlEngine

database database-adapter java sybase xapi xdev xdev-application-framework

Last synced: 14 Jan 2026

https://github.com/ssivanov19/medicine

Repo for project about machine, that gives medicine automatically. Developed for NOIT 2020-2021.

3d-models 3d-printing android app blender codingburgas css database html js medicine noit php unity unity3d vscpi

Last synced: 04 Jul 2025

https://github.com/4nkitd/smg

smg - a cli tool, that helps me manage daily services

autoinstaller cli database encryption

Last synced: 10 Apr 2025

https://github.com/sushmashreeps10/web-development-bootcamp

Web Development Bootcamp 🚀 A complete guide to frontend & backend development! Covers HTML, CSS, JavaScript, React, Node.js, Express, MongoDB, APIs, authentication, and more. Perfect for beginners & aspiring developers! 💻

bootstrap css database front-end fullstack-development html html-css-javascript html5 js links react sever tags ui-ux vscode webdesign webdevelopment

Last synced: 08 Mar 2026

https://github.com/jdrumgoole/pyimport

A restartable typed importer for MongoDB. Run with pypy for best performance.

csv database mongodb pymongo

Last synced: 19 Feb 2026

https://github.com/hebertcisco/instantclient_oracledb

Install InstantClient to OracleDB in debian based systems

alien database deb debian environment installer instantclient oracledb rpm rpm-packages shell

Last synced: 07 Mar 2026

https://github.com/sciss/lucre

Lucre (STM|Event|Data|Confluent) - a transactional, persistent, reactive object model. Issue tracker: https://codeberg.org/sciss/Lucre/issues

database reactive stm

Last synced: 21 Apr 2025

https://github.com/rla/phantomjs-dirty

Dirty-compatible key-value database for PhantomJS

database phantomjs

Last synced: 20 Apr 2026

https://github.com/bezborodow/flask-migratepg

Simple SQL migration command for Flask and Psycopg 3.

database flask migrations postgresql psycopg sql-migration

Last synced: 24 Jun 2025

https://github.com/br3ndonland/udacity-fsnd-sql-logs

Python program with SQL queries to extract information from a relational database

database linux postgresql python sql udacity udacity-fullstack-nanodegree vagrant

Last synced: 05 Apr 2025

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/ibilux/type-surrealdb

Generate schemas for SurrealDB using TypeScript classes and decorators!

builder database decorators generator orm schema schemagenerator surql surrealdb surrealql typescript

Last synced: 26 Jan 2026

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/czukowski/phpunit-mock-db

Database Abstraction Layer mocking for PHPUnit

database mock phpunit sql

Last synced: 04 Jul 2025

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/gizmodata/ibis-gizmosql

An Ibis back-end for the GizmoSQL Arrow Flight SQL Server (with the DuckDB engine)

database duckdb gizmodata gizmosql ibis python sql

Last synced: 13 Feb 2026

https://github.com/project-tsurugi/jogasaki

SQL job scheduler

database rdbms scheduler sql

Last synced: 23 Sep 2025

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

The examples from the Unlearning SQL book

database python sql

Last synced: 06 Mar 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/pjt3591oo/javascript-book

자바스크립트로 서버와 클라이언트 구축하기

database express javascript mysql nodejs nuxtjs orm socket-io vuejs

Last synced: 29 Aug 2025

https://github.com/bytebase/tsql-parser

The parser for SQL Server. It is based on the ANTLR4

antlr antlr4 antlr4-parser database parser sql sql-parser sql-server sqlserver

Last synced: 10 Jul 2025

https://github.com/mohammadreza-73/astro-orm

Simple Object Relational Mapper for manipulate data with fluent interface and TDD approach.

database fluent-api mysql-orm orm pdo-php php-orm sql tdd

Last synced: 01 Aug 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/drarig29/brackets-storage-calls

Creates a list of all storage calls with their signature and parameters

ast brackets database documentation javascript manager tournament typescript

Last synced: 17 May 2026

https://github.com/epsoft/dataset-forexfactory

Scrape and database forexfactory.com

calendar csv database dataset economics forexfactory news

Last synced: 28 Feb 2025

https://github.com/henomis/qdrant-go

Unofficial Go client for Qdrant vector search engine

ai database go qdrant vector

Last synced: 05 Jul 2025

https://github.com/natasha-ct/budget-app

Budget- App is a Ruby on Rails mobile web application that allows users to keep track of their expenses and categories. have a list of transactions associated with a category, so that the user can see how much money it spent and on what. Manage your own money, manage your own life.

authentication authorization database postgresql rails rspec-testing

Last synced: 09 Apr 2026

https://github.com/yakuter/laravel-guestbook

An easy guestbook example to show usage of database actions in laravel with resource controller

database guestbook laravel mini-project php resource-controller

Last synced: 09 May 2026

https://github.com/charles-55/onlinebookstore

A graphics-based online bookstore programmed using the Java programming language and PostgreSQL as the backend database.

database java postgresql

Last synced: 11 Apr 2026

https://github.com/kwakubiney/sqlite-go

A naïve implementation of a hash-table indexed file storage engine.

database filesystem storage

Last synced: 21 May 2026

https://github.com/quaddarv1ne/financial_operations_project

Данный проект представляет собой бэкенд на основе FastAPI для управления финансовыми операциями. Включает функционал для пользователей, счетов, категорий и транзакций. Проект предполагает работу, как RESTful API, так и многостраничного интерфейса с личным кабинетом и аналитикой.

api crud database fastapi fastapi-sqlalchemy finance finance-management financial-analysis management maximdupley quadd4rv1n7 restful-api

Last synced: 18 Feb 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/xtlsoft/xdo

[DEPRECATED] XDO is a fast,light PHP Data Object. Includes DB,Cache,Upload.

cache data database php upload web

Last synced: 05 Apr 2025

https://github.com/parzibyte/crud-postgresql-python

CRUD con Python y PostgreSQL usando psycopg2

crud database postgresql psycopg2 python sql

Last synced: 12 Apr 2025

https://github.com/sigurd4/partlookup

Lookup database for electrical components made for hobbyist/collector use. You can keep track of what transistors/diodes/etc that you have in your possession.

database electronics electronics-projects html javascript lookup php search tags tool webapp

Last synced: 04 Feb 2026

https://github.com/erizocosmico/mig

Dead simple Go migration tool and library that keeps your migrations inside a binary.

database golang migrations mssql mysql postgresql sqlite3

Last synced: 11 Apr 2026

https://github.com/powerlevel9000/catalog

Catalog is ruby based with terminal user interface project in which you can organize your things according to various item object such as book, music, video etc Catalog is a totally OOP (Object Oriented Programming) with inheritance, polymorphism and private methods

database oop-principles psql ruby

Last synced: 02 Apr 2025

https://github.com/daudi13/recipe-app

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app allows you to make them public so anyone can access them.

database devise rails-application ruby

Last synced: 01 Oct 2025

https://github.com/bitartisan1/netdigger

A .NET 8.0 C# WPF desktop application for web scraping data into structured databases with a modern UI, comprehensive logging and optimized high performance.

csharp data data-scraper data-scraping database desktop dotnet internet logging scraper ui url web-scraper web-scrapers web-scraping web-scrapping

Last synced: 13 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/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/albrecht-net/accounting

Webbasierte Buchhaltungsapplikation zur doppelten Buchführung

accounting database mysql webinterface

Last synced: 03 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