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/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/usmanrasheed1/clothing-store-db-project

A Database project to emulate the working of a clothing store using HTML, CSS, PHP and MySQL. It also contains multiple SDLC Diagram for anyone that may find it relevant. Please read the readme doc for more details

clothing-store database html-css-javascript mysql php sdlc

Last synced: 19 Apr 2026

https://github.com/salaros/mysql-dump-importer

Imports MySQL dump files (.sql) using php-mysqli extension

database dump import importer mysql sql

Last synced: 09 May 2026

https://github.com/sandro/imigrate

Interface-driven migrations in Go. A simple tool to run database migrations for sql drivers that don't conform to database/sql.

cli database go golang migration migrations sql sqlite

Last synced: 09 May 2026

https://github.com/mordilion/pipeline

Pipeline is a library to transfer data quick and reliable or to create exports with any kind of interfaces like \PDO, \SplFileObject(CSV, etc.), Arrays and your own implementation.

array configurable csv database export files import reader transfer writer

Last synced: 04 Mar 2026

https://github.com/faizanakram99/reportmanager

A simple SPA (Single Page Application) in AngularJS with REST API (using PHP )

angularjs database doctrine-orm email http-foundation mysql php rest-api single-page-app

Last synced: 19 Apr 2026

https://github.com/edeniyanda/python-text-file-importer

This repository contains a script to extract data from a tab-delimited text file and load it into a SQLite database. The script handles data validation and cleaning, and includes a command line interface for specifying input and output files. Requires Python 3 and the sqlite3 library.

database python-script sqlite

Last synced: 09 May 2026

https://github.com/keiailab/mongodb-operator

Kubernetes Operator for MongoDB — ReplicaSet, Sharded Cluster, Backup/PITR, TLS, LDAP, Monitoring. MIT licensed.

artifacthub backup cloud-native database devops ghcr gitops golang helm-chart kubernetes kubernetes-operator mit mongodb mongodb-operator oci olm operator replicaset sharding

Last synced: 11 Jun 2026

https://github.com/roadrunner-server/boltdb

RR BoltDB plugin

boltdb database

Last synced: 09 May 2026

https://github.com/cc59chong/data-modeling-with-apache-cassandra

Data modeling with Apache Cassandra and complete an ETL pipeline using Python. CQL Datatypes.

cassandra database etl modeling pipeline python

Last synced: 09 May 2026

https://github.com/rwubakwanayo/clinic

This is an education project to design clinic database diagram and create database schema based on generated design.

database postgresql ruby

Last synced: 09 May 2026

https://github.com/tuannh982/sstsdb

Simple, Stupid Time Series Database. For educational purposes

database java time-series time-series-database

Last synced: 30 Apr 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/aboubakr-jelloulat/database-connectivity-ado-.net

demonstrating database operations using C# and ADO.NET with SQL Server. This project covers essential CRUD operations and advanced database handling techniques

ado-net csharp database sqlserver

Last synced: 30 Apr 2026

https://github.com/coverified/graphqlconnector

graphQL connector and CoVerified database scheme used by several public and private projects

caliban-graphql database graphql hacktoberfest

Last synced: 10 May 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/tidesdb/tidesdb-python

Official Python binding for TidesDB

database keyvaluestore lsm-tree storage-engine

Last synced: 02 Apr 2026

https://github.com/jordan-m-young/rscodb

Relational Database Implementation

database from-scratch postgres rust sql

Last synced: 10 May 2026

https://github.com/bes-js/cherry3-lite

Cherry3 is a SQlite object modeling tool designed to work in an asynchronous environment.

database db quick sequelize sqlite

Last synced: 20 Apr 2026

https://github.com/al-ghaly/data-management-case-study

A Case Study (Project) Covering most of the steps in the data management process.

bash-scripting database database-management database-schema desktop-application java oracle-database plsql python sql

Last synced: 11 May 2026

https://github.com/asynched/tiny-sql

A tiny in-memory database written in Node.js

database node sql

Last synced: 11 May 2026

https://github.com/aliilapro/wallpaper

This is a GitHub repository for a Telegram bot that downloads random photos from API and saves their file IDs in a SQLite database file.

aliilapro database github python wallpaper

Last synced: 11 May 2026

https://github.com/hardiksinghbehl/checkbox-values-bitfield-enum-poc

POC to demonstrate storing values of all checkboxes displayed on an UI component, in a single column of a table instead of creating a separate table and mapping each checkbox as a column

bitfield database enumset java rdb

