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/tanaymukherjee/Exploring-SQL-with-R

The idea is to use the SQL skills in R by converting data into relational database from text files and then using it to run queries to filter data by SQL

database r sql sqlite

Last synced: 30 Jul 2025

https://github.com/taleeus/sqld

A Go library to build and manage dynamic queries

database go query-builder sql

Last synced: 19 Feb 2026

https://github.com/farahibrar/cfg-sql-deloitte

This repository contains a comprehensive SQL project developed as part of CFG's SQL course powered by Deloitte. It spans foundational to advanced SQL techniques, including database creation, data manipulation, complex queries, and data management. It also includes projects on cricket data analysis and financial analysis using SQL and Tableau.

aggregation complexqueries database database-management database-schema datatypeconverter flowcontrol indexes-in-db joins locking normalization sql stored-function stored-procedures tableau triggers union views

Last synced: 20 Mar 2025

https://github.com/abubakerkhaled/chat-app

This chat application allows users to communicate in real-time, create chat rooms, manage contacts, and customize their profiles.

backend chat-app chat-application database django postgresql python real-time real-time-chat real-time-chat-app real-time-chat-application

Last synced: 11 Apr 2026

https://github.com/dbsynckit/dbsynckit.db

Foundational package within DbSyncKit, defining interfaces and contracts for consistent database interactions. This package lays the groundwork for seamless integration with various database providers.

database dbsynckit dotnet dotnet-core mssql mysql postgresql sqlite

Last synced: 12 Apr 2026

https://github.com/idea2app/taro-idb-keyval

A minimal shim of idb-keyval for Taro framework

database indexed-db key-value mini-app shim standard storage taro web

Last synced: 22 Feb 2026

https://github.com/contributte/doctrine-extensions-oroinc

:mag: Doctrine oroinc/doctrine-extensions extension for Nette Framework (@nette)

database doctrine dql extension nettrine

Last synced: 23 Sep 2025

https://github.com/steveoro/goggles_db

DB structure and base Rails models for the main Goggles application

database goggles sports swimming

Last synced: 10 Sep 2025

https://github.com/huntlabs/dbal

Database Abstraction Layer for dlang, can construct SQL statements.

database mysql postgresql sqlbuilder sqlite

Last synced: 12 Apr 2026

https://github.com/aayushiahlawat/college-management-system

CMS: A Java-based desktop app for efficient college administration.

college database java management-system mysql

Last synced: 08 May 2026

https://github.com/sqlballs/baseballanalytics

This is the repository for all of my baseball analytics demos and sample code from any of the presentations I give

data-science database excel powerbi powerpivot r sql-server

Last synced: 04 May 2026

https://github.com/dmjio/persistent-generic

Generic facilities for working with Persistent classes

database generics ghc ghc-generics haskell persistent

Last synced: 14 Feb 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/iamyuu/php-notes-app

Notes app with PHP and MySQL

database mysql notes-app pdo php php7

Last synced: 10 May 2026

https://github.com/frozen-burrito/database-design-project

The final project for the "Databases" course in my school.

bootstrap crud database heroku-deployment mysql php school-project website

Last synced: 05 Apr 2025

https://github.com/fajarnugraha37/deno-ulid

A fast ULID (Universally unique Lexicographically sortable IDentifier) generator in its class with zero dependencies, no slow types are used, fully type-safe and supporting multiple runtimes. ULID is an alternative to UUID but lexicographically sortable, more efficient, monotonic sort order, URL safe, ideal for databases, logs, and more!

database deno deno-ulid denoland generator identifier javascript jsr lexicography logs nodejs sort sort-order sortable typescript ulid ulid-generator unique-identifier uuid uuid-generator

Last synced: 28 May 2026

https://github.com/arselon/htms

HTMS software - object tabular network database management system for Python programs. May be used in common or instead of ORM, for example in Django apps.

database django network nosql python tabular

Last synced: 20 Jan 2026

https://github.com/bastgau/snow-revoke-privileges

Script designed to simplify the management of permissions in your Snowflake databases.

data database dba dev-container python snowflake

Last synced: 20 Apr 2025

https://github.com/no0dles/daita

typed sql made simple

database node orm typescript

Last synced: 12 Aug 2025

https://github.com/jonathas/loja-com-entity

Code from the Entity Framework course by alura.com.br / Código relativo ao curso "Entity Framework: Banco de dados de forma eficiente" da Alura

alura csharp database entity-framework

Last synced: 16 Apr 2026

https://github.com/trivigy/migrate

Idiomatic GO cluster release and database migration management

