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/thaapasa/dissertation

Doctoral dissertation: Accessing Multiversion Data in Database Transactions

database dissertation index-structure latex-document multiversion-concurrency-control tikz-figures

Last synced: 02 May 2026

https://github.com/ctrotech-tutor/ctrodb

A zero-dependency, reactive, client-side database for the browser and Node.js. MongoDB-like API, IndexedDB persistence, Signal-based reactivity.

client-side database indexeddb reactive typescript

Last synced: 28 Jun 2026

https://github.com/itsvaibhavk/swimlog

Add, store, view and modify data from swimming sessions using Python and SQLite3. Final project submission for CS50P (2023), Harvard's online course on programming with Python (on the edX platform).

cs50p database edx project python sqlite3

Last synced: 10 May 2026

https://github.com/aakbarkhan/budget-app

The Budget app keeps track of all your Budget, categories, and expenses. It will allow you to save categories, keep track of what you have, create categories, and generate a categories list based on what you have expenses and what you want to add in your expenses. Also, Budget tracking will allow us to know how much we can plan for the month or year and knows exactly the expences.

bootstrap database ruby

Last synced: 16 Apr 2026

https://github.com/liwyd/pycsv

use it for small shops or bots to store data in database easily! -- using .csv file format.

csv database database-management python

Last synced: 10 May 2026

https://github.com/jayakrishna1509/23r-sql-task

Operators in SQL

database mysql sql

Last synced: 02 May 2026

https://github.com/covscript/covscript-database

Open Database Connectivity for Covariant Script

database mysql

Last synced: 02 May 2026

https://github.com/nicolas-henry/drupal7-export

Export a Drupal 7 database into a simple database (users, articles, categories)

database drupal7

Last synced: 11 Feb 2026

https://github.com/bh-tec/databaseexperience

Repositorio criado para o bootcamp de DataBase Experience da DIO.

bootcamp database dio

Last synced: 02 May 2026

https://github.com/abelarduu/ntt-data

Repositório central contendo todos os projetos e desafios desenvolvidos durante o bootcamp NTT Data, organizados em subpastas por tema. Um espaço para acompanhar o progresso e aprendizado ao longo do curso.

bootcamp dashboard database dax modelagem-de-dados powerbi python star-schema tratamento-de-dados

Last synced: 02 May 2026

https://github.com/gstechschulte/tiny-db

Writing a lightweight log-structured-merge (LSM) storage engine from scratch

database lsm-tree storage-engine

Last synced: 02 May 2026

https://github.com/vilhalva/login-animate

👨‍🏫FORMULARIO DE CADASTRO E LOGIN EM HTML, CSS, PHP E MARIADB.

css database html login mariadb php projeto site

Last synced: 02 May 2026

https://github.com/jackokeeffe/servicescout

boat repair system for kennisis lake marina

api css database excel gspread html javascript pythonanywhere

Last synced: 02 May 2026

https://github.com/lily4178993/vetclinicdb

Creating a comprehensive relational database for a vet clinic, including tables for animals, owners, employees, and visits.

data-population database database-schema sample-querying table-creation

Last synced: 09 Jun 2026

https://github.com/repdiken/fcc-relational-db-universe

PostgreSQL-based relational database project for FreeCodeCamp certification. Includes five interrelated tables with real and fictional astronomical data.

certificate database freecodecamp freecodecamp-certification postgres postgresql relational-databases sql sql-project

Last synced: 23 Jun 2026

https://github.com/pop0097/school_database

A school database with a text-based UI.

cpp database

Last synced: 10 May 2026

https://github.com/justinhchae/city_budget

Automating the process of creating an SQLAlchmey schema from a csv file

city-government database pandas python sqlalchemy sqlite

Last synced: 16 Apr 2026

https://github.com/fablecode/fable-data-link

A tool for generating a connection information instead of specifying them by hand.

connection-string csharp database dotnet mvvm-architecture wpf

Last synced: 03 May 2026

https://github.com/lyndychivs/testminer

Test Miner, parsing NUnit Test Reports into a Database for historical record & trend monitoring.

database nunit parse record results save test testing

Last synced: 03 May 2026

https://github.com/pointybeard/symphony-pdo

Wraps the core Symphony database connection with a PDO based library.

composer-package database database-connection symphony symphony-cms

Last synced: 03 May 2026

https://github.com/d4v1-sudo/simple-database-using-python

🗃️💾 - A basic Python to do list manager based in SQLite.

database database-management flask-application python python3 sql

Last synced: 03 May 2026

https://github.com/codesbyarash/imdb

