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/simon622/string-table

Java utility to allow quick rendering of tabulated data into various output formats

ascii csv database java logging table

Last synced: 18 Apr 2026

https://github.com/rijwanansari/dotnet9dyanmicdatabase

Building a Dynamic Database Web API in .NET 9 Using Clean Architecture and MediatR

clean-architecture database domain-driven-design dotnet dotnet9 entity-framework mediatr webapi

Last synced: 27 Feb 2026

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

This is a console app that will help you to keep a record of different types of things we own: books, music albums, movies, and games.The data is stored in JSON files but we have also prepared a database with tables structure analogical to our program's class structure.

capstone-project database postgresql ruby tests workflow

Last synced: 01 Apr 2026

https://github.com/evanxg852000/rockstartdev

A collection of projects implemented for learning

algorithm compilers cpp14 data-structures database golang learning python

Last synced: 18 Apr 2026

https://github.com/francis94c/refactor-ci

A PHP (code Igniter) Library for easily refactoring associative arrays (remove key-vals, rename keys, & inflate a value with respective objects from a mysql table based off provided primary key values). You'll find this library useful if you want to return payloads which should have different keys than what they exist as in the database.

codeigniter database igniter json payloads php refactor-ci resource rest rest-api

Last synced: 16 Apr 2026

https://github.com/basemax/list-data-drugs

This Python script scrapes drug-related information from the "Talk to Frank" website and saves the extracted data in both JSON and YAML formats. It utilizes the `requests` library to fetch the webpage, `BeautifulSoup` for HTML parsing, and `json` and `yaml` libraries for data storage.

database db-drug drug drug-database drug-db drug-discovery drugs json python yaml yml

Last synced: 27 Feb 2026

https://github.com/nadeem4/airbnb_for_car

Database management project

airbnb database erd react spring-boot

Last synced: 04 Apr 2026

https://github.com/strugee/password-requirements-dataset

Dataset of what websites impose insecure password limits, or crash on strong passwords

database dataset hacktoberfest insecurity json json-data json-schema password-safety password-strength security-dataset

Last synced: 02 Mar 2026

https://github.com/omic/attest

A claim-native database for building reality models

biology claims database knowledge-graph provenance python rust

Last synced: 01 Apr 2026

https://github.com/elykdeer/gathering-the-magic

A utility for scanning, gathering, organizing, and maybe even analyzing your MTG card collection.

database magic-the-gathering mtg mtg-cards ocr organization organizer rust rust-lang scryfall

Last synced: 17 Apr 2026

https://github.com/laolarou726/text_2_sql_demo

This is a minimal demo project to show the capabilities of a Text2SQL system using LangChain, it contains all the things you required to build a basic RAG system. Using Chinook as the sample database.

agent database langchain llm python sqlite text2sql

Last synced: 16 Feb 2026

https://github.com/ik5/freeswitch-docker

Yet another freeswitch docker repo

database docker freeswitch pbx postgresql webrtc

Last synced: 16 Apr 2026

https://github.com/cgohlke/fmkr

Access FileMaker(tm) server databases

database filemaker python

Last synced: 15 Feb 2026

https://github.com/natshah/natshah-crawler

Natshah Crawler works to crawl a selected domain with all it's internal links and internal pages.

crawler database filter natshah-crawler

Last synced: 29 Apr 2026

https://github.com/sagarsdagdu/sddatabase

A simple yet powerful wrapper over the famous FMDB. Provides fast and easy access to sqlite database operations in iOS eliminating all the boilerplate code. Written in Swift with ❤️

database database-management fmdb ios ios-swift sqlite-ios swift-library swift4

Last synced: 28 Jan 2026

https://github.com/sircryptic/recordminer

Searches offline records in different file formats (CSV, SQL, JSON, and plain text) in a given folder, based on a name, date of birth (optional) & address (optional)

analysis database finder management offline osint osint-python osint-tool records search

Last synced: 30 Apr 2026