database embedded gcloud kubernetes migration semver sql tool

Last synced: 07 Oct 2025

https://github.com/zenitsu0509/machine-learning

This repo have Machine learning algo projects that i have made.

database machine-learning

Last synced: 15 Oct 2025

https://github.com/fdero/dietideals24-backend

Java spring-boot/postgresql/redis backend REST-API for an immaginary e-commerce website

backend backend-api database e-commerce-website postgres postgresql redis redis-cache rest-api server spring-boot webapp

Last synced: 26 Jan 2026

https://github.com/pantani/redis

Simple abstraction for Go-Redis.

cache database go go-redis golang redis

Last synced: 09 May 2026

https://github.com/questionlp/libwwdtm

Python Data Access Library for Wait Wait... Don't Tell Me! Stats Page Database

dataaccesslayer database mariadb mysql python python3 wwdtm

Last synced: 10 Mar 2025

https://github.com/mrofisr/wordlist

Wordlist Collection for Security

bruteforce bugbounty database hacking wordlist

Last synced: 14 Sep 2025

https://github.com/knobz-io/memdb

Easy-to-use in-memory database for Go

database generics go in-memory

Last synced: 10 Mar 2026

https://github.com/donaldfilimon/wdbx-py

WDBX is a flexible vector database system designed for AI applications with an extensible plugin architecture. Uses can extend to just about any simple or complex case and distributed servers as well. Code is very error optimized and simplified and allows plugins for you to extend everything. Miniature implementation of this standard that I made...

ai database distributed ml performance plugins python python3 secure sharded wdbx

Last synced: 30 Apr 2026

https://github.com/antonashraf/bugtrackingsystem

A bug tracking system is a software application that helps developers track and manage bugs in their software.

authentication bugtrackingsystem database email-sender java mysql-server oop roles-permission-management swing-gui

Last synced: 18 May 2026

https://github.com/seulibrary/azdatabases

AZ Database Plugin for Laravel that connects to alma and extract a list of databases for searching.

alma artisan database exlibris html javascript laravel php

Last synced: 02 Jan 2026

https://github.com/algerina/recipe-app

The Recipe app keeps track of all your recipes and ingredients. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe

capybara database gitflow postgres rails ror rspec ruby

Last synced: 11 Apr 2026

https://github.com/aryabhatt05/number_track

Kotlin application with two modules, Admin and Client, provides a robust solution for managing user data with Firebase as the backend.

android database kotlin

Last synced: 13 Apr 2026

https://github.com/sectly/suchdb

SuchDB: An simple, dependency free, require & go node.js and browser database

browser data database db json node node-js nodejs npm npm-package

Last synced: 09 Mar 2026

https://github.com/frknkrc44/superminidb

Another database project with Java

database hacktoberfest java

Last synced: 14 Mar 2026

https://github.com/machu-gwu/sqlalchemy_mate-project

Extend sqlalchemy library, makes CRUD more human intuitive.

database python rdbms sqlalchemy-database

Last synced: 10 Mar 2026

https://gitlab.com/wgms/glathida

Glacier Thickness Database (GlaThiDa) https://www.gtn-g.ch/data_catalogue_glathida

collaboration database datapackage glacier glaciology global

Last synced: 20 Jul 2025

https://github.com/hygull/python-mysql

This is a repository containing the excellent examples related to MySQL database connectivity using Python 2.7.14 Anaconda, Inc on Windows System

anaconda database mysql-database-connectivity mysql-python

Last synced: 16 Mar 2025

https://github.com/luminati-io/Pinterest-dataset-samples

Two sample datasets of over 1000 Pinterest profiles and posts, extracted using the Bright Data API, ideal for market research, influencer marketing, and product development.

data data-extraction data-mining database datasets pinterest pinterest-api structured-data web-scraping

Last synced: 09 Apr 2025

https://github.com/azizbenismail/prosit5-java

Un atelier CRUD (Create, Read, Update, Delete) en Java consiste à créer une application qui permet de gérer les opérations de manipulation des données, telles que la création, la lecture, la mise à jour et la suppression des enregistrements dans une base de données. Voici les étapes générales pour mettre en place un atelier CRUD en Java

crud-application database java

Last synced: 17 May 2026

https://github.com/agentmode/server

All-in-1 MCP server for developers

ai api database datawarehouse llm mcp python

Last synced: 29 Jun 2025

https://github.com/ghivert/stonebraker

Use plain SQL files and queries directly inside your Node.js project!

database javascript nodejs postgres sql

Last synced: 10 Apr 2026

