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/akashash01/ipl_analysis

Aims to provide interesting insights and facts by Querying the data based on the last 3 years' data.

cricket-analysis cricket-data database insights mysql

Last synced: 30 Apr 2026

https://github.com/prakhar-002/cook.io-the-recipe-app

Cook.io 🥡 is a mobile-centric 📱 fully responsive recipe app 🍛 that leverages 🌯 the Edamam API to provide users 🧑🏻‍💻 with a vast array of recipes🍜. Built using only HTML🍧, CSS🍨, and JavaScript🧋, it offers a seamless 🍱 and intuitive interface 🍲 to explore culinary delights🥟on the go.

api api-server apis css database food hopscotch html html-css-javascript javascript postman recipe-app recipes recipes-website responsive-web-design

Last synced: 11 Apr 2026

https://github.com/ology/dbix-class-encodedcolumn-crypt-passphrase-bcrypt

EncodedColumn Crypt::Passphrase::Bcrypt backend

database encrypted password perl5

Last synced: 04 Apr 2026

https://github.com/fastuptime/dbfast_source_code

DbFast Kaynak Kodları

database db dbfast

Last synced: 15 May 2025

https://github.com/airattop/redis-self-hosted

A production-ready Docker Compose setup for self-hosting Redis. Includes data persistence, management scripts, and is pre-configured for easy integration with other services on a shared network.

airathalitov cache database devops docker docker-compose n8n redis redis-cache self-hosted

Last synced: 10 Apr 2026

https://github.com/anzo52/mysqlcom4py

Simple command line tools for MySQL using Python

cli database mysql mysql-python-connector python-cli sql

Last synced: 12 Apr 2026

https://github.com/vikas-kashyap97/market-intelligence-agent

An AI-powered Market Intelligence Agent that analyzes live market data, extracts insights using LLMs, generates strategic recommendations, and visualizes trends with interactive charts — built with Streamlit, LangChain, Firecrawl, and Plotly.

agents ai aiworkflow database firecrawl google groq llm newsapi notion plotly tavily

Last synced: 20 May 2026

https://github.com/3n3a/pg-html

HTML from your Postgres Database

database html pgsql postgresql python3

Last synced: 02 Mar 2026

https://github.com/nrjais/migrator

Database migration tool in rust

database hacktoberfest migration

Last synced: 13 Apr 2026

https://github.com/vtickner/codecademy-data-engineer

These projects were created as part of Codecademy's Data Engineer Career Path course.

csv database json jupyter-notebook pandas-dataframe postgresql python python-lambda python-pandas schema sql

Last synced: 09 Apr 2026

https://github.com/alddesign/crudkit

CRUDKit lets you create UI webpages for existing databases within minutes.

adminlte crud crud-application database database-management laravel php php8 sql sqlite ui-kit ui-kit-framework uikit

Last synced: 08 Apr 2026

https://github.com/niewidzialny84/tcp_sever_client

A C# Server Client project for studies

communication csharp database study-project tcp

Last synced: 24 Aug 2025

https://github.com/wlgs/introduction-to-databases-and-sql-course

Introduction to Databases and SQL course 2021/22 at AGH UST. The repository contains also final project source files. The project was to design and create database for a restaurant.

agh agh-ust database database-course mssql sql

Last synced: 22 Apr 2026

https://github.com/exasol/test-db-builder-java

Java library for creating and cleaning up test database structures and contents for integration tests

builder database exasol exasol-integration integration-testing java mysql mysql-database postgres postgresql postgresql-database

Last synced: 13 Apr 2025

https://github.com/anam1980/student_result_management_system

The app developed for managing student marks and generating reports on student performance.

database gui java javaswing jdbc mysql sql

Last synced: 10 Apr 2026

https://github.com/paulogmello/shortphp

A simple PHP library to speed up your projects

database library mysql mysql-database php8 utilities

Last synced: 13 Apr 2025

https://github.com/genebit/draw.io-diagrams

Draw.io db diagrams

database diagram draw-io erd

Last synced: 18 Mar 2025

https://github.com/efcasado/ycsb-riak