Last synced: 01 May 2026

https://github.com/erikej/sqlcemergelib

This library simplifies the code to do Merge Replication from a SQL Server Compact 3.5 SP2 client, with useful helper methods

database replication sql-server sql-server-compact

Last synced: 12 May 2026

https://github.com/varuns2002/python-sudoku-mysql-insert_games

This is a tool to insert new games in the database for the Python-Sudoku-MySQL program.

database game insert-games mysql python single-player sudoku tkinter-gui tool

Last synced: 01 May 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/zabuzard/wrawler

Crawls all event threads on 'https://www.gruppe-w.de'. Creates a database that can be used for creating metrics.

big-data creating-metrics database event-threads gruppe-w metrics metrics-gathering serialization web-crawler

Last synced: 13 May 2026

https://github.com/websolutionstuff/laravel-9-mongodb-crud-operation-tutorial

In this article, we will see the laravel 9 MongoDB crud operation tutorial. Also, we will use jenssegers/laravel-mongodb composer package to create CRUD operation.

crud crud-operation database jenssegers laravel laravel-9 laravel-mongodb mongodb mongodb-database mongodb-driver package

Last synced: 13 May 2026

https://github.com/perldancer/dancer2-plugin-auth-extensible-provider-database

Dancer2::Plugin::Database provider for Dancer2-Plugin-Auth-Extensible

dancer2 database

Last synced: 13 May 2026

https://github.com/mrvautin/octo-db

A flatfile JSON db for prototyping

database db javascript nodejs

Last synced: 01 May 2026

https://github.com/ao-concepts/storage

Storage and persistence helper module for gorm.

database go golang gorm repository storage transactions

Last synced: 14 May 2026

https://github.com/nishadkindre/sqlhub

SQL Workbench Simulator - Learn and practice SQL in a complete database environment

database mui react sql

Last synced: 01 May 2026

https://github.com/harehare/mq-db

Markdown-specialized embedded database with interval-indexed block storage and hierarchical query support.

database markdown mq

Last synced: 18 Jun 2026

https://github.com/lunodb/lunodb

Modern, AI-powered database client supporting MySQL, PostgreSQL, SQLite, MariaDB, MongoDB, SQL Server, and Redis with voice dictation, multiple AI providers, and visual relationship diagrams.

database developer-tool mariadb mongodb postgresql redis sql sqlite

Last synced: 01 May 2026

https://github.com/prabaprakash/challenge-event-management-db

Event Management Database

database schemaspy

Last synced: 05 Jun 2026

https://github.com/scthornton/prompt-database

Prompt injection attack database for defensive AI security research with RAG-powered generation and testing integration

ai-security database defensive-security perfecxion-ai prompt-injection red-teaming security-research

Last synced: 22 Jun 2026

https://github.com/fajarwz/blog-laravel-with-method

An implementation of Laravel eager loading relationships from fajarwz.com/blog

backend database example-project laravel php

Last synced: 21 Apr 2026

https://github.com/yagilm/pingdom2stats

Pulls data from pingdom's API and stores it in a data store

database db historical-data pingdom pingdom-api

Last synced: 26 Jun 2026

https://github.com/91ahmed/dbtoexcel

Convert database table to excel sheet. 🐘

database database-tables excel export-to-excel php

Last synced: 02 May 2026

https://github.com/evancarroll/db-trec-texas-real-estate-commission

Importing mechanism for the Texas Real Estate Commission TREC "High Value Data Sets" into PostgreSQL

database etl government moose opendata postgresql-database postgresql-database-dump real-estate realtors texas trec

Last synced: 29 Apr 2026

https://github.com/zabuzard/beedlebot

BeedleBot is tool for the MMORPG Freewar which automizes the trade and the corresponding sale at the central traders depot. It comes with an integrated web user interface.

bot bridge database framework html java javascript jquery mmorpg mmorpg-freewar ressources selenium selling shared-memory trade web-interface web-storage

Last synced: 05 Apr 2026

https://github.com/rbruinier/mysqlbulkimportbenchmark

Benchmarking some methods to import big data sets into mysql tables

benchmark data database mysql php

Last synced: 02 May 2026

https://github.com/rbaltrusch/desktop_shop

Desktop shop application interfacing with a generated database of customers, products and transactions (Python / SQLite3).

database database-gui desktop-shop generated-database gui python python3 shop-app shop-application sqlite3 tkinter tkinter-graphic-interface tkinter-gui

Last synced: 03 Mar 2026

