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/Firesphere/silverstripe-sspy

Python based SSPAK export with higher reliability and cross-platform compatibility

database dump export hacktoberfest mariadb mysql python python3 rickandmorty silverstripe sspak transfer-data

Last synced: 22 Apr 2025

https://github.com/pt9912/d-migrate

Framework für datenbankunabhängige Migrationen und Datenverwaltung

database migration

Last synced: 20 Apr 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/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/tothantonio/utcn

personal files for courses I took at Technical University of Cluj-Napoca

algebra-linear analysis assembly c data-structures-and-algorithms database digital-system-design java oop vhdl

Last synced: 12 Apr 2026

https://github.com/fantasyflip/supabase-gffs-backup

A python script, when run daily via a cronjob, resulting in a grandfather-father-son backup scheme for supabase databases - w/ @Stefcrash

backup database gffs postgres supabase

Last synced: 12 Apr 2026

https://github.com/raimonizard/ricky-morty-db

Ricky Morty DB with some data from the tv show

database database-schema mysql mysql-database rickyandmorty

Last synced: 28 Feb 2025

https://github.com/fitri-hy/electron-desktops-nodejs

Desktop application (base template) designed for NodeJS-based backoffice and data management needs.

backoffice database ejs electron nodejs project sql-js sqlite tailwind-css template

Last synced: 06 Jan 2026

https://github.com/oklas/activeadmin-sqlpage

rails dbconsole online - ActiveAdmin page that allow execute SQL requests and show result in table

activeadmin database dbconsole online ruby ruby-gem ruby-on-rails sql

Last synced: 08 Oct 2025

https://github.com/messsimo/movie-search

Movie Website prototype with Admin Panel

application backend crud database front-end fullstack mysql php8

Last synced: 10 May 2026

https://github.com/heru-himawan-tl/fdaf

FDAF (or F.D.A.F) is a free, open-source, MVC framework to build Java web applications and enterprise applications implementing Jakarta EE / Java EE, with MVC design implementing JSF (Jakarta Server Faces) (1st commit: September 14th, 2020)

business-tier database developer-tools development-tools eclipselink facelets framework jakarta-ee jakarta-server-faces javaee jpa jpa-hibernate jsf jsf2 modern mvc-framework payara servlet web-tier wildfly

Last synced: 10 Mar 2025

https://github.com/gingteam/adminer

Small Database Manager

database php

Last synced: 14 Jan 2026

https://github.com/kenjyco/sql-helper

Helper funcs and tools for working with SQL in mysql, postgresql, and more

cli database kenjyco mysql postgresql python sql sqlalchemy sqlite

Last synced: 04 Jul 2025

https://github.com/ulisesrosales2004/apibazar

Proyecto final de el curso de "Desarrollo de APIs en Java con Spring Boot" de TodoCode Academy

database java jpa-hibernate postman spring spring-boot

Last synced: 12 Jun 2025

https://github.com/apsknight/dslab

Repository for Database Systems Lab Assignments

assignment database lab

Last synced: 09 Apr 2025

https://github.com/tsui66/local-docker-databases

Qucikly start local databases via Docker Compose files.

database docker docker-compose mysql postgres redis

Last synced: 12 Apr 2026

https://github.com/pooyasamimi/ecommerce-shop

Full feature react ecommerce shop with supabase

api axios database formik jsx react spa supabase tailwind yup

Last synced: 12 Apr 2026

https://github.com/luismisanve/langtosql_lite

Android App assisted with an AI that translates natural language to SQLite queries

ai android-studio database gemini java sqlite

Last synced: 29 May 2026

https://github.com/cyberkutti-iedc/snaildb

SnailDB is a lightweight, non-SQL database for Python, designed for simplicity and ease of use.

database lightweight non-sql non-sql-database python pythondatabase sql

Last synced: 25 Mar 2025

https://github.com/saeedkohansal/php-mysql-javascript-live-username-checker-from-database-json-api

It's a Live Username Checker From a real MySQL database using PHP and JavaScript, you can check that username is available to submit or exists in your database, I show you how to create a PHP and MySQL JSON API to checking username input field data with the usernames list in your database.

backend corephp database frontend fullstack gilgeekify html javascript livedata mysql object-oriented-programming oop pdo php realtime tutorial vanilla-javascript vanillajs webdevelopment widget