Yahoo! Cloud Serving Benchmark (YCSB) for Riak

benchmarking database riak ycsb

Last synced: 12 Jul 2025

https://github.com/serhatkacmaz/.netform-furnitureautomation

A furniture automation program developed with C#.

automation csharp database furniture mysql

Last synced: 07 May 2026

https://github.com/elyse502/note-app

Alx Final Portfolio Project a Note App web-based application designed to allow users to create, view, and delete notes.

alx-africa alx-software-engineering bootstrap css database flask flasklogin git graduation-project html javascript jinja jquery json oop-principles python sql sqlalchemy sqlite werkzeug

Last synced: 07 Apr 2026

https://github.com/mushfique-tajwar/eCommerce

An eCommerce website project with dynamic database using PHP & SQL. (HTML & CSS as well)

bracu cse370 cse370lab cse370project css database dynamic ecommerce ecommerce-website html mysql mysql-database php sql

Last synced: 29 Mar 2025

https://github.com/torloy-github/-python-

一个基于python 的本地生成的答题系统

d-b da-ta da-ti database flask flask-application question

Last synced: 29 Apr 2026

https://github.com/mariomenjr/wgu-scheduler

C195: Software II Advanced Java Concepts Project

appointments database scheduler

Last synced: 17 May 2026

https://github.com/akashash01/sql-basic-table-creation

This SQL codes might useful for creating a simple Database, by creating a multiple tables.

database ddl dml dql sql

Last synced: 01 Apr 2025

https://github.com/v6ntage/sql-sales_data-analytics-project

This repository contains a SQL scripts demonstration analytical techniques.

analytics business-analytics data data-analysis database query sql sql-server

Last synced: 12 Apr 2026

https://github.com/jr-cologne/db-class

A simple database class with PHP, PDO and a query builder.

database db-class pdo php query-builder

Last synced: 28 Apr 2026

https://github.com/jelastic-jps/mariadb-replication

Primary-Secondary replication is used to solve performance problems, to support the db backups, and to alleviate system failures

database database-replication database-server jelastic jps mariadb mariadb-database mariadb-replication master-slave-replication primary-secondary-replication replication slave source-replica

Last synced: 22 Apr 2025

https://github.com/changsongl/lsm

A key/value db implemented by LSM. 借鉴RocksDB的LSM 实现Key/Value数据库。

database lsm lsm-tree rocksdb

Last synced: 18 May 2026

https://github.com/asilvafx/firebase-sdk-php

PHP Firebase Realtime Database - NoSQL CRUD

crud database firebase php

Last synced: 10 Apr 2026

https://github.com/airbloc/airframe

🛩 Resource Database for Airbloc

database go

Last synced: 17 Jan 2026

https://github.com/hexensemble/leptos-full-stack-postgresql

Example Rust full-stack built with Leptos, Axum, and SQLx. 🧱 (PostgreSQL version)

axum backend database frontend full-stack leptos postgresql rust server sqlx

Last synced: 09 May 2026

https://github.com/saygoweb/anorm

Another ORM for PHP

database orm php

Last synced: 13 Jan 2026

https://github.com/shibuyakosuke/laravel-database-utilities

Database utilities for laravel

database laravel

Last synced: 07 May 2026

https://github.com/exprays/orion

An insanely-fast, in-memory KV database supporting persistence built form scratch

database golang goroutines in-memory-database vector-database

Last synced: 21 May 2026

https://github.com/oxidemod/oxide.sqlite

SQLite database support for the Oxide modding framework

database extension modding oxide plugins

Last synced: 29 Aug 2025

https://github.com/koratoo/book-and-lecture-study-2024

읽은 개발서적과 강의 내용을 정리합니다.

books database inflearn it itai-developers java kafka lecuture spring spring-boot

Last synced: 08 May 2026

https://github.com/mbeps/springboot-mongodb-database-template

Template for using Spring Data MongoDB with Spring Boot

database mongodb spring-boot spring-data-mongodb

Last synced: 02 May 2026

https://github.com/arif98741/pos

