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/rminelli/einstein.kb

:books: Einstein.kb - Open Source Knowledge Base Software

database einstein jwt-authentication knex knowledge knowledge-base mongodb monogodb nodejs postgresql vuejs vuex

Last synced: 26 Apr 2025

https://github.com/mta-tech/kai

KAI allows users to perform complex analytics and document searches using natural language queries

agent ai analytics database llm rag sql text-to-sql

Last synced: 27 Feb 2025

https://github.com/modscleo4/jsdb

JSDB is a Node.js database manager with SQL support

database javascript jsdb nodejs npm sql

Last synced: 10 Apr 2025

https://github.com/awmleer/nanosql

A simple SQL Database implementation for "Database System Concepts" course.

database python python3

Last synced: 10 Apr 2025

https://github.com/aad99bxp/studentregistrationform

This is a student registration form. It takes the input from the user and stores the data in the database.

css3 database html mysql php

Last synced: 13 Apr 2026

https://github.com/pgcontrib/bigint

bigint type for go-pg and other orms

database golang orm postgresql

Last synced: 14 Jan 2026

https://github.com/nofacedb/facedb

Database server for storing facial features vectors and sending notifications

database go highload microservice server

Last synced: 14 Jan 2026

https://github.com/writepush-labs/eventor

Fast eventstore implementation written in Go

database event-sourcing go golang http rest

Last synced: 14 Jan 2026

https://github.com/mohamed-adel23/real-time-chat-app

This application is a scalable, real-time chat system built using modern web technologies and distributed systems principles.

backend chat-application database distributed-systems docker frontend http-server real-time redis server-side software-engineering websocket

Last synced: 08 Oct 2025

https://github.com/mayur-tolexo/pg-shifter

Golang struct to postgres table shifter.

database migration migrator postgresql

Last synced: 05 May 2026

https://github.com/mslinn/has-id

For database-driven apps

database scala

Last synced: 27 Oct 2025

https://github.com/schbenedikt/web-crawler

A simple web crawler using Python that stores the metadata of each web page in a database.

crawler database mariadb mysql python python-crawler web

Last synced: 14 Apr 2025

https://github.com/themost-framework/query

@themost/query is a query builder for SQL. It includes a wide variety of helper functions for building complex SQL queries under node.js

agnostic closures database orm query query-builder rdbms sql sql-language sql-query

Last synced: 15 Apr 2025

https://github.com/esptoolkit/esp-jsondb

Lightweight JSON document database for ESP32 with a MongoDB‑like API, RAM caching, and optional autosync to LittleFS

arduino arduino-library database document-database embedded esp iot json littlefs nosql storage

Last synced: 12 Feb 2026

https://github.com/dyazincahya/kbbi-sql-database

Kamus Besar Bahasa Indonesia (KBBI) SQL Database | Total data 115.978 Kata | Tersedia untuk MySQL, SQLite dan PostgreSQL. Juga tersedia untuk format data CSV, JSON, Markdown, PHP Array, XML, DbUnit, HTML

bahasa-indonesia csv data database dictionary indonesian-language json kamus kamus-besar-bahasa-indonesia kamus-indonesia kbbi kbbi-api kbbi-sql mysql php-array postgresql sql sqlite xml

Last synced: 19 Aug 2025

https://github.com/kiwamunet/gens

Converts a database into gorm structs

database generator golang mysql mysql-database schema struct

Last synced: 26 Jan 2026

https://github.com/oblac/jodd-db

Simple Java Database Object Mapper

database java mapper

Last synced: 27 Apr 2025

https://github.com/powerlevel9000/vet-clinic

Vet Clinic database is PSQL based project where with various query practice and data insertions and manipulation

database psql tables

Last synced: 29 Aug 2025

https://github.com/kyoto7250/zhobo

A cross-platform TUI database viewer that remade gobang

cli database database-explorer database-viewer rust tui

Last synced: 25 Jan 2026

https://github.com/ilynette/recipe_app

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

database ruby

Last synced: 13 Apr 2026

https://github.com/sagiegurari/oracledb-upsert

UPSERT (insert/update) extension to oracledb

database nodejs oracle oracle-db upsert

Last synced: 12 Apr 2025

https://github.com/muradisazade777/snapcart

SnapCart is a modern Laravel-based e-commerce backend, containerized with Docker and built for scalability, clarity, and cyber-inspired branding. You can also add a tagline if you want something punchier: Cyber-ready commerce. Laravel-powered. Docker-deployed.

backend backend-api blade database developer-tools docker framework laravel mysql nginx orchestration php sql web webserver

Last synced: 27 Sep 2025

https://github.com/survivorbat/gorm-like