https://github.com/romchela/db-query-implementation

Own implementation of complex database query on huge amount of data

database query

Last synced: 30 Apr 2026

https://github.com/sndnv/nonamedb

Simple database and REST API implemented in multiple languages

clojure database elixir exercises kotlin python rest-api rust scala

Last synced: 02 Apr 2026

https://github.com/luminovrym/crud-php-native

CRUD dengan PHP native

crud database mysql php php-native

Last synced: 02 May 2026

https://github.com/cristalhq/dbumper

Database schema migrator.

database db go golang migration versioning

Last synced: 26 Oct 2025

https://github.com/stkirchberg/telegram_social-transfer-knot

Mini-social network on Telegram with automatic post broadcasting and custom nicknames.

bot database local server serverless telegram

Last synced: 23 Jan 2026

https://github.com/cescobaz/ejdb2haskell

EJDB2 Haskell binding

database ejdb ejdb2 embedded haskell json nosql

Last synced: 02 May 2026

https://github.com/teabranch/matlas-cli

Go based CLI that allows users to communicate with both Mongo Atlas and Mongo Databases in 1 tool. There's also support for YAML style resource for a declarative approach and finally a project discovery feature that finds out all the resource in a single project.

atlas cli database iac infrastructure mongo

Last synced: 03 May 2026

https://github.com/kaka-lin/notes

This repo is my learning notes, including Python, DSA, DB, DevOps ...

data-structures-and-algorithms database learning-notes leetcode

Last synced: 29 Apr 2026

https://github.com/cuppett/mysql-dba-operator

Help manage users and databases (CRUD + permissions) in a database from Kubernetes

database dba kubernetes mysql sql

Last synced: 22 Mar 2025

https://github.com/macagua/example_msaccess_python

Examples for create a Microsoft Access database and query his data with Python

access database microsoft msaccess office pyodbc python python3 sql sql-query sqlalchemy sqlalchemy-orm

Last synced: 16 May 2026

https://github.com/saenuma/flaarum

A database that enforces structures and features its own query language.

database db golang structured-database ubuntu

Last synced: 11 Apr 2025

https://github.com/windwalker-io/database

[READ ONLY] Database adapter and type mapping to access multiple DB systems.

database database-adapter database-command database-driver pdo pdo-wrapper

Last synced: 09 Apr 2026

https://github.com/fmw666/database-system

🍰 数据库系统概述,包含关系型数据库和非关系型数据库,数据库语言会涉及 Mysql、Sqlite、MongoDB、Redis 这四种...

database mongodb mysql nosql redis sql sqlite3

Last synced: 12 Apr 2026

https://github.com/mineking9534/databaseutils

Reflection driven database library for Java

database java postgres reflection sql

Last synced: 17 Feb 2026

https://github.com/lorddashme/wordpress-db-schema-extender

A WordPress Database extender that provides a nice structure of table schema and data seeds.

database extender php schema wordpress

Last synced: 13 Apr 2025

https://github.com/nowshad-hossain-rahat/nhr_db

This PHP library will help you to create database connetion using PDO and creating tables,inserting,updating,fetching,deleting data from database without writing any SQL code.Just create an object of the "DB" class and then the power is yours! :)

database nosql php

Last synced: 14 Jan 2026

https://github.com/samuel-ricardo/agendafx

App Desktop que promete elevar sua produtividade pra outro nível.

agenda calendar css css3 database java javafx jfoenix jfoenix-application mvc mysql notifications sql tsql

Last synced: 09 Apr 2026

https://github.com/beapi/wp-cli-light-db-export

Light DB export for WP-cli

database wp-cli wp-cli-package

Last synced: 22 Apr 2025

https://github.com/retrodad0001/easydbmigrator

EasyDBMigrator - making SQL and PostgreSQL database migrations and integration testing easier with legacy systems

database microsoft migation posrgresql sql-server

Last synced: 11 Apr 2025

https://github.com/poksyy/copay-app-backend