Point of Sale(POS) is a sale management web application from where you can easily manage your products, suppliers, sales etcs. This app is still incomplete. You can download and modify it for your own purpose without concern of any license

ajax database mysql php7 project

Last synced: 08 May 2026

https://github.com/agdturner/ccg-generic

A modularised Java library with common utility for numerous other libraries.

database headless java memory-management time utility-library visualization

Last synced: 23 Jan 2026

https://github.com/favarettorm/bd_universidade

BD_UNIVERSIDADE V01 - Banco de dados fictício de uma universidade para fins didáticos

data database dataset mariadb mariadb-database mariadb-mysql mysql mysql-database scripts sql university

Last synced: 08 May 2026

https://github.com/alternative-intelligence-cp/nitpick-packages

Standard library packages for Aria — 80 packages including HTTP, CSV, regex, datetime, SDL2, GTK4, raylib, SQLite, PostgreSQL, MySQL, Redis

aria database gui packages standard-library

Last synced: 10 Jun 2026

https://github.com/nasirovx/django-project

good and not so complicated project in Django, using a form, database, admin panel and so on

admin-panel database django django-project forms python sqlite3

Last synced: 08 May 2026

https://github.com/voltamon/todo-tui

Its a todo app made using sqlite3

c-language database sqlite sqlite3 todo todoapp

Last synced: 19 Apr 2026

https://github.com/khaledkamr/mastring-python

This repository covers essential Python programming topics, including basics, OOP, file handling, and database operations. It also contains mini-projects to help solidify your understanding through practical application.

database filehandling functions if-elif-else introduction-to-python list-methods loops numpy oops-in-python python recursion set-methods sqlite3 string-methods tuple-methods

Last synced: 08 May 2026

https://github.com/imaginary-cherry/rapyer

A Redis ORM package that uses pydantic to allow user to create atomic action on redis server

async asyncio asyncio-python cache database orm pydantic pydantic-v2 python python3 redis redis-cache validation

Last synced: 02 Mar 2026

https://github.com/nofeaturesonlybugs/pgbackup

pgbackup is a small binary to backup Postgres databases.

database database-backup go golang pgsql pgsql-backup postgres

Last synced: 04 May 2026

https://github.com/domyz21/dbms

progetto dbms ospedale

database java mysql

Last synced: 04 May 2026

https://github.com/didarul-codes/chatappusingfirebase

A chat application built with firebase realtime database

android chat database firebase firebase-database java

Last synced: 18 Apr 2026

https://github.com/shutterstock/bristlecone

A set of test tools that perform useful services for measuring database and database cluster performance

benchmark cluster database database-cluster java tests

Last synced: 08 May 2026

https://github.com/Caallum/quick.mongo

This is a mongo db database connector with easy and simple functions.

database mongodb mongodb-atlas mongoosejs quick-db

Last synced: 20 Oct 2025

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/raymondnymark/too-many-things

An easy-to-use checklist manager with custom database integration on Windows

c-sharp checklist-application database reactiveui wpf-ui

Last synced: 06 Feb 2026

https://github.com/jdromano2/venomkb

VenomKB - A centralized knowledge base for computational toxinology

babel database informatics mongodb protein toxinology venom

Last synced: 17 Apr 2026

https://github.com/spineo/quotations

Show quotations based on context.

database django lucidchart perl5 python sql sqlite3

Last synced: 16 Apr 2026

https://github.com/umangvadukar/general-store-management-system-webapp

The General Store Management System is a web-based software solution designed to simplify and enhance the management of a general store

backend crud-application database general-store-management-system html-css-javascript mysql-database php

Last synced: 04 May 2026

https://github.com/brownag/nasistools

NASIStools: Tools for the USDA-NRCS National Soil Information System (NASIS)

database nasis r sql sqlite

Last synced: 09 May 2026

https://github.com/stalcker2288969/nasdatabase

NASDatabase - это библеотека предоставляет возможность работы с массивами данных, создание БД и всего сопутствующего.

api csharp database dotnet-core school-project

Last synced: 02 Mar 2026

https://github.com/romelperez/prhone-mdb