I wanted to provide a map to a WHERE query and automatically turn it into a LIKE query if wildcards were present, this plugin does just that.

database go go-orm golang gorm like

Last synced: 14 Apr 2025

https://github.com/php/pecl-database-oci8

PHP extension to interact with Oracle Database

database oracle php

Last synced: 25 Mar 2025

https://github.com/akshit-arora/dblog

Laravel package to log heavy database queries

database devtools laravel laravel-package logger logging query

Last synced: 16 Jan 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/najibullahjafari/budgetpro

BudgetPro is the Ruby on Rails project, this is about building a mobile web application where you can manage your budget, you have a list of transactions associated with a category, so that you can see how much money you spent .

backend database gems postgresql ruby ruby-on-rails

Last synced: 05 Jan 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/nafisalawalidris/fastapi-learning

This repository documents my exploration of FastAPI a modern Python framework for building APIs. It includes my progress, practical implementations and insights as I learn to create high-performance APIs. The repo covers setup, development and deployment of FastAPI applications and serves as a portfolio of my learning experience.

api crud-api data-science database deployment fastapi python

Last synced: 19 Feb 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/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/prasanta-hembram/translation-work-list-for-santali-language

Here are some resources which are volunteerly contributed by me which may help Santali Content creators or Researchers. ᱱᱚᱶᱟ ᱥᱟᱦᱴᱟ ᱨᱮ ᱫᱚ ᱤᱧ ᱯᱟᱦᱴᱟ ᱠᱷᱚᱱ ᱜᱚᱲᱚ ᱮᱢ ᱠᱟᱱ ᱨᱮᱫ ᱠᱚ ᱢᱮᱱᱟᱜᱼᱟ ᱡᱟᱦᱟᱸ ᱫᱚ ᱥᱟᱱᱛᱟᱲ ᱟᱨ ᱨᱤᱥᱚᱨᱪᱚᱨ ᱠᱚ ᱠᱟᱹᱢᱤ ᱨᱮ ᱜᱚᱲᱚ ᱮᱢᱟ ᱠᱚᱣᱟᱭ ᱾

bilingual database dictionary ocr resource santali translation

Last synced: 15 Mar 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/furk4nbulut/youtube-basic-clone-django

This project is a database management assignment, designed as a simple YouTube database.

database django

Last synced: 29 Apr 2025

https://github.com/shadowplay1/quick-mongo-super

Quick Mongo Super is a light-weight and easy-to-use Node.js module written in TypeScript to work with MongoDB.

cloud database db fast javascript js mongodb nodejs simple speed ts typescript

Last synced: 22 Apr 2025

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/danhpaiva/upa-helper-project

🏥 ~ Project developed with Windows Forms and SQLServer

azure covid csharp danhpaiva database hospital sql-server windows-forms

Last synced: 11 Apr 2026

https://github.com/rotten-lkz/concisedb

A database library stores JSON file for Node.js.

concisedb database json local localdb nodejs npm-package typescript-library

Last synced: 11 Apr 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/youhengzhou/json-crud-engine

Custom JSON database crud engine written using python used for community projects

database python

Last synced: 07 Oct 2025

https://github.com/yangyin5127/ploto

A go Library for scan database/sql rows to struct、slice、other types, and SQL logging

database go golang mysql scan sql

Last synced: 11 Mar 2026

https://github.com/livealvi/advance-web-technology

PHP Laravel Framework & View Engine, Storage Management, Security Management, PHP API Management, Building Dynamic Web Application, ORM Using JS Framework & Application Deployment.

api blade blade-template-engine database laravel laravel-framework nodejs nodejs-server php php-framework phpmyadmin reactjs

Last synced: 09 Apr 2026

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/epsoft/dataset-forexfactory

Scrape and database forexfactory.com

calendar csv database dataset economics forexfactory news

Last synced: 28 Feb 2025

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/strivo-dev/discord-afk-js

discord-afk-js package is a convenient tool for creating AFK commands

afk database discord discord-bots javascript mongoose nodejs

Last synced: 13 Jul 2025

https://github.com/team-fruit/signpicdb

SignPicture Message Database Server

database docker docker-compose echo go mariadb sqlx

Last synced: 02 Feb 2026

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/lebrancconvas/database-hub

Many Database that I created for using on my personal projects. (Mostly created on dbdiagram.io)

database dbdiagram er-diagram

Last synced: 13 Jun 2025

https://github.com/jlorente/laravel-transaction-commit-queue

A Laravel queue connector to process jobs after successful database transactions commits

commit database job laravel queue transaction transactional

Last synced: 14 Jul 2025

https://github.com/tiagodanin/anonymous-reporting-system-example

Anonymous Reporting System Example - IFPA Project - Database II

anonymous database example ifpa mysql report reporting reporting-tool system