https://github.com/darkjoij/hxdb

A powerful and lightweight JSON driven multiplatform database.

database haxe hxdb

Last synced: 24 Aug 2025

https://github.com/Mohammed-3tef/Kheir_Market

This project presents the design and implementation of a relational database system for an online supermarket platform, modeled after real-world systems such as Carrefour Egypt. The system is intended to manage product inventories, handle customer data, and support online purchasing processes.

assignment c-sharp clean-code database erd fcai-cu is211 mssqlserver oop super-market-management

Last synced: 01 Jul 2025

https://github.com/kader1680/blog-api-crud

This Blog personal website using Laravel framework project also save data in mysql database

bootstrap5 class crud-application css database html5 laravel laravel-framework laravel-package mysql-database object-oriented object-oriented-programming oop php8 sql

Last synced: 24 Jan 2026

https://github.com/vedanti-u/dbsense-ai

A quick and lightweight library to chat with databases. It uses schema over bulky data embedding for efficient and speedy interaction, ensuring data security.

ai database db langchain ml npm npm-package open-ai openai oss postgresql sql typescript

Last synced: 12 Apr 2026

https://github.com/eghojansu/db-faker

DB content filler with fake data

bootstrap database faker mysql php

Last synced: 09 Apr 2026

https://github.com/databooster/dbparallel

(Migrated from CodePlex) The dbParallel is a Database Task Parallel Foundation that provides database developers an application level support for parallel programming in database.

async-sql asynchronous-sql callback-task concurrency database dispatcher efficiency engine enterprise foundation job library oracle parallel-sql sql-server standby-mode task-parallel timeout tuning workflow

Last synced: 09 Apr 2025

https://github.com/kefniark/mango-sql

Golang Client Code-Generator for SQL Database (Postgres, SQLite, ...)

code-generation database golang mariadb mysql postgresql sql sqlite

Last synced: 06 May 2026

https://github.com/whats-good/artbox

QR8 (Formerly Artbox) is an all-in-one NFT gallery for artists to display their collections, and collectors to explore and discover new artists. Stack: Next.js, TS, Apollo-client on the Frontend, and Express, GraphQL Yoga, Prisma and PostgreSQL on the backend.

apollo-client database graphql graphql-yoga nextjs postgresql pothos prisma react typescript wagmi webapp

Last synced: 13 Apr 2026

https://github.com/learncodeweb/php-crud-in-bootstrap-3-with-a-search-functionality

PHP CRUD in Bootstrap 3 with search a functionality

bootstrap3 crud css database html mysql opp php search

Last synced: 11 Apr 2026

https://github.com/anselmoo/copy2hash

Copy or rename any file(s) to a hash-secured filename via terminal

data-science data-warehouse database hash indexation sha sha256

Last synced: 27 Apr 2026

https://github.com/abeloldev/bono-db-manager

A small library for Python3 which aims to handle DB in a faster way.

database espanol-ingles good-first-issue help-wanted python3

Last synced: 18 Jan 2026

https://github.com/lpyleo/disk-back-database

基于SpringBoot和Vue的企业网盘系统数据库

database mysql

Last synced: 27 Apr 2026

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

This is a fully fledged sudoku game written in Python using Tkinter GUI and uses MySQL database for data.

database game mysql python single-player sudoku tkinter-gui

Last synced: 07 May 2026

https://github.com/danizen/fastapi-bakeoff

A benchmark of fastapi docker images compared against Django and Spring Boot

asyncio database

Last synced: 13 Mar 2026

https://github.com/lynxline/momyre

MOngo to MYsql simple REplicator. The package is the missing link to run replication process from the mongo cluster to the mysql databse

database databases docker mariadb mariadb-database mariadb-replication mongo mongo-mariadb mongo-mysql mongo-replication mongodb mysql mysql-database replica replica-set replicaset replicate replication replication-package replicator

Last synced: 05 Feb 2026

https://github.com/austinhyde/rowhouse

A SQLAlchemy wrapper that stays out of your way

database python sql

Last synced: 28 Apr 2026

https://github.com/ysh329/stock-newspaper-crawler

[UNMAINTAINED]Crawl 4 kinds of finance newspaper corpus (from CCSTOCK.CN).

corpus crawled-data crawler database stock-newspaper-crawler

Last synced: 28 Apr 2026

https://github.com/jonathanstowe/tinky-db

Store Tinky Machine descriptions in a database

database raku red state-machine workflow

Last synced: 28 Apr 2026

https://github.com/redactedprofile/docker-web-tools