https://github.com/mahmoud-joumaa/csc443_bitebybudget

This team project is presented as the final project for the CSC443 (Web Programming) course at the Lebanese American University under the supervision of Dr. Gilbert Tekli.

css database deployment html javascript mvc php web-programming

Last synced: 05 Apr 2026

https://github.com/deepraj02/schoolmanagementsystem-with-mysql

This is a School management System made using python with MySQL integration.

cli database development mysql python schoolmanagement student-project

Last synced: 06 May 2026

https://github.com/chriscodex/integrations-tests-mongodbatlas-go

This repository can help you to integrate a MongoDBAtlas cluster database into your Go application and test the operations of creating, reading, updating, and deleting documents from a collection.

database mongo mongodb nosql

Last synced: 07 May 2026

https://github.com/chataize/semantic-index

Simple single-file vector database for small projects and experiments.

ai api chataize csharp database db dotnet embedding embeddings engine index library openai retrieval search semantic single-file storage text vector

Last synced: 05 Apr 2026

https://github.com/hanieas/queue-management-laravel

Queue management in Laravel

database laravel queue redis

Last synced: 29 Apr 2026

https://github.com/jaymar14/week-12

mySQL activities

back-end cli database mysql nodejs

Last synced: 05 Apr 2026

https://github.com/cworld1/db-learning

Some notes and code about CWorld learning Database

database learning nextjs nextra

Last synced: 07 May 2026

https://github.com/egorgasay/itisadb-go-sdk

itisadb Driver and Toolkit

database driver go package

Last synced: 17 Apr 2026

https://github.com/vishalpadaswan3/mykaa---shopping-website

An E-Commerce website for women fashion products. A Solo Project built by a me and executed in 5 Days

backend css css-animations css-grid data-structures database expressjs html mongodb mongoose nodejs

Last synced: 05 Apr 2026

https://github.com/proddata/node-cratedb

A lightweight Node.js client for CrateDB.

crate cratedb crateio database sql

Last synced: 05 Mar 2026

https://github.com/vtickner/codecademy-creating-a-database

This portfolio project was created as part of Codecademy's Computer Science Career Path course. The database I have created around a hypothetical UK secondary school.

database postgresql schema sql

Last synced: 29 Apr 2026

https://github.com/esraa-emary/task-worker-matching

A desktop application that helps clients find and connect with suitable workers (e.g., plumbers, carpenters, electricians, etc.) for specific tasks. This system includes user registration, task management, rating and feedback mechanisms, and matching logic, all implemented with a GUI using Qt C++ and backed by an SQL database.

cpp database gui qt sql

Last synced: 07 May 2026

https://github.com/jenkinsci/flyway-api-plugin

Jenkins Flyway API plugin

api-plugin database

Last synced: 28 Apr 2026

https://github.com/thais81/whatdogru

Personnal project. Funny Php app to find which dog breed you would be if you were a dog. No framework but cool design patterns! One month work alone.

data-structures database design-patterns interactive javascript pdo-mysql php8 quiz

Last synced: 07 May 2026

https://github.com/affluentlynx/database-viewer

just a simple database viewer and limited editor I made to aid one of my other projects. provided in an Graphic User Interface (GUI)

database database-gui database-management editor python3 sql tkinter-graphic-interface viewer

Last synced: 29 Apr 2026

https://github.com/emranffl/free-slot-scheduler

A Java project on managing a queue of students which interacts with the database

database desktop-app desktop-application java java-8 java-application java-gui java-gui-application java-swing software sql tsql xaamp

Last synced: 07 May 2026

https://github.com/chompfoods/stub-go-server

Go server stub for the Chomp Food & Recipe Database API. Use our API to get high-quality data on recipes and 875,000+ branded/grocery foods plus raw ingredients.

api branded chomp data database food go-server go-swagger grocery ingredients nutrition raw recipe-api recipes

Last synced: 17 Apr 2026

https://github.com/fadilxcoder/json-db

JSON column & settings in database

database json notes php poc sql

Last synced: 02 May 2026

https://github.com/chrisjk123/laravel-blogger

Add blog database tables to a Laravel app

blog chirsjk123 database laravel laravel-blogger php vue

Last synced: 01 Apr 2026

https://github.com/paraglondhe098/sql-manager-ai-agent

Incorporating AI agent to manage a SQL database.

ai-agent database llm mysql sql

Last synced: 18 Apr 2026

https://github.com/sendyhalim/jab

Dev tool to "commit" and "checkout" database state

