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/alicebob/schemaspy

Read Postgres schema definitions in Go.

database go postgresql schema

Last synced: 11 Apr 2025

https://github.com/drevops/mariadb-drupal-data

🗄️ MariaDB Docker image with enclosed data

database docker drupal mariadb mysql persistent

Last synced: 06 May 2025

https://github.com/claudiarojassoto/hello_rails

This is a Ruby on Rails application named 'hellorails', set up with a PostgreSQL database. The application has been initialized with Git and allows you to display a 'Hello World' message on the browser's main page.

database rails-application ruby-on-rails

Last synced: 10 Jul 2025

https://github.com/pathwayforte/results

Results of the evaluation of pathway databases using TCGA datasets

benchmarking bioinformatics database pathway-analysis systems-biology

Last synced: 12 Apr 2025

https://github.com/dickymuliafiqri/onecak

An unofficial API of 1cak.com

1cak api api-rest database flask meme onecak python

Last synced: 12 Apr 2025

https://github.com/render-examples/clickhouse

Run ClickHouse DBMS on Render

clickhouse clickhouse-server database render

Last synced: 01 Apr 2026

https://github.com/cre-dev/xml2db

A Python package to load complex XML files into a relational database

data-engineering data-loader database duckdb elt etl lxml mssql mysql postgresql python relational-databases sqlalchemy xml xmlschema xsd

Last synced: 15 Jul 2025

https://github.com/Storm-WG/storm-stored

Storage daemon for Storm and other LNP/BP nodes - an embeddble microservice frontend for different storage backends

database embedded lnp-bp microservices-architecture sled zeromq

Last synced: 03 Apr 2025

https://github.com/parzibyte/crud-postgresql-node

Conexión a PostgreSQL usando Node.js, librería pg, Bootstrap y Express

bootstrap-4 crud crud-example-express-app database express-js javascript node node-js postgresql postgresql-database sql

Last synced: 12 Apr 2025

https://github.com/fabricio-191/simplest.db

A module that allows you to quickly make an easy to use database

begginer-friendly database easy-to-use json sqlite

Last synced: 14 May 2025

https://github.com/yorci/surrealdb.cr

SurrealDB driver for Crystal

crystal database database-connector surreal surrealdb

Last synced: 21 Jul 2025

https://github.com/houzuoguo/perldb

This is a programming exercise, do not use in serious code.

database perl

Last synced: 13 Apr 2025

https://github.com/winterrdog/sqlyte-db

A small database like SQLite that can do CRU( create, read & update ) and store data as B-Trees. Clearly written in C.

c data-structures database sql

Last synced: 10 Jul 2025

https://github.com/ibnsultan/kameleon

kameleon: (pre: Dynamic Framework), a php starterkit to make php noobs cool 😎

blade-template database php routing starter-kit

Last synced: 20 Mar 2025

https://github.com/pietheinstrengholt/laravel-neo4j-neoeloquent-demo

Demo with Laravel 5 and NeoEloquent OGM utilizing Neo4j graph database

composer database demo laravel neo4j-graph-database php

Last synced: 12 May 2025

https://github.com/ghazaleze/flower-shop-datebase

for a flower shop with online and non-online purchases

database flower-shop kivy-framework sql sql-server transactional-database

Last synced: 12 Apr 2025

https://github.com/chiraag-kakar/contactme

A simple contact form built using HTML , CSS , Javascript & G-Script that uses google sheets as database.

css database google-sheets gscript html javascript

Last synced: 07 May 2025

https://github.com/gabrielu3/database-cellphone-enterprise

SQL Database Implementation for a fictional enterprise that sells cell phones

data database plpgsql postgresql postgresql-database script sql trigger

Last synced: 14 Apr 2025

https://github.com/materializeinc/connection-examples

Materialize connection examples

database materialize sql

Last synced: 14 Apr 2025

https://github.com/lightnet/rusthttpgunjs

Prototype rust gun for server side. Client rust not worked on. Client browser work partly.

database gunjs javascript rust-lang rust-library

Last synced: 14 Apr 2025

https://github.com/nsco1/py-questdb-client

A Python3 API for ingesting data into QuestDB through the InfluxDB Line Protocol.

database ilp python questdb time-series

Last synced: 08 Apr 2026

https://github.com/haseeeb21/jewellery-store-management-system

This management system is a desktop application which is connected with the local database, the application can be used to access and modify the data in the database. Data.docx contains the data that exists in the database already.

columns csharp database database-management management management-system server sql sqlserver system tables visual-studio

Last synced: 14 Apr 2025

https://github.com/hnx8/dapperaid