Last synced: 19 Apr 2026

https://github.com/siddhi-io/siddhi-store-redis

Extension that can be used to perform DB operations with an Redis

database db extension in-memory redis siddhi store

Last synced: 23 Apr 2025

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

Lightweight json-database library for Python

database db json json-database python python3 sunshine

Last synced: 04 Feb 2026

https://github.com/atharvathorve/graphql-test

An application which uses GraphQL to make queries to database with React at frontend

database graphql

Last synced: 12 Apr 2026

https://github.com/asynched/kvdb

KVDB is a key-value store written in Rust using GRPC as the communication layer between applications.

database grpc rust

Last synced: 14 Apr 2026

https://github.com/j-obog/simple-db

A lightweight, NoSQL database for Python.

database disk nosql python

Last synced: 17 Jan 2026

https://github.com/rrrokhtar/express-dynamodb

express-dynamodb is a wrapper package for DynamoDB that simplifies its usage. It provides convenient functions for common operations such as inserting or updating items, deleting items, and querying items based on different criteria.

aws database ddb dynamodb dynamodb-local easy-to-use serverless

Last synced: 04 Feb 2026

https://github.com/aliatayee/vet_clinic

This template should be used for database related projects at Microverse. Generate your own repository, update this README and edit all files content while working on projects. You should not be adding any new files unless asked otherwise.

database postgress sql

Last synced: 04 Jul 2025

https://github.com/derrickbaruga7/sql-database-management

In this SQL database project, I showcase my skills in database design and management. I created normalized tables with primary and foreign key constraints to ensure data integrity. By designing schemas, inserting data, and performing advanced joins, I demonstrated proficiency in data definition and manipulation.

database database-management relational-database sql

Last synced: 05 Sep 2025

https://github.com/mhadi-1382/generate-password-memory

Generate Password Memory is an app to create very strong passwords and also the storage of all the passwords that is, it's good because you are no longer worried about forgetting your passwords.

cli database generate-password generate-password-memory mahdi-1382 mahdi-rabiee password python python-app sqlite3

Last synced: 12 Apr 2026

https://github.com/karrlab/datanator_frontend

Graphical web-based interface for the Datanator toolkit for discovering data for modeling cells

biology cell computational-biology database modeling molecular-biology search-engine simulation systems-biology

Last synced: 12 Apr 2026

https://github.com/kiranmayi5/sql-database-projects

A collection of projects focused on demonstrating expertise in SQL, database design, and data analysis.

data-warehouse database etl query-optimization sql

Last synced: 13 Jun 2026

https://github.com/BetweenTwoTests/between_dbs

DDL & test data for different databases for ETL data quality checks / data loading tests

data-quality database etl

Last synced: 30 Jul 2025

https://github.com/HuangRicky/DBFactory

R package to manage database connections

connection connection-pool database mysql odbc oracle r sqlserver

Last synced: 30 Jul 2025

https://github.com/izelnakri/fixturist

Fix the foreign-key constraints in your fixture driven backend tests. This library is an algorithm for populating relationships from your development database

database ecto elixir fixtures foreign-key-constraints testing testing-tools

Last synced: 27 Apr 2026

https://github.com/abdelwahab-ahmed-shandy/Database-Design-with-ERD-EERD-Relational-Schemas-SQL-Implementation

A collection of projects featuring Enhanced Entity-Relationship Diagrams (EERDs), Relational Schemas, and SQL code .

database eerd erdiagram relational-schemas sql-server

Last synced: 25 Aug 2025

https://github.com/tarsislimadev/rdap-api

To find domain data in RDAP servers

database rdap rdap-client

Last synced: 15 Apr 2026

https://github.com/vilhalva/crud-com-php-e-mysql

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

crud css database html mysql php projeto site

Last synced: 13 Apr 2026

https://github.com/primaryobjects/bogleheads-keywords

Web-based keyword frequency analyzer, created by ChatGPT4.

ai chatgpt chatgpt4 database finance flask investments keywords nlp python webapp webapplication

Last synced: 13 Apr 2026

https://github.com/yousha/dbalite

A lightweight DBAL(Database Abstraction Layer) library for PHP.

database database-access-layer dbal migration mysql oracle php schema-management sqlite