database database-state developer-tools devtool devtools jab rust

Last synced: 18 Apr 2026

https://github.com/madladsquad/youyinpublicdeckrepository

A public repository where users can upload their youyin decks

database deck python

Last synced: 07 May 2026

https://github.com/astrabert/linkup-monitor

A monitoring solution for world's best search for AI apps

ai database linkup monitoring postgres web-search

Last synced: 05 May 2026

https://github.com/feluelle/pi-movies

A database and api service for movies 🎥 hosted on a dockerized 🐳 raspberry pi.

api database movies raspberry-pi

Last synced: 07 May 2026

https://github.com/akicho8/memory_record

A simple library that handles a few records easily

database immutable ruby static

Last synced: 29 Apr 2026

https://github.com/mmontes11/mongodb-tools

MongoDB tools for amd64, arm64 and armhf

backup database mongo mongodb mongodb-tools restore

Last synced: 05 May 2026

https://github.com/elleyfolks/schedulingapplication

A Java desktop application with a polished UI and dashboard that can schedule appointments. The application can connect to and perform operations on a database, accomate multiple languages, alert users when they have upcoming appointments, and generate various reports.

database desktop-application java javafx-desktop-apps scheduling-application

Last synced: 18 Apr 2026

https://github.com/neetigyachahar/psqlab

Write PSQL query in browser, natively.

database pglite postg psql

Last synced: 08 May 2026

https://github.com/jcapellman/jcdb

A cross-platform key/value store database

c-sharp database net-core-3 nuget-package

Last synced: 08 May 2026

https://github.com/suresh142/inverted_search

An "inverted search" project involves implementing a type of search engine that uses an inverted index data structure for efficient and fast retrieval of information. The inverted search approach is widely used in various information retrieval systems, including search engines, databases, and document management systems.

c cplusplus data-structures database inverted-index inverted-search-index

Last synced: 08 May 2026

https://github.com/ibfleming/entrada

Entrada is a passion project inspired by real-world experience as a Leasing Agent at a student housing property. It aims to replicate and enhance the features of a modern property management system like Entrata.

backend cms database frontend

Last synced: 18 Apr 2026

https://github.com/nikhilbadyal/pgextras

Unofficial Python port of Heroku's pgextras that provides various statistics for a Postgres instance.

database heroku performance postgres postgresql statistics

Last synced: 29 Apr 2026

https://github.com/vilhalva/crud-upload-de-arquivos-em-php

👨‍🏫CRUD DE MULTIMIDIAS EM HTML, CSS, PHP E MYSQL.

crud database mysql php projeto site

Last synced: 05 May 2026

https://github.com/superzombi/py-simple-db

Simple json database

database json python

Last synced: 18 Apr 2026

https://github.com/hu553in/dbeaver-gcloud-free

Free local alternative to DBeaver's paid Google Cloud token flow.

access-token auth cli database database-tools dbeaver developer-tools gcloud google-cloud postgresql python

Last synced: 01 May 2026

https://github.com/dev-siri/gedis

A fast Redis inspired in-memory database made with Go.

database fast-database golang in-memory-database redis-like

Last synced: 02 May 2026

https://github.com/andrewjbateman/angular-signals-database

:clipboard: Angular app using signals to display and update data on frontend. The app is styled using Angular Materials. The data displayed is obtained from an array of objects stored in the Robots Service. Robots can be added to and deleted from the list.

angular-material angular-signals angular17 cicd database github-actions

Last synced: 16 Apr 2026

https://github.com/hazae41/orbitum-gnosis-graph

TheGraph graphs for Orbitum on Gnosis

database indexing smart-contracts solidity the-graph

Last synced: 05 May 2026

https://github.com/mugambi645/blooddonationdatabasemysql

Database for a hospital management system

database

Last synced: 18 Apr 2026

https://github.com/kevindasilvas/ivoryorm

[DEPRECATED - NOT MAINTAINED] Ladies and Gentlemen I present to you the Ivory ORM. An entire ORM developed in PHP. The Ivory ORM is PDO compatible and entirely developed in PHP-7+. The main reason behind the ivory creation is the knowledge I obtained from this project and also about learning more diverse SQL commands

database oop orm orm-php-framework php php7

Last synced: 27 Apr 2026

https://github.com/momomo/momomo.com.platform.db.base.jpa.session.with.postgres

Provides the postgres related implementations towards our database related repositories.

database hibernate javascript jpa momomo persistence postgresql

Last synced: 08 May 2026