Last synced: 28 Apr 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/walker83/rorisdb

RorisDB is a real-time OLAP database reimagined in Rust. It is architecturally inspired by Apache Doris — adopting its proven MPP architecture, columnar storage, and materialized view design — while rebuilt from the ground up in Rust for memory safety, zero-cost abstractions, and fine-grained resource control.

analytics apache-doris columnar database datafusion local-development mysql olap parquet rust single-node sql

Last synced: 31 May 2026

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/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/anjupriya-v/basic-banking-system

In this project, we can process the transaction between multiple customers.

boostrap4 css database express mysql mysqlserver nodejs reactjs

Last synced: 11 Apr 2026

https://github.com/horgh/quote-site

A website for displaying and adding IRC quotes

chat database irc quote quotes

Last synced: 09 Apr 2026

https://github.com/mutazhelal/audioplayer

Audio player with features like playlists, skip, shuffle, pause and play. React, Next.js, Typescript, and Postgres. Cookies, database schemas and migrations, API calls with serverless functions.

cookies database middleware migration nextjs postgresql prisma reactjs schema

Last synced: 12 Apr 2025

https://github.com/kcartlidge/migratable.mysqlprovider

Database provider for kcartlidge/migratable adding support for MySql/MariaDB.

core database dotnet migrations nuget

Last synced: 13 Aug 2025

https://github.com/bradstw/postgresql

PostgreSQL Database Admin, Monitoring and Helper Scripts

database database-management postgresql

Last synced: 19 May 2026

https://github.com/chassis/sequelpro

Open your database in Sequel Pro with a single command

chassis chassis-extension database sequel-pro wordpress

Last synced: 06 Nov 2025

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

Dirty-compatible key-value database for PhantomJS

database phantomjs

Last synced: 20 Apr 2026

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/devrabbani/zendb

All-in-one database toolkit with normalization, index analysis, ER diagrams, and many more. Access community tips and daily resources to optimize your database skills.

algorithms database hacktoberfest mermaid mermaid-diagrams nextjs14 open-source optimization sql typescript

Last synced: 07 Mar 2026

https://github.com/aaaastark/human_resource_management_system

Website to Human Resource Management System of the Employee Dashboard.

css database django heroku herokuapp html javascript js json jsx mysql python sass sql

Last synced: 18 Feb 2026

https://github.com/arcath/sodb

Single Object Database

database javascript library nosql

Last synced: 22 Apr 2025

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/apache/hbase-kustomize

Apache HBase deployments on Kubernetes using Kustomize

database hbase kubernetes kustomize

Last synced: 24 Jul 2025

https://github.com/emnetdegafe/flashcard-app-backend

This is a repository with the backend - server for the flashCardApp project, a collaborative work we did as a following Codaissuer's 11 weeks full-stack web development program.

authentication axios database express httpie middleware postgresql router sequelize-orm

Last synced: 09 Apr 2026

https://github.com/webtechmoz/manage-sql

Biblioteca para gestão de bancos SQLITE E MYSQL de dados

database manage-mysql manage-sql mysql mysql-database sql sqlite3

Last synced: 04 Nov 2025

https://github.com/apache/db-jdo-site

Apache JDO project

apache api database db java jdo jpa jta nosql orm

Last synced: 14 Apr 2025

https://github.com/friskes/capture-db-queries

Class to simplify the search for slow and suboptimal sql queries to the database in django projects.

capture-queries context-manager database decorator django drf explain iterator mysql oracle postgresql pytest sqlite3 testing unittest

Last synced: 22 Jul 2025

https://github.com/ysimonson/binlog

A rust library for creating and managing logs of arbitrary binary data.

database library log python rust

Last synced: 10 Mar 2026

https://github.com/nedscode/rwproxy

A transparent reader-writer query-distributing proxy SQL driver for Go

database go golang master read replica replication slave sql write

Last synced: 11 Mar 2026

https://github.com/hbmartin/comparison-serverless-cloud-sql-databases

Comparing hosted, serverless SQL cloud databases.

awesome backend comparison database serverless sql

Last synced: 30 Mar 2025

https://github.com/seddryck/duburl

DubUrl provides a standardized URL-style mechanism for providing database connection information and opening a DbConnection in the .NET ecosystem

ado-net adonet connection-string connection-uri connection-url database database-url duckdb mysql odbc oledb oracle postgresql power-bi-dax sql sql-server sqlite

Last synced: 22 Apr 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/rebornq/databasecoursedesign

数据库大作业

database php

Last synced: 12 Apr 2026

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/sndcds/uranus

Digitally mapping and sharing the event landscape via a flexible API service in Go.

api backend database events go golang postgis uranus

Last synced: 19 Apr 2026