Last synced: 09 Apr 2025

https://github.com/yuizho/db-raccoon

A JUnit5 extension to make the test data setup easier

database db-testing java junit5 kotlin test

Last synced: 14 Jan 2026

https://github.com/mateoniksic/project-project-management

web-based project management application for teams (CODE) [ PHP / MYSQL / HTML / CSS ]

college-project css dashboard database html php sql usermanagement

Last synced: 13 Apr 2026

https://github.com/j5gomes/tbd-subject

Repository to store all classes of TBD subject contents of the ISEP | Agile Development Course

database sql sqlserver

Last synced: 13 Apr 2026

https://github.com/amirfarzamnia/velocedb

VeloceDB: A High-Performance, Secure, and Robust Local Database

database fast json localstorage nodejs secure storage

Last synced: 09 Apr 2025

https://github.com/bxvant/hibachiholic

A website for hungry people looking to to browse , and purchase Hibachi ! Built with React.js | Postgres | Express | CSS

css3 database expressjs nodejs npm postgresql reactjs sql typescript

Last synced: 26 Jan 2026

https://github.com/gabriellima-4/banco-de-dados-nosql

Repositório para armazenar um trabalho sobre BD NoSQL da disciplina de Banco de Dados 2.

database nosql nosql-database

Last synced: 04 Feb 2026

https://github.com/hubbub-tech/blubber-orm

Package for Hubbub connections, a postgreSQL ORM built on psycopg2.

database postgresql

Last synced: 02 Apr 2025

https://github.com/islamdidarmd/chatappusingfirebase

A chat application built with firebase realtime database

android chat database firebase firebase-database java

Last synced: 16 Mar 2025

https://github.com/0xErwin1/expenses-manager-backend

This was a simple project for managing my expenses. The goal is to have a project in my portfolio and use it for my personal expenses.

database expenses-manager expressjs nodejs postgresql redis typescript

Last synced: 24 Apr 2025

https://github.com/moosaharoon6/auth-with-fierbase

Authentication Boilerplate with Next.js, Tailwind CSS, and Firebase 🔒 A modern authentication boilerplate featuring: Frontend: Next.js, React, Tailwind CSS, DaisyUI. Backend: Firebase with secure sign-up, login, and email verification. Clean structure, reusable components, and responsive design for fast development.

authentication dais database login nextjs reactjs signup tailwindcss

Last synced: 11 Mar 2025

https://github.com/bluebrain/experimental-protocol-fetcher

Methods for retrieval of the experimental protocols used in the creation of ME-Model-s

database

Last synced: 22 Feb 2026

https://github.com/shnartho/python-scripting

Advance python scripting -- University course by Wroclaw University of Science and Technology

database gui image image-processing json jupyter-nootbook pycharm pytest python regex web-scraping

Last synced: 13 Apr 2026

https://github.com/francosion042/blog-backend-postgraphile

A graphQL server that's built upon a postgreSQL schema

database plpgsql postgraphile postgresql sql

Last synced: 05 Feb 2026

https://github.com/mchavhan1998/customer-database-relational-design

Converting a relational design that enlists various users, their roles, user accounts and their statuses into different tables in SQL Server

customer database relationship sql sql-server

Last synced: 05 Feb 2026

https://github.com/svenslaggare/database

Simple SQL like database implemented in C++14

cpp database implementation sql

Last synced: 27 Apr 2026

https://github.com/brianneidklol/clover

🌿 Build lightweight REST APIs and web apps with Clover PHP, a modern framework that combines Express.js simplicity with the power of PHP 8.4.

4chan 802-11 badger database embedded-database fcitx kext nosql px4 rime robotics ros schema spacemacs vim vimrc vimrc-configuration wifi

Last synced: 13 Apr 2026

https://github.com/ksanyok/acf-price-updater-plugin

An optimized WordPress plugin designed to update service prices in ACF fields across multiple pages. The plugin offers search functionality for specific device models and batch price updating.

acf acf-addon acf-field bd css database javascript js php wordpress wordpress-plugin wordpress-plugins

Last synced: 11 Apr 2026

https://github.com/samarjiit/second

Developed a web app to create a vibrant student market ecosystem, providing a platform for students to buy and sell their second-hand items at affordable prices.