SQL CRUD Query-Builder/Executor for Dapper

c-sharp crud csharp dapper database mappings orm query-builder sql-generation

Last synced: 08 Mar 2026

https://github.com/miniconnect/holodb

Relational database - seemingly filled with random data

database faker java mock random-data-generation rdbms sql testing testing-tool

Last synced: 17 Mar 2025

https://github.com/z5t1/isidore

Database, API, and CLI for managing Ansible inventories and variables. It allows for a flexible tag based approach to classification approach to group management.

ansible ansible-inventory ansible-variables ansible-vars database inventory inventory-management inventory-management-system isidore

Last synced: 24 Jul 2025

https://github.com/ashishk1331/bleach-api

This is the API for Bleach Anime.

api-rest bleach database

Last synced: 21 Sep 2025

https://github.com/codetheearth/flaredb

syntax of mongoose, freedom of sqlite

database mongoose sqlite

Last synced: 29 Sep 2025

https://github.com/initphp/database

This library uses PDO. It offers DBAL, Data Mapper, Query Builder and ORM.

data-mapper database db-entity-class db-model dbal orm php php-pdo php-pdo-mysql php-pdo-sqlite php7 query-builder sql sql-query-builder

Last synced: 07 Mar 2026

https://gitlab.com/twittner/cql-io

CQL Cassandra Client

cassandra cql database haskell

Last synced: 22 Aug 2025

https://github.com/webnice/migrate

Goose database migration tool - based on https://bitbucket.org/liamstask/goose

clickhouse cockroach database golang lib migration mysql postgres redshift schema sql sqlite3 tidb tool

Last synced: 12 Jan 2026

https://github.com/daikoz/sqlwrapper

SQLWrapper is a tool that simplifies creating code wrappers for SQL queries. It supports various SQL databases, checks syntax and performance, and generates code directly from queries and database structures. SQLWrapper saves time and helps to maintain and write better wrapper SQL code.

builder dapper database linq mariadb mssql mysql orm pgsql postgres postgresql query query-builder server sql sqlite sqlwrapper wrapper

Last synced: 20 Feb 2026

https://github.com/OGFris/FrisAI

FrisAI is an A.I. based chat-bot made with PHP.

ai chatbot conversation database php selflearning

Last synced: 14 Mar 2025

https://github.com/mohidex/data-pipeline-on-gcp

The Real-time Ecommerce Data Collection and Processing project empowers businesses with real-time insights by efficiently extracting, processing, and storing ecommerce data from multiple sources. Combining Golang and Python, this cutting-edge solution streamlines data handling from diverse ecommerce websites.

beautifulsoup data-engineer data-pipeline data-science database datastore dependency-injection firebase firestore gcp go golang google google-cloud pubsub python solid-principles storage web-scraping

Last synced: 14 Apr 2025

https://github.com/flexmonster/flexmonster-mongodb-connector

Pivot Table for MongoDB: visualize data from your NoSQL database with the ready-to-use MongoDB connector

data-visualization database mongodb mongodb-database nosql

Last synced: 13 Apr 2025

https://github.com/parzibyte/crud-sql-server-python

Conexión a SQL Server con Python usando PyODBC

crud crud-application database odbc pyodbc python sql-server

Last synced: 12 Apr 2025

https://github.com/iamantimpal/iamantimpal

👋 Hi, I'm Antim Pal, the Founder of Optimism Educator. An online platform dedicated to empowering students with skills in Computer Science, Web Design, Graphic

data-analysis data-science data-visualization database database-design database-management datascience graphical-user-interface graphics grapic-design reading-list readme readme-badges readme-generator readme-md readme-profile readme-stats readme-template

Last synced: 10 Apr 2025

https://github.com/cossacklabs/acra-censor-demo

AcraCensor (SQL firewall) example project: see how to configure AcraCensor to prevent SQL injections in vulnerable OWASP web application.

acra data-protection data-security database docker encryption firewall mutillidae owasp playground sql sqlfirewall sqlinjection waf

Last synced: 30 Apr 2025

https://github.com/datastaxdevs/workshop-introduction-to-machine-learning

Come ready to discover the goals and approaches of machine learning, and how to build effective algorithms and solutions!

database jupyter-notebook machine-learning nosql pyspark python spark spark-ml workshop

Last synced: 13 Apr 2025

https://github.com/fgforrest/darwin

Darwin is a small Java library that helps applications to setup and evolve their database schema over the time. Evolution is based on SQL patch application and aims at traceability, predictability and reliability. It has been for 13 years in production systems.

autoupdate database database-schema evolution java model sql

Last synced: 10 Jul 2025