IMDB Clone Website build using ASP.NET WebAPI and Blazor

asp-net asp-net-core asp-net-core-web-api blazor blazor-webassembly csharp database sqlserver

Last synced: 03 May 2026

https://github.com/naomibbautista/practicas_database

Prácticas relacionadas con Database.

database mysql-database sql

Last synced: 16 Apr 2026

https://github.com/antoniakras/retail-transactions-system

Java web app with Servlets, JDBC, and SQL, deployed on Tomcat. Includes REST-style endpoints and complex SQL queries.

apache-tomcat backend-development database html java javascript jdbc rest-api servlets sql webapp

Last synced: 03 May 2026

https://github.com/amazingandyyy/levelize

Better leveldb usage.

database level leveldb nosql scratchese

Last synced: 06 Feb 2026

https://github.com/kisiwu/storehouse-mongodb

MongoDB driver manager for @storehouse/core.

database mongodb nodejs

Last synced: 03 May 2026

https://github.com/thais81/gamesbox

Another desktop app in JSE/Jswing with hangman game and tic-tac-toe game. This project was made at LDNR school with 4 friends

data database hangman-game jse tictactoe tictactoe-game

Last synced: 28 Jan 2026

https://github.com/luca-02/credit-card-fraud-detection

This is a small master's degree project for New Generation Data Models and DBMSs course (academic year 2024/25).

data-analysis database nosql python

Last synced: 10 Jun 2026

https://github.com/jeffreywijaya100/jeffrey-database

Using MariaDB in XAMPP create database, create table, insert, update, select data

database mariadb mariadb-database sql xampp

Last synced: 16 Apr 2026

https://github.com/kohta9521/graphql__practice

実務周りでGraphQLを使用する機会が増えたためしっかりと勉強をする。実務以外の個人開発でも使用できるため理解を深める。

apolo-graphql backend database graphql learning rds

Last synced: 03 May 2026

https://github.com/ranaessam03/university-library-management

This is a Windows application built using C# and MS SQL Server

database mssql-server windows-forms

Last synced: 03 May 2026

https://github.com/sour-is/ev

Building an eventsourcing database from scratch

database eventsourcing go

Last synced: 10 Feb 2026

https://github.com/battis/phpunit-extensions.pdo

[READ-ONLY] A PHPUnit extension to facilitate database fixtures

database fixture pdo php phpunit

Last synced: 27 Feb 2026

https://github.com/azmisahin/azmisahin-software-data-service-application-postgresql-c-v1

database modeling, normalization, fragmentation, testing data service application for postgresql

architecture database docker modeling normalization postgresql semantic sql

Last synced: 03 May 2026

https://github.com/ghost33333333/myfinance_management

MyFinance is your ultimate budgeting companion! Track income and expenses, set financial goals, and gain insights with ease. Stay in control of your money with intuitive charts, smart reminders, and secure cloud backup. Whether saving or managing daily spending, MyFinance helps you achieve financial success effortlessly.

authentication dart database firebase firebase-database firestore-database flutter localnotifications notifications provider sharedpreferences state-management

Last synced: 04 May 2026

https://github.com/zhd4/telegrambackupbot

Can send any file(s) via Telegram Bot

backup database db files python server telegram-bot

Last synced: 04 May 2026

https://github.com/pilat/mcp-datalink

MCP server for secure database access (PostgreSQL, MySQL, SQLite)

database mcp model-context-protocol mysql postgresql sqlite

Last synced: 30 Jan 2026

https://github.com/anubhav-narayan/db86

DB86 — the AE‑86 of databases. A lightweight SQLite‑powered JSON + relational hybrid store, born of necessity.

database nosql-database sqlite3

Last synced: 04 May 2026

https://github.com/sehgal-vishal/sql-nyc-collision-analysis