database reactjs website

Last synced: 13 Apr 2026

https://github.com/abdullahashfaqvirk/sql-database-connectors

A Python based toolkit for managing SQL Server (via PyODBC) and MySQL (via MySQL Connector), enabling easy db interaction, query execution and task automation.

database db-manager mysql mysql-connector pyodbc python sql sqlserver

Last synced: 15 Apr 2026

https://github.com/fairy-select/chronovoyage

Simple database migration framework.

database migration

Last synced: 14 Jan 2026

https://github.com/nbdy/podb

python object database

database python

Last synced: 03 May 2026

https://github.com/naorpeled/logs-analysis

My solution to Udacity's Logs Analysis Project

database log-analysis python udacity vagrant virtual-machine

Last synced: 13 Apr 2026

https://github.com/murarustefaan/psbd-sql-project

College project for Database Systems and Design

college-project database oracle psbd

Last synced: 11 May 2026

https://github.com/babarbilal56/core-php-db-migration

This script provides a simple migration system using PHP and MySQL. It allows applying and rolling back database migrations efficiently.

database database-migrations mysql php

Last synced: 13 Apr 2026

https://github.com/balaganapathitech/whatapplld

This project implements a basic WhatsApp-like messaging system using Java, JDBC, and SQL. It allows users to register, send encrypted messages, post/view stories, and retrieve messages securely using AES encryption. The messages are stored in a MySQL database and can only be decrypted by the intended recipient, ensuring end-to-end encryption.

database lld sql whatsapp

Last synced: 13 Apr 2026

https://github.com/alphaone1/dmorph

Database Migrations

database golang migrations

Last synced: 02 May 2026

https://github.com/bloggify/sequelize-datatable-views

🧮 Visualize Sequelize data in data tables.

database datatables hacktoberfest

Last synced: 15 Mar 2026

https://github.com/objectbox/objectbox-swift-spm

Hosts the ObjectBox Swift package

database objectbox swift

Last synced: 01 Mar 2025

https://github.com/flatcap/craggy-data

📋 Schema and sample data for Craggy Website

database schema scripts sql

Last synced: 10 Jan 2026

https://github.com/mukailasam/graphql1

A Golang CRUD GraphQL API

crud crud-api database go golang graphql graphql-golang

Last synced: 09 May 2026

https://github.com/muuhesham/database_channel_project

Database Project Channel VNC - Vision Network Channel

database sql

Last synced: 10 Jan 2026

https://github.com/brunin12/apiflask

api flask feita com um curso da udemy onde eu posso criar sites e fazer requisições POST, GET e outras

api-flask database database-management db delete flask get post postman put python site udemy

Last synced: 13 Apr 2026

https://github.com/go-rel/sqlite3

SQLite3 adapter for REL written in Golang.

database go golang hacktoberfest orm sqlite3

Last synced: 12 Mar 2026

https://github.com/ODCLAB/CodeWheelCollector

一个公开性致力于收录所有编程语言各种库、框架或社区自主实现底层性操作的每个具体函数或类文档的wiki类数据库

collector cpp database documents wiki

Last synced: 11 Mar 2025

https://github.com/macrat/indexedfts

Full-Text Search engine for web browser.

database full-text-search fulltext-search javascript-library

Last synced: 27 Sep 2025

https://github.com/nicolascbv/local-fire

A lightweight docker image used to run Firestore databases locally for development and test purposes!

cd ci database development docker dockerhub firestore lightweight test

Last synced: 09 May 2026

https://github.com/asphalt-framework/asphalt-mongodb

MongoDB integration component for the Asphalt framework

database mongodb python3

Last synced: 14 Jan 2026

https://github.com/kerciu/sqlite-clone

📒 Simple Database in C 🚀 — A lightweight and intuitive database system built in C 🗃️. This project covers essential database operations and is designed to be easy to understand and use. 💡🔍

c database database-management memory-management scratch-implementation sqlite

Last synced: 13 Apr 2026

https://github.com/Rayyan9477/Point-Of-Sale-System-SQL

Developed a Point-of-Sale system using C# and MSSQL, optimizing transaction processing and inventory management, which resulted in a increase in operational efficiency.

csharp database gui mssql-database tsql windows-forms

Last synced: 29 Apr 2025