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/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/mavmi/info21_v1.0

The aim of this project is to create database about school 21 peer-to-peer system using PostgreSQL

database info21 postgresql school21 sql

Last synced: 19 Jul 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/nojimage/cakephp-time-interval

Time interval custom type for CakePHP

cakephp cakephp-plugin database interval time

Last synced: 30 Dec 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/mbrn/dbmixer

A project that mask database columns by several algorithms

data database mask security

Last synced: 19 Jul 2025

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/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/marcosdvs/crud_php

Project created with php, javascript, css, database in MySQL and bootstrap as a framework, this is kind a test for me because I am using it to learn php

bootstrap5 crud crud-image database html javascript php shared-files

Last synced: 02 Feb 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/kitsunetech-com/velox-server

Server-side component of the Velox MVA (https://github.com/KitsuneTech-com/Velox-MVA)

composer database json mysql odbc-api php sql sql-server

Last synced: 12 Apr 2025

https://github.com/loic-simon/comdab

Python library to inspect and compare database schemas

alembic database database-schema sqlalchemy

Last synced: 07 Apr 2026

https://github.com/echemdb/website

Tools for building the echemdb website.

database electrochemistry website-template

Last synced: 25 Jun 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/ervei/ervel.db

Local and Cloud data storage module. (JSON, BSON, YAML, Mongodb)

database module

Last synced: 20 Jul 2025

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/cleaning-corp/db

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

database plpgsql postgresql relational-databases sql sql-schema

Last synced: 10 Apr 2025

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/opencog/atomspace-bridge

Read/write interfaces between AtomSpace and SQL databases.

atomspace database postgresql sql

Last synced: 25 Jan 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/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/secjs/database

🛢️Handle database operations in any type of database (SQL or NoSQL) inside Node.js

database knex mariadb migrations mongodb mongoose mysql nodejs nosql postgresql query-builder redis seeders sql sqlite sqlserver

Last synced: 30 Oct 2025

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/enzodeg40/db-commit

Quickly managed database tables to include in your commits

database mysql nodejs

Last synced: 08 May 2025

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

Dirty-compatible key-value database for PhantomJS

database phantomjs

Last synced: 20 Apr 2026

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/zloom/testcontainers-cockroach

Cockroach database module for Testcontainers

cockroach database inmemory-db testcontainers

Last synced: 11 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/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/yumemi-inc/sea-query-common-like

A Rust crate for enhancing sea_query with typical LIKE search support, including escape sequences for patterns (%fuzzy%, prefix%, %suffix) and multi-column fuzzy search.

database like sea-query search sql

Last synced: 08 May 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/wearemeight/primeight

An Open Source Python package to manage and interact with Cassandra

cassandra database python

Last synced: 06 Apr 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/linkdd/graphbase

Graph oriented database

database distributed erlang graph

Last synced: 15 May 2026

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/jmoussa/expense-report-app

Personal project using React.js, Node/Express and a MySQL database to hold an individual's purchase/expense history across stores. Good practice for building a front-end with React, and communicating with a backend and database.

crud-application database node nodejs react sql

Last synced: 17 Jun 2025

https://github.com/yahoojapan/k2hash_python

K2HASH Python library - NoSQL Key Value Store(KVS) library

antpickax database fullock in-memory k2hash kvs nosql python queue transaction yahoojapan

Last synced: 12 Apr 2025

https://github.com/silassare/gobl

Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.

database dbal gobl mysql orm php

Last synced: 10 Apr 2025

https://github.com/simonepriuli/imongo

IMongo is a utility package that simplifies the always frustrating process of connecting to MongoDB in TypeScript.

database mongodb schema typescript

Last synced: 04 Mar 2025

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/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/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/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/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/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/dmotte/sshkp

🐍 Script to execute an SSH command using a password from a KeePass database

cli command database environment-variables kdbx keepass password pykeepass python python-3 python3 script ssh sshkp sshpass

Last synced: 07 Oct 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/ombucha/python-oeis

A basic API wrapper for OEIS.

database math oeis python sequences

Last synced: 06 Apr 2026

https://github.com/haf-decent/googledrive

Assorted Google Script projects ranging from custom formatting to databasing for a website

automation database docs drive formatting scripts sheets webapp

Last synced: 16 May 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/laoqiu/sqlx-builder

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

database golang sqlx

Last synced: 17 Jan 2026

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/kucherenko/caiman

Times series data library. Store data to files or to mongoDB.

caiman database db series-data statistics timeseries

Last synced: 19 Aug 2025

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/bodsch/ansible-mariadb

Installs and configure a mariadb (with TLS and/or Replication or Galera Cluster) on varoius linux systems.

ansible ansible-role automation database galera-cluster mariadb-database mariadb-galera-cluster mariadb-replication mariadb-server

Last synced: 26 Oct 2025

https://github.com/muradisazade777/task-tracker-api

Task Tracker API — A lightweight and container-based task management system built with Go (Gin), PostgreSQL, and Docker. It provides a fully functional full-stack framework with a RESTful API and a Vite frontend. Ideal for local development, testing, and scaling.

api backend database docker frontend go golang html javascript nextjs react server typescript

Last synced: 04 Oct 2025

https://github.com/andrewjbateman/ionic-angular-sqlite

:clipboard: App to store data using the Ionic framework, cordova SQLite database, cordova SQLite Porter and Capacitor.

angular angular15 capacitor cordova-plugin cordova-sqlite-database css3 database html5 ionic ionic-angular ionic6 sqlite sqlite-porter typescript4

Last synced: 22 Aug 2025

https://github.com/hsyntes/data-modeling

A Backend application that provides Advanced Data Modeling and Schema Design with MongoDB, mongoose in Node.js & Express

data database datamodeling express modeling mongodb mongoose nodejs schema

Last synced: 10 Apr 2026

https://github.com/neopromic/saturn

Saturn is a drag-drop based landing page builder written in javascript/typescript<3

database docker javascript linux native nextjs postgresql prisma react saas sql tailwind tailwindcss typescript vercel web windows wix wordpress

Last synced: 06 Feb 2026

https://github.com/ryosukecla/miningo

tiny embedding document-oriented database written in typescript for nodejs and browser.

database document-database embedding nodejs nosql typescript

Last synced: 05 May 2025

https://github.com/edertone/turbodepot

General purpose multi storage library (ORM, Logs, Users, Files, Objects)

cross-language database filesystem javascript json-setup orm php sql typescript user-management

Last synced: 15 Aug 2025

https://github.com/perry-mitchell/data-interchange

Read/Write fallback and multi-IO handler for databases/datasources

database datasource fallback mysql redis

Last synced: 04 Jan 2026

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

In this project, we will create a console app that will help you to keep a record of different types of things you people own: books, music albums, and games. Everything will be based on a UML class diagram. The data will be stored in JSON files but a database with tables structure analogical to the program's class structure will be prepared.

database mysql ruby

Last synced: 25 Jul 2025

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/bagussatoto/data-app

aplikasi data

database html5 php sql xampp

Last synced: 10 Apr 2025

https://github.com/ayeshaaaaaaaaa/train-ticket-reservation-system

It is ticket reservation system of train. This project is made in java and mysql is used . JDBC is used for database conectivity

book-tickets database java java-project jdbc mysql mysql-database railway reservation-system seat-availability ticket ticket-booking train train-managment train-ticketing-system

Last synced: 06 Nov 2025

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/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/backendtea/phinx-csv-seeder

A csv seeder for phinx

csv database phinx seeder

Last synced: 26 Jul 2025

https://github.com/enionsouza/hello-rails-react

This exercise goal is to create an app to provide both: (1) an API to respond to JSON requests, and (2) a server-side renderer for a ReactJS Client Application.

database rails-react reactjs ruby ruby-on-rails

Last synced: 31 Aug 2025

https://github.com/iivvoo/clippan

A CouchDB CLI/shell

cli couchdb database go golang kivik

Last synced: 26 Jan 2026

https://github.com/exasol/exasol-personal

The High-Performance Analytics Engine — Free for Personal Use

data-analytics data-engineering database exasol sql

Last synced: 10 Apr 2026

https://github.com/gmemstr/database-janitor

custommized database dumps, with native drupal configuration support

cleanup database database-management php sql

Last synced: 14 Apr 2025

https://github.com/ananya-0306/contact_management_system

Contact Management System project is written in Python. The project file contains a python script (index.py). This is a simple GUI based project which is very easy to understand and use. Talking about the system, it contains all the required functions which include adding, viewing, deleting and updating contact lists. While adding the contact of a person, he/she has to provide first name, last name, gender, address and contact details. The user can also update the contact list if he/she wants to. For this, the user has to double-click on a record that he/she wishes to edit. The system shows the contact details in a list view. And also the user easily delete any contact details.

begginer-tutorial contactmanagement database project-management python3 pythonforbeginner pythonprojects

Last synced: 23 Jul 2025