A collection of containers ready to spin up, pre-configured with docker-compose for convenience

database databases docker docker-compose elasticsearch mongo mysql neo4j postgis postgres web

Last synced: 04 Apr 2026

https://github.com/zastinian/hedystia.db

A database made by the company hedystia, easy to use

database db discord discordjs easy encrypted hedystia javascript json typescript

Last synced: 27 Feb 2026

https://github.com/z-bj/fifa_world_cup_db

⚽🏆 A Shell script to insert and query data in a PostgreSQL DB

automation database fifa postgresql shell-script sql vim worldcup-data

Last synced: 08 May 2026

https://github.com/zmekonnen251/recipe-app

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.

bootstrap5 cancancan database devise postgresql rails-application rspec ruby

Last synced: 21 Jan 2026

https://github.com/ashraf-khabar/flaskosql

FLASKOS is a ORM for relational databases (Oracle and MySQL) and FLASK API, it provides a simple manupilation of database and simple mapiing to simplify interaction with relational database .

connector database flask mapping mysql mysql-database open-source oracle orm package pip pypi python python3

Last synced: 12 Oct 2025

https://github.com/enzon3/txtdb

A simple database utilizing text files

backend database db easy-to-use text

Last synced: 14 Apr 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/cynkra/databases-sg_stat-2024

Material for the "Databases in R" workshop at Statistik St.Gallen 2024

database r workshop

Last synced: 09 Feb 2026

https://github.com/vishalthehuman/academia-campus-repository

Academia is a Django-based Campus Repository designed to streamline the file-sharing process between teachers and students. The platform offers distinct homepages for both teachers and students, each tailored to their specific needs.

css database django django-application django-web-application django-webapp email-client email-sender html javascript python python-application python3 repository repository-management sql

Last synced: 21 Feb 2026

https://github.com/byte-cats/datastation

A Simple to use Go library to help connect to most types

database go library

Last synced: 29 Apr 2026

https://github.com/plopezm/goedb

Goedb is a database manager to ease the persistence layer in a enterprise development

database datasource entity-manager orm persistence

Last synced: 14 Jan 2026

https://github.com/fonger/chembase-server

A Backend-as-a-Service Real-time Database for Rapid Web App Prototyping like Google Firebase Cloud Firestore

baas database firebase firestore realtime

Last synced: 21 Jan 2026

https://github.com/youhengzhou/jsoneng

Custom JSON database crud engine written using python used for community projects

database database-management dictionary json python

Last synced: 26 Apr 2025

https://github.com/joao208/models-sequelize

Biblioteca para auxiliar na leitura de models e conexão com sequelize...

database nodejs sequelize

Last synced: 07 May 2026

https://github.com/nlopes/database-schema

This crate provides a simple way to dump a database structure to a file, in SQL format.

database database-migration database-schema diesel mysql sqlite sqlx

Last synced: 14 Apr 2026

https://github.com/jeganathpv/firebase-crud

A python package(PyPi) to perform CRUD operations with Firebase Realtime database.

crud database firebase firebase-database firebase-python firebase-realtime-database python3

Last synced: 19 Jan 2026

https://github.com/timnekk/sqlitecontroller

Export and Import data to SQLite DB

database sqlite sqlite3

Last synced: 11 Oct 2025

https://github.com/simar7/gokv

Abstract KV operations in Go.

abstraction database go golang kv kvstore

Last synced: 21 Jan 2026

https://github.com/ibraheem-ghazi/dbdiff

php based script that helps developers to find the difference between two databases structure and compare it with auto generating queries

compare database diff difference mysql php

Last synced: 29 Apr 2026

https://github.com/softinio/duck4s

Scala 3 wrapper library for DuckDB

database duckdb functional-programming jvm millbuild munit scala

Last synced: 29 Apr 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/moncefdrew/breaddit

Full Stack Reddit Clone using Next JS ,React ,Tailwind ,Prisma and Mysql

database front-end mysql nextjs prisma reactjs tailwind-css

Last synced: 14 Apr 2026

https://github.com/djdeveloperr/postquery

An easy to use Query Client for Deno Postgres.

client database deno postgres query sql

Last synced: 10 Oct 2025

https://github.com/viveknathani/dbtree

A tool to visualize database schemas right inside your terminal.

ascii database go postgresql schema

Last synced: 18 Jan 2026

https://github.com/gaichuuu/gaichu-tcg-database

Trading card game database and UI for homemade, fan-made, and indie TCGs~

card card-database collection database game react tcg tcg-database trading typescript vite

Last synced: 10 Feb 2026