Backend repository for the Copay application. This repository contains the server-side logic, database structure, and API endpoints that support the functionality of managing shared expenses, debts, and wishlists for users in different groups. It includes database schema, user authentication, group management, expense tracking and other features.

api backend copay database debt expenses group-management mysql wishlists

Last synced: 11 Apr 2025

https://github.com/marvinified/sharded

Sharded - Make any database fast

database performance prisma sqlite

Last synced: 11 Mar 2026

https://github.com/adil-bikiev/employee-performance-evaluation-system

The Employee Performance Evaluation System 📊 helps organizations manage and assess employee performance efficiently. It allows adding ➕, editing ✏️, deleting ❌, and restoring ♻️ employee records, while tracking performance based on attendance 🕒, soft skills 🤝, and hard skills 💻, ensuring effective HR management.

database final-project jar java-database javafx-application oop team-repo

Last synced: 11 Feb 2026

https://github.com/valkyrjs/db

Storage solution for client side applications.

database desktop mobile mongodb web

Last synced: 17 Jul 2025

https://github.com/fsistemas/gosqltojson

gosqltojson is a go version of sql2json(python3). Help to automate sql query execution and export to csv, json

automation command-line-tool csv database go json mysql postgres sql tool

Last synced: 12 Apr 2026

https://github.com/lejeanbono/cypress-mysql

Cypress plugin to easily request MySQL database

cypress cypress-plugin database e2e mysql testing-tools

Last synced: 03 Oct 2025

https://github.com/edgardleal/sqlshell

Simple command line application to execute SQL commands in terminal

bash database java sqlshell swift

Last synced: 13 Apr 2026

https://github.com/stevekm/newfile-detector-nf

Database-driven Nextflow app using Django ORM standalone

database django django-orm nextflow sqlite

Last synced: 09 Apr 2026

https://github.com/ercindedeoglu/northwind

Northwind database that can be downloaded as an executable sql script or as a backup that can be restored with sample data currently works with Sql Server 2005 and Sql Server 2008

database northwind northwind-database northwind-db northwind-sql-database sql

Last synced: 11 Jun 2025

https://github.com/spoonx/express-wetland

Wetland middleware for expressJS.

database express middleware mysql nodejs orm postgresql sqlite

Last synced: 07 Apr 2026

https://github.com/nndi-oss/jdbi-utils

Utilities for JDBI 3

database java jdbi3 validation

Last synced: 10 May 2026

https://github.com/gimchuang/com.gm.unity-firebase-tool

Tools for calling Firebase Firestore REST API with UnityWebRequest. 🔥

database firestore rest-api unity unity-firebase unitywebrequest

Last synced: 08 May 2026

https://github.com/ilukemagic/aids-protection-node

基于 Koa + TypeScript + sequelize + MySQL 的 预防艾滋病宣传 的小程序后端

database javascript koa mysql nodejs sequelize typescript

Last synced: 05 Apr 2025

https://github.com/0xrawsec/sod

Go Simple Object Database

database embedded-database go golang orm

Last synced: 20 May 2026

https://github.com/v-blaze/gvash-planes-api

GVASH PLANES is a rails API Web-App where users can browse list of planes and make reservations on a plane for a given duration.

api database jwt-authentication postgresql rails rails-api rspec ruby-on-rails

Last synced: 20 Jan 2026

https://github.com/byoso/silly_db

Minimalist ORM using sqlite3, simple but efficient.

database orm orm-framework python3 sql sqlite3

Last synced: 09 May 2026

https://github.com/jongretar/dbfex

Read DBASE dbf files in Elixir.

database dbase dbf elixir-lang foxbase foxpro

Last synced: 18 Feb 2026

https://github.com/konradmalik/k8s-kafka-cassandra-demo

Demo of Kafka, Kafka UI and Cassandra on Kubernetes with producers/consumers scenarios and dumping data to the database.

bitnami cassandra consumer database demo k3d k3s kafka kafka-ui kubernetes producer python streaming