this analysis is based on the Collisions(Accidents) happend in New York City. I have used Sql Server For EDA(Exploratory Data Analysis

data-analysis database eda sql-server

Last synced: 06 Feb 2026

https://github.com/jamesjarvis/web-graph

Experiment with web scraping

colly crawler database golang web-graph

Last synced: 04 May 2026

https://github.com/zokis/dwarfdb

"Banco de Dados" chave valor feito para aprender GO

database datastore go json key-value

Last synced: 04 May 2026

https://github.com/jdion84/lucid

Declare database schemas inside Laravel models.

database laravel lucid models schemas

Last synced: 04 May 2026

https://github.com/erick-bryan-cubas/django-web-application

Este repositório demonstra as habilidades práticas adquiridas no curso Django Master, abrangendo o desenvolvimento web com Python e Django, focado nas exigências reais do mercado. Inclui conceitos avançados e projetos completos de aplicativos web e APIs.

api aws backend cloud-computing database django python web-application web-development

Last synced: 04 May 2026

https://github.com/manavk97/typesense-eks

A complete solution guide for self-hosting Typesense elastic search database on Amazon EKS (Elastic Kubernetes Service)

algolia ci-cd database datastore eks elasticsearch full-text-search fuzzy-search in-memory instantsearch kubernetes search search-engine self-hosted synonyms typesense

Last synced: 04 May 2026

https://github.com/kejiahp/djangocountries

A django web application created to display details of countries

database django

Last synced: 11 May 2026

https://github.com/paladini/aa-daily-reflections-database

Alcoholics Anonymous (AA) Daily Reflections in English, Spanish, French and Brazilian Portuguese

aa alcoholics-anonymous daily-reflections data database reflections

Last synced: 16 Apr 2026

https://github.com/coder-kuldeep-singh/visualize-db

CLI tool to visualize the database and tables

cli database go golang mysql postgres

Last synced: 10 Feb 2026

https://github.com/ragu-manjegowda/namma-mysuru

Android application that provides information Movies in theaters, tourist places and eat-outs in and around Mysore, Karnataka, India.

android-application database

Last synced: 04 May 2026

https://github.com/hardikaz/mongooseconnection

I have established connection with the database using Mongoose.

database mongoose

Last synced: 04 May 2026

https://github.com/unb-libraries/ospos.mysql.lib.unb.ca

Lean instance repository for ospos.mysql.lib.unb.ca

database dockworker ghcr github-actions mysql

Last synced: 11 May 2026

https://github.com/luhluh-17/species-app

An application built with Ruby on Rails 7 that archives and provides public data on species found in the Philippines.

database postgresql ruby

Last synced: 11 May 2026

https://github.com/namitkewat/statedb

A high-performance, in-memory, Redis-like key-value database built from scratch in the Zig programming language

database in-memory key-value redis redis-like resp systems-programming zig ziglang

Last synced: 04 May 2026

https://github.com/melardev/cppqtconsolesnippets

Cpp QT snippets with anything other than UI(Concurrency, IO, data structures, Filesystem, crypto, etc)

concurrency console cpp database demos examples filesystem io networking process qt qt5 snippets sockets

Last synced: 04 May 2026

https://github.com/shobanamuthiah/day-1-task-mysql

completed 18 exercises of basic queries for MySQL through http://sqlbolt.com/

database database-management mysql sql

Last synced: 15 Apr 2026

https://github.com/mmar58/best-free-unity-assets

For making a good games or apps in unity, we need tools. If they are available, then we will not need to invest our time to make them. Instead we can just use them. And as a beginner we don't have money to purchase the paid assets. So here is the list of best free assets, which you can use in your project and make your project better

asset assets database free multiplayer networking sql unity

Last synced: 04 May 2026

https://github.com/thatbackendguy/banking-portal-online

Banking Portal Online is a dynamic web project. Java EE + MySQL + JSP is used to create this project.

database html-css-javascript javaee jsp-servlet mysql

Last synced: 05 May 2026

https://github.com/aniketsingh98571/dummy_bank

Mini Project on Bank Management System.

database mysql python3 tkinter

Last synced: 05 May 2026

https://github.com/katarighe/vet-clinic-database

This is a project about creating the data structure for a veterinary clinic using a relational database. The database contains tables for animals, animal owners, clinic employees, and visits. It is built with PostgreSQL.

database database-schema microverse-projects postgresql sql

Last synced: 05 May 2026

https://github.com/its-kios09/openmrs-db

Sourcing up OpenMRS empty database

bash database sql tomcat

Last synced: 05 May 2026

https://github.com/pedrosrc/bingo

aplicação web que simula o tradicional jogo de bingo

database nextjs tailwindcss typescript

Last synced: 05 May 2026

https://github.com/iampava/tw-checklist

Practice project for the Web Technologies class at UAIC University, Iasi 🔥

back-end database front-end web web-technologies

Last synced: 15 Apr 2026

https://github.com/Verkstaden/skifta

Skifta is a CLI tool for transforming data dumps by masking sensitive data, generating random test data, and creating smaller subsets for non-production environments.

data-dump data-dumps database mysql postgresql sanitize sql transform

Last synced: 24 Oct 2025

https://github.com/dnce17/hha504_assignment_dbs

Learning how to create and manage databases in Azure and GCP

azure database gcp

Last synced: 05 May 2026

https://github.com/aniruddha-biswas/case-study-1-danny-s-diner

Case Study #1 - Danny's Diner By Danny Ma

database mysql query-language sql

Last synced: 05 May 2026

https://github.com/permutive-engineering/doobie-pureconfig

Pureconfig instances for Doobie's Transactor settings

database doobie postgres pureconfig scala

Last synced: 11 May 2026

https://github.com/mi2-warsaw/dbexplorer

Database exploring tool

database mysql postgres python redshift teradata

Last synced: 05 May 2026

https://github.com/stynw7/data_mining

Provides Computer Science material especially at Database Major which is Data Mining ⛏️⛏️

classification clustering data-mining data-visualization database outlier-detection r-programming

Last synced: 30 Jan 2026

https://github.com/mcculloh213/alchemist-stack

A Generic Model-Repository-Database stack for use with SQL Alchemy

database python3 sqlalchemy

Last synced: 09 Feb 2026

https://github.com/soulman-is-good/dart-database

Pure dart written database

dart dartlang database orm

Last synced: 30 Jan 2026

https://github.com/pamelaintech/cursojava

Atividades e projetos do curso de JAVA do SENAC

crud crud-api crud-java database eclipse java mysql practice-project

Last synced: 08 May 2026

https://github.com/vicjun22/script-cidades-e-estados-brasileiros_sql

Repositório contendo Script/Query com todas as cidades e estados do Brasil.

banco-de-dados cidades cidades-brasileiras database estados-brasileiros ibge mysql postgresql sql

Last synced: 05 May 2026

https://github.com/dwarf1er/sqlanydb-tools

A suite of CLI tools and a VSCode extension for managing SAP SQL Anywhere 17 databases, streamlining development and database tasks.

database migration-tool sap sql sqlanywhere sybase vscode-extension

Last synced: 15 Apr 2026

https://github.com/abhishek08aug/litedb

A database from scratch - WAL, LSM-Tree, B+ Tree, MVCC, Raft and consistent hashing implemented from first principles in Python and Java

b-plus-tree consensus consistent-hashing database distributed-systems from-scratch java lsm-tree mvcc python query-engine raft sql storage-engine write-ahead-log

Last synced: 23 Jun 2026

https://github.com/tommy2118/rails-migration-guard

Prevent orphaned Rails migrations in development and staging environments

database development-tools git migrations rails ruby

Last synced: 05 May 2026

https://github.com/corocoto/voyage-travel-service

"Вояж" - сервис по организации путешествий :world_map:

csharp database desktop-app microsoft-sql-server microsoft-sql-server-2017 mit-license sql t-sql transact-sql travel visual-studio windows

Last synced: 05 May 2026

https://github.com/juanpablodiaz/freecodecamp_certifications

All the projects completed to earn FreeCodeCamp certifications.

database full-stack jekyll python3

Last synced: 11 May 2026

https://github.com/goseind/nyt-article-analysis

Analyzing New York Times Articles and Comments (2020) with MongoDB on a Docker container.

analysis big-data database docker kaggle mongo mongodb mongodb-atlas

Last synced: 05 May 2026

https://github.com/mehrajlatifli/triggers

A database called Library is used to work with Triggers in MSSQL Server

database mssql mssqlserver rollback sql sqlserver-2019 transaction tsql userdefined

Last synced: 05 May 2026

https://github.com/kammarah/data-sample

I designed a database website 🌐 that can be uploaded easily for use 📤. You can check my website 👀.

data-analysis data-visualization database deploy deployment library-management-system panaversity streamlit webapp

Last synced: 05 May 2026

https://github.com/benmakesgames/doofuscharactertracker

A desktop tool that helps you track your Dofus characters' progress.

blazor database dofus gaming maui maui-blazor

Last synced: 05 May 2026

https://github.com/tolik-punkoff/detector

Find IP in TOR-network IP database

database ip search tor

Last synced: 11 May 2026

https://github.com/wxn0brp/valtheradb-storage-bin

ValtheraDB Storage in Bin File (One) (WIP)

database db storage valthera

Last synced: 20 Jan 2026

https://github.com/vlados1kin/databases

Курсовой проект по дисциплине "Базы данных (БД)" (БГУИР, КСИС, ПОИТ) на тему "База данных ERP-системы"

bsuir course-project database erp mariadb mysql sql

Last synced: 05 May 2026

https://github.com/enbiyagoral/pgbouncer-helm

A Helm chart for PgBouncer - lightweight connection pooler for PostgreSQL

connection-pooling database kubernetes pgbouncer pgbouncer-helm postgresql postgresql-database

Last synced: 24 Feb 2026