Mini database for examples and testing

database mini-database

Last synced: 04 May 2026

https://github.com/dbsynckit/dbsynckit.postgresql

Specialized package for PostgreSQL database integration in DbSyncKit. Enables efficient data synchronization tailored for PostgreSQL environments.

database dbsync dbsynckit dotnet dotnet-core postgresql

Last synced: 04 May 2026

https://github.com/faouzimohamed/docker-composes

A set of docker compose files I use to bootsrap various app locally, on remote, testing or doing different staff

database docker docker-compose ops

Last synced: 09 May 2026

https://github.com/tamnd/dbdb-index

Every database management system on dbdb.io, indexed. 1071 systems with stats, charts, and full metadata. Built with Go.

catalog cmu database databases dbdb dbms golang nosql readme-generator relational-database scraper

Last synced: 19 Apr 2026

https://github.com/caallum/quick.mongo

This is a mongo db database connector with easy and simple functions.

database mongodb mongodb-atlas mongoosejs quick-db

Last synced: 04 May 2026

https://github.com/yhyasyrian/sydb

Library communication and dealing with databases

database mysqli php php-mysql php-sql sql sydb

Last synced: 09 May 2026

https://github.com/encryptex/loginly

Loginly, a paswordless logging system. A HackUPC2021 Submission

challenges database face facial-recognition login paswordless photo

Last synced: 19 Apr 2026

https://github.com/prawn-cake/pg_requests

PostgreSQL-specific query builder library

database postgresql python sql-query

Last synced: 03 May 2026

https://github.com/70null07/parking-control-web-application

Проект является частью выпускной квалификационной работы бакалавра на тему "Разработка программного комлекса для мониторинга платной парковки", в данном случае это сетевое приложение

confirm-email database https jwt-authentication monitoring password smtp-mail sql-server ssl-certificate statistics

Last synced: 03 May 2026

https://github.com/thegears/geardb

Another local json database.

database db json localdb

Last synced: 03 May 2026

https://github.com/honourhealth/database-management-systems-project

Creating and inserting necessary elements into database then selecting information that needed with sql - php - html - javascript. Phpmyadmin and Ampps are used.

ampps database html javascript php phpmyadmin sql

Last synced: 09 May 2026

https://github.com/zappat0n/elan_manager

An application developed using Java, MySql, and Google Drive to manage a Montessori British School.

curriculum database elan-manager evidences google-drive java montessori mysql national-curriculum

Last synced: 09 May 2026

https://github.com/ankitt26/saveit

The SaveIt app is 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 and on what.

database fullstack-development postgresql ruby ruby-on-rails

Last synced: 17 Apr 2026

https://github.com/m-mdy-m/understanding-many-to-one-and-many-to-many-relationships-in-node.js

Explore many-to-one and many-to-many relationships in Node.js, defining their database implementation and practical coding examples.

database express javascript js nodejs orm relationships-between-database sequelize sql

Last synced: 17 Apr 2026

https://github.com/dominhduy09/my-links

All of my links and websites I have been creating - For saving all of my website's links

data database link linked-list linktree list save storage website

Last synced: 25 Jun 2026

https://github.com/sochdb/sochdb-go

SochDB is a high-performance embedded, ACID-compliant database purpose-built for AI agents - golang

database golang golang-age golang-tools golang-vector-database vector-database

Last synced: 16 Feb 2026

https://github.com/barelyhuman/knex-types

Auto Generate Types for your database schema from your knex instance.

autogenerate database generate knex models types typescript

Last synced: 16 Feb 2026

https://github.com/tobymurray/web-app-db

Basic database structure for web app development

database nodejs npm postgresql webapp

Last synced: 16 Feb 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/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/acaciaman/db-autotest-vscode

Visual Studio Code extension for Python package db-autotest DB Database test automation

database db test-automation vscode-extension

Last synced: 09 May 2026

https://github.com/satvikr/cyandb

A lightweight persistent key-value database written in go. Docs: https://pkg.go.dev/github.com/SatvikR/cyandb

database go key-value

Last synced: 14 Jan 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