Last synced: 07 Apr 2026

https://github.com/dysnomia-studio/dmarc-parser

A simple job that query, parse and save to database dmarc aggregate reports

dashboard database dmarc dmarc-parser parser

Last synced: 05 Aug 2025

https://github.com/mian-ali/mongodb-cheatsheet

we will see a comprehensive list of all the MongoDB commands you will ever need as a MongoDB beginner. This list covers almost all the most used commands in MongoDB.

database mongo mongod mongodb mongodb-atlas mongodb-database mongodb-sheat-sheet mongoose sheatsheet

Last synced: 18 Apr 2026

https://github.com/luismisanve/geminipostsql

WinForms program assisted with an AI that translates natural language to PostgreSQL queries

ai chsarp database dotnet gemini json postgresql visual-studio winforms

Last synced: 11 Apr 2025

https://github.com/frknkrc44/superminidb

Another database project with Java

database hacktoberfest java

Last synced: 14 Mar 2026

https://github.com/timdeputter/purescript-gun

Purescript bindings to the gun.js database

database gundb offline-first peer-to-peer purescript

Last synced: 20 May 2026

https://github.com/jedmund/hensei-api

An API to help Granblue Fantasy players create and share teams and strategies.

database gaming granblue granbluefantasy ruby

Last synced: 17 Feb 2026

https://github.com/dataopstix/modelt

Modelt(mow·delt) is a modern data integration solution that connects data to data for advanced analytics.

airbyte airflow airflow-docker data data-analysis data-visualization database dbt elt etl etl-automation metabase metadata modern modern-dev modernization

Last synced: 28 Mar 2025

https://github.com/SA9102/Markdown-Text-Editor

A simple yet fast application for creating, organising and saving your notes.

authentication crud css database express immer javascript markdown mongodb react responsive-design text-editor vite

Last synced: 30 Dec 2025

https://github.com/sarapmagcode/mvcmovie-web-app-using-asp.net-core-mvc

A CRUD web app for storing movies using the MVC pattern

asp-net-core asp-net-mvc csharp database mvc-architecture

Last synced: 18 May 2026

https://github.com/far-beyond-dev/pebblevault

PebbleVault is a memory database with a MySQL twist, all wrapped up in the cozy, memory-safe blanket of Rust. It’s like having a pet rock collection, but for grown-ups with serious data needs!

buntdb database in-memory-database rust sqlite

Last synced: 25 Apr 2025

https://github.com/berhalak/packer

Serialize javascript

database oop serialization

Last synced: 03 Feb 2026

https://github.com/keyweeusr/dbml-mode

Major mode for DBML (dbdiagram.io)

database dbml dbml-editor diagram emacs emacs-mode emacs-package

Last synced: 28 Jun 2025

https://github.com/sugiruu/yii2-mssql-schema

Optimized Schema for Yii2 applications using SQL Server databases

database mssql schema sql-server yii2

Last synced: 07 Aug 2025

https://github.com/tidesdb/tidesdb-rs

Official Rust binding for TidesDB

btree database lsmtree oltp storage-engine

Last synced: 20 Feb 2026

https://github.com/emmmabk/employee-performance-evaluation-system

The Employee Performance Evaluation System 📊 helps organizations manage and assess employee performance efficiently. It allows adding ➕, editing ✏️, deleting ❌, and restoring ♻️ employee records, while tracking performance based on attendance 🕒, soft skills 🤝, and hard skills 💻, ensuring effective HR management.

database final-project jar java-database javafx-application oop team-repo

Last synced: 02 Apr 2025

https://github.com/manighazaee/mu_db

A simple and lightweight key-value based database

database rust storage

Last synced: 01 Aug 2025

https://github.com/iovation/flockd

Simple file system-based key/value Go database library that uses file locking for concurrency safety

concurrency-safety database flock key-value key-value-store lock sync

Last synced: 12 Jan 2026

https://github.com/openpmd/openpmd-ccd