https://github.com/jeluchu/roomlivedataviewmodel

Example of Room Database in recyclerview (Lifedata)

android coroutines database lifecycle recyclerview room room-database sql sqlite-database

Last synced: 13 Jun 2025

https://github.com/keymetrics/interdb

:construction_worker: Local and shared database

database discovery js key-value shared-database

Last synced: 13 Aug 2025

https://github.com/rezamardanidev/sqlitebase

How to create a database sqlite by using classes in Python and creating tables and how to store data

class-python database python sql sqlite

Last synced: 09 Sep 2025

https://github.com/kota65535/alternator

Declarative SQL database schema management by human-friendly pure SQL.

database go golang mysql sql

Last synced: 07 May 2025

https://github.com/roma-glushko/eyewear

👓 Inspect, monitor and track Magento2 database growth

database magento2 monitoring-tool tool

Last synced: 18 Mar 2025

https://github.com/jcoelho93/adminator

A simple and modern MySQL management tool

database laravel management-system material material-design mysql php phpmyadmin

Last synced: 12 Apr 2025

https://github.com/rawleyfowler/mamml

In memory database with first class JSON IO

database json ocaml

Last synced: 18 Mar 2025

https://github.com/sirsayed98/bigtable

Bigtable is a distributed storage system for managing structured data that is designed to scale to a very large size .

bigtable database distributed-systems express mongodb node os socket-io

Last synced: 16 Feb 2026

https://github.com/graze/morphism

Tool for parsing, extracting, and diffing mysqldump files

database mysql mysqldump php

Last synced: 06 May 2025

https://github.com/orsinium-labs/ddlite

🪶 Golang SQLite query builder for DDL queries (CREATE TABLE, ALTER TABLE, etc)

database databases ddl go golang migration migrations orm query-builder sql sqlite sqlite3

Last synced: 28 Oct 2025

https://github.com/serenasensini/basi-di-dati---apogeo

Repository ufficiale del volume creato per Apogeo "Basi di dati"

database database-management dynamodb elasticsearch mongodb mysql nosql nosql-database postgresql sql

Last synced: 10 Jul 2025

https://github.com/evernext10/Consuming-TheMovieDB-API-With-Retrofit-and-Save-SQLite

The TheMovieDB.org API is consumed using Retrofit and saving the information in a SQLite for handling in Offline.

android-application database rest-api retrofit2 sqlite themoviedatabase themoviedb themoviedb-api themoviedb-org-api

Last synced: 28 Mar 2025

https://github.com/vyom-yadav/github-gist-clone-backend

Backend REST API for GitHub Gist Clone

api-rest clone-app database golang postgres

Last synced: 10 Apr 2025

https://github.com/armoghans-organization/student-record-keeping-system

Student Record Keeping Software Backend Using Microsoft Sql.

code database mssql mssql-database project sql university university-project

Last synced: 09 Jul 2025

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

Database Migration utility for REL

database go golang hacktoberfest mysql

Last synced: 11 Apr 2025

https://github.com/jeninsutradhar/hexadb

An AI-powered in-memory relational database system that supports SQL-like operations, enhanced with AI-based natural language processing

ai-powered database db json natural-language-processing nlp sql

Last synced: 11 Apr 2025

https://github.com/mainek00n/go-osv

Build a local copy of Open Source Vulnerabilities; OSV. Server mode for easy querying.

database golang osv vulnerability

Last synced: 10 Apr 2025

https://github.com/kungfux/xdatabase

XDatabase is a simple unified library to interact with SQLite, MySQL, MS SQL and MS Access databases (through OLEDB driver). Plus, a set of methods to work with binary data and select not only tables but row, column or a single cell.

csharp database library ms-access mssql mysql sqlite3

Last synced: 11 Apr 2025

https://github.com/lostpebble/pebblebed

Simplified interactions with Google Cloud Datastore for NodeJS

database datastore google-cloud google-cloud-datastore nodejs

Last synced: 21 Jul 2025

https://github.com/daikoz/SQLWrapper

SQLWrapper is a tool that simplifies creating code wrappers for SQL queries. It supports various SQL databases, checks syntax and performance, and generates code directly from queries and database structures. SQLWrapper saves time and helps to maintain and write better wrapper SQL code.

builder dapper database linq mariadb mssql mysql orm pgsql postgres postgresql query query-builder server sql sqlite sqlwrapper wrapper

Last synced: 04 May 2025

https://github.com/shrsyc/google_sheets_db

Use Google Sheets as a DATABASE for your project's prototype , its easy and seamless to create and the database and API end points could be created in just minutes

api database google-sheets postman