A Python Module & LabView Bindings for Storing CCD Images with openPMD

ccd data-analysis database hdf5 open-data open-science openpmd

Last synced: 16 May 2026

https://github.com/sonu275981/big-mart-sales-prediction

Using Machine Learning Algorithms for Regression Analysis to predict the sales pattern and Using Data Analysis and Data Visualizations to Support it.

bigmart-sales-prediction data-science database datacleaning feature-engineering machine-learning pandas python sales xgboost-algorithm

Last synced: 06 Aug 2025

https://github.com/ntdls/ntdls.katzebase.client

Client connectivity library for the Katzebase server, which is an ACID compliant JSON document-based database engine with SQL language, APIs and GUI.

database json nosql rdbms unstructured

Last synced: 30 Oct 2025

https://github.com/bluetiger-official/bluetiger-multitool

BlueTiger Multi-Tools est un Multi-Tools dev en python for cybersec, osint, discord utils, tools utils, fivem utils, etc ...

boost cybersecurity database discord fail fivem injection ip linux macos multi-tool multi-tools multitool multitools python sql tools utils windows xss

Last synced: 07 May 2025

https://github.com/prathmesh-ka-github/learning-mongodb

Learning MongoDB. MongoDB is a source-available, cross-platform, document-oriented database program.

database dbms mongodb mongodb-atlas mongodb-database nosql rdbms

Last synced: 10 May 2026

https://github.com/naoghuman/lib-database-derby

A library for easy accessing an Apache Derby database in a JavaFX & Maven application.

database derby java java-8 javafx javafx-8 library maven netbeans

Last synced: 18 Apr 2025

https://github.com/bocaletto-luca/manga-explorer

Manga Explorer – Complete Edition is a professional web application built entirely using free APIs. It allows users to discover manga through multiple search modes, including: Search by Name: Enter a manga title to retrieve and paginate all matching results. Search by Letter: Browse through an A–Z menu that filters manga titles by their ...

bocaletto-luca css3 database free-api html5 javascript manga manga-api manga-explorer manga-search open-data opensource responsive webapp

Last synced: 13 Mar 2026

https://github.com/tlsgmltjd/til

학습한 내용을 글로 기록합니다

backend computer-science database springboot

Last synced: 14 Apr 2025

https://github.com/xdevelnet/sdb

Database for small POSIX compatiable systems with RESTful network access

c database embedded restful

Last synced: 18 May 2026

https://github.com/eventdbx/eventdbx

Immutable, event-sourced, nosql, write-side database system

cqrs database event-sourcing eventstore immutable memory-safe nosql

Last synced: 07 Mar 2026

https://github.com/alexsasharegan/database_lib

A dependency free, light PHP mysqli library to properly handle errors, connections, and make getting data simple and DRY.

database dbal mysql mysql-database php

Last synced: 05 Jan 2026

https://github.com/kilicdev/bucksh0t.db

Database Advanced features By bucksh0t.dev

database javascript library module nodejs

Last synced: 01 Jul 2026

https://github.com/vast-data/vastdb_nifi

NiFi 2.x Processors designed for interacting with the VAST Database, enabling schema and table management, efficient ingest, query and modification of columnar data

database nifi nifi-processors python

Last synced: 26 Jan 2026

https://github.com/giwiro/mongo-radar

Multithread python3 script that scans and dumps mongo databases with default access (no password), through Tor sock4 proxy using proxychains and writes it into a log file.

bot database discover ethical-hacking mongo-radar mongodb multithreading proxychains python3 tor

Last synced: 01 Jul 2026

https://github.com/joutvhu/hive_wait

Hive Wait provide a Hive repository to calling methods in the box as async. Wait until the Hive is ready to use before calling the box's methods.

box dart database hive lazy repository

Last synced: 06 May 2026

https://github.com/gocanto/psql-api

Simple PostgreSQL App and API modeling.

api database php postgresql

Last synced: 26 Jul 2025