Last synced: 13 Apr 2025

https://github.com/beuth-erdelt/benchmark-experiment-host-manager

This python tool helps managing DBMS benchmarking experiments in a Kubernetes-based HPC cluster environment. It enables users to configure hardware / software setups for easily repeating tests over varying configurations.

aws benchmark cluster database dbms k8s kubernetes python tpc-c tpc-h ycsb

Last synced: 10 Apr 2025

https://github.com/molenzwiebel/basie

:package: Simple drop-in persistence for TypeScript applications.

database node persistence sqlite3 typescript

Last synced: 10 Apr 2025

https://github.com/thomasleplus/dbgrep

Oracle PL/SQL stored procedure to search a regular expression across all text columns of a database.

database grep grepping oracle oracle-database oracle-db plsql regex regular-expression search

Last synced: 08 Jul 2025

https://github.com/dfsp-spirit/vplg

The Visualization of Protein-Ligand Graphs software that powers the PTGL webserver at http://ptgl.uni-frankfurt.de/. One of my PhD projects.

bioinformatics computational-biology database graphs pdb protein protein-structure webserver webservices

Last synced: 13 Apr 2025

https://github.com/gridsound/gs-sample-database

The GridSound's Sample Database https://gridsound.github.io/gs-sample-database/

audio database music samples webaudio

Last synced: 02 May 2025

https://github.com/birddevelper/flexitable

FelxiTable is a professional jQuery plugin that convert JSON array list into HTML table

css data-visualization database html javascript jquery jquery-plugin json table

Last synced: 13 Mar 2025

https://github.com/mittelmark/dbpp

Repository for the course Databases and Practical Programming at the University of Potsdam

database python python3 tcl tcltk tk-gui-toolkit tkinter

Last synced: 12 May 2025

https://github.com/whotookzakum/kart.cafe

Item database for KartRider: Drift.

database game guides kartrider resource wiki

Last synced: 17 Jan 2026

https://github.com/julien-r44/japa-database-plugin

💽 Database assertions and testing helpers for Japa

database japa testing

Last synced: 21 Apr 2025

https://github.com/Armoghans-Organization/Student-Record-Keeping-System

Student Record Keeping Software Backend Using Microsoft Sql.

code database mssql mssql-database project sql university university-project

Last synced: 03 Oct 2025

https://github.com/inomuh/camfitool

This tool is a simple interface that allows injection of image faults into robot cameras. Thanks to this interface, you can create new image libraries by injecting the fault types you have determined, both real-time to TOF and RGB type ROS cameras, and to the image libraries previously recorded by these cameras.

camera database fault-injection opencv python qt5 robotics ros testing-framework testing-tools

Last synced: 17 Aug 2025

https://github.com/icflorescu/openshift-cartridge-postgresql

Custom OpenShift cartridge aiming to provide the most recent stable PostgreSQL version packaged by bigsql.org.

cartridge database database-engine gear openshift postgresql sql

Last synced: 08 Jul 2025

https://github.com/rcardin/actorbase

Implementation of a key-value NoSQL database using the actor-model.

akka database distributed-systems scala

Last synced: 30 Apr 2025

https://github.com/little-brother/sqlite-unhide

Recovery deleted rows from SQLite3 databases

carving database deleted forensic forensics recovery sqlite sqlite3 undark

Last synced: 25 Sep 2025

https://github.com/remotesensinginfo/eodatadown

Automated download and processing of Earth Observation data to create a monitoring system.

ard database earth earth-observation google-cloud monitoring monitoring-system observation remote remote-sensing sensing

Last synced: 21 Feb 2026

https://github.com/operfildoluiz/shouldb

🏃 WIP ·🚀 Manage localStorage as database

client-side database localstorage nodejs

Last synced: 12 Apr 2025

https://github.com/rubiojr/kv

Simple key-value store on top of SQLite or MySQL

database key-value mysql sqlite

Last synced: 14 Apr 2025

https://github.com/k1low/qp

Printer that prints the results of a query to the database.

database go printer sql

Last synced: 16 Apr 2025

https://github.com/lightblueseas/resource-bundles-data

Parent project that holds module projects for the persistence of resourcebundles in database

database i18n java resource-bundles rest-services

Last synced: 26 Jul 2025

https://github.com/liutairan/librarian

Reference management software, reference information from Journals/Conferences/Books/Transactions/etc, download papers, grouping/sorting, reference network, etc.

database librarian reference-manager

Last synced: 13 May 2025

https://github.com/owusu-desmond/login-register-system

A user login and register system build with PHP

apache database mysql php sql

Last synced: 17 Aug 2025