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/enieber/rn-db-example

samples how to use database with react native

database hacktoberfest pouchdb react-native react-native-db realm sqlite watermelondb

Last synced: 10 Apr 2025

https://github.com/ent8r/node-brocade

🔎 Module for making requests to the Brocade API

barcode database datakick ean13 gtin

Last synced: 27 Apr 2025

https://github.com/codetheearth/flaredb

syntax of mongoose, freedom of sqlite

database mongoose sqlite

Last synced: 29 Sep 2025

https://github.com/danielhe4rt/100daysofcode

Repository focus to update all my journey through 100DaysOfCode challenge. Here you're gonna find a lot of C++, Rust and Database content.

100daysofcode cpp database

Last synced: 26 Mar 2025

https://github.com/facile-it/paraunit-testcase

TestCase and client to test Symfony applications with Doctrine database isolation

database test-symfony testcase transaction

Last synced: 10 Jan 2026

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

https://github.com/ixboy/lifestyle

A desktop web app where users can create articles about their Lifestyle activities like fashion, sports, etc.

css3 database rails6 ruby

Last synced: 01 Oct 2025

https://github.com/jbox-web/job-database-manager-postgresql

A Jenkins plugin that automatically set up PostgreSQL test databases for Jenkins jobs, easy ;)

database jenkins jenkins-jobs jenkins-plugin postgresql ruby

Last synced: 09 Apr 2025

https://github.com/dev-labs-bg/laravel-csv-importer

A CSV importer/exporter library for Laravel

csv csv-files database export import laravel php

Last synced: 28 Apr 2025

https://github.com/sondosaabed/a-project-generated-by-prompting-copilot

This code is generated using Copilot for code on visual Studio Code plugin. This is part of a voluntary work done for BZU Master student research.

database json login search website

Last synced: 09 Apr 2025

https://github.com/duffney/go-building-web-services-applications

Source code for the Pluralsight course titled "Building Web Services and Applications with Go"

database golang templates web web-application web-service

Last synced: 10 Apr 2025

https://github.com/woojiahao/file-to-db-tool

A GUI tool that reads a file and converts the file into a database table.

csv database gui python3 sqlalchemy tkinter tkinter-gui

Last synced: 04 Sep 2025

https://github.com/georgemoralis/pspudb

Organize your psp games collection and use your favourite psp emulator to run it . Join us on discord https://discord.gg/3Fx68AKe2E

database emulation psp

Last synced: 27 Sep 2025

https://github.com/claudiarojassoto/budgetapp

Mobile budget app for user-friendly financial management, including registration, transaction tracking, secure authentication

controllers crud database devise models postgresql ruby-on-rails views

Last synced: 23 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/fluree/example-full-text-search

This mini-app uses Fluree's full-text capabilities to quickly through 25,000 recipes.

database example fluree full-text-search

Last synced: 28 Jan 2026

https://github.com/petrosdemetrakopoulos/smartviews

A blockchain enabled OLAP Data Warehouse. It is the implementation / application part of my thesis as an undergraduate Computer Science student of Athens University of Economics and Business

blockchain dapp data-warehouses database ethereum ethereum-blockchain mysql-server olap-cube redis-cache

Last synced: 19 Aug 2025

https://github.com/brian-emarquez/python-django

🦄 Learn to program web applications with the most popular Python framework, Django. In this course we introduce you to the framework and show you its main characteristics. 🐍

api-rest bootstrap database django framework modelo-vista-controlador orm postgresql python sqlite3 web3

Last synced: 04 Sep 2025

https://github.com/zMoooooritz/stapy

An easy to use SensorThings API Client written in Python

api cli data-science database ogc python sensor sensor-data sensorthings sensorthings-api

Last synced: 15 May 2025

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/ozontech/ch-rollup

Rollup your ClickHouse database

clickhouse database golang

Last synced: 19 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/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/shinshin86/neverchange

NeverChange is a database solution for web applications using SQLite WASM and OPFS.

database frontend opfs sqlite sqlite-wasm wasm

Last synced: 21 Sep 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/houzuoguo/perldb

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

database perl

Last synced: 13 Apr 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/mefrreex/jooqconnector

A library for working with databases using JOOQ ORM for Java

database mysql sqlite sqlite3

Last synced: 25 Jul 2025

https://github.com/williamscch/recipes_rails_app

RoR Project that 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

capybara database heroku rails rspec ruby

Last synced: 17 Sep 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/ezekielutshudi/vet-clinic-database

In this project, I will be using a relational database to create the data structure for a vet clinic. Then, I will start with one table, and step by step, I will create a complete database with data about: animals, animals' owners, clinic employees, visits.

database postgres postgresql sql

Last synced: 28 Feb 2026

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/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/ashishk1331/bleach-api

This is the API for Bleach Anime.

api-rest bleach database

Last synced: 21 Sep 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/rrwen/pg-testdb

Module for PostgreSQL tests inside temporary databases

database db isolated module pg pgtools postgres postgresql tap tape temp template temporary test tool unit

Last synced: 23 Sep 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/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/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/dodo-it/entity-generator

Highly customizable (typed) entity generator from database. It can generate entities for whole database, table/view and from raw SQL query

database entities generator php74

Last synced: 29 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/rawleyfowler/mamml

In memory database with first class JSON IO

database json ocaml

Last synced: 18 Mar 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/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/cezarlamann/docker-mssql-autorestore

A Docker image that automagically restores .BAK and .BACPAC files for testing purposes

database database-development database-testing mssql mssql-ser software-development software-testing sql-ser

Last synced: 16 Jan 2026

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

SurrealDB driver for Crystal

crystal database database-connector surreal surrealdb

Last synced: 21 Jul 2025

https://github.com/codekidx/sparrow

A GUI client for Aerospike database

aerospike client database gui rust tauri-app ui viewer

Last synced: 22 Sep 2025

https://github.com/AgureDa2019/ExcelVBA01_CreateSQL

(Win/Mac開発者支援) MySQLテーブル設計&定義書作成用ツール

database mysql vba-excel

Last synced: 30 Jul 2025

https://github.com/ndustrialio/node-distributed-lock

Enables distributed locking for sequencing actions across node applications

database distributed library locking nodejs postgresql sequelize

Last synced: 30 Mar 2025

https://github.com/juliadatabases/dbconnector.jl

Simplified interface that builds on Julia database packages adhering to DBInterface

database interface julia

Last synced: 11 Apr 2025

https://github.com/mpyw/laravel-database-mock

[Experimental] Database Mocking Library which mocks PDO underlying Laravel Connection classes

database eloquent laravel mock mockery php

Last synced: 09 Apr 2025

https://github.com/nathan-parkinson/linq2db.include

linq2db.include adds Entity Framework style Include (eager loading) to linq2db

c-sharp database eager-loading include linq linq2db linqtodb orm sql

Last synced: 14 Jan 2026

https://github.com/objectbox/objectbox-go-performance

Open Source Performance Benchmarks for ObjectBox Go, GORM, and others

bbolt database golang gorm objectbox orm performance storm

Last synced: 20 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: 11 Jun 2025

https://github.com/veer66/cl-rocksdb

RocksDB binding for Common Lisp

commonlisp database rocksdb

Last synced: 30 Jan 2026

https://github.com/darkterminal/turso-syncd

Turso Database Background Sync

database distributed edge sqlite synchronization turso

Last synced: 14 Apr 2025

https://github.com/linwin-cloud/metalite-server

轻量级高性能数据库。MetaLite Server数据库是基于Java开发的数据库软件,具有轻量,快捷部署,效率高,配置低,文件系统合理,抗网络负载强大的特点。并且不仅仅可以储存数据,而且可以储存图片、网页等内容,可以替代一部分网页服务器的功能

database db hashmap java jdk js linux python server shell sql web windows

Last synced: 23 Apr 2025

https://github.com/linlexing/dbx

database schema manager

database golang migration

Last synced: 29 Jan 2026

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/skipperbent/pecee-boolean-query-parser

Convert a boolean search query into a query that is compatible with a fulltext search.

boolean-query boolean-query-formatter boolean-query-parser database fulltext-query mysql-fulltext-query mysql-query-parser

Last synced: 26 Oct 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/idevelopthings/surrealdb-schema

This package provides functionality for parsing SurrealDB schema information from the database API, it then proves classes/structure for those parsed definitions.

database schema surrealdb typescript

Last synced: 27 Oct 2025

https://github.com/gearplug/monday-python

monday-python is an API wrapper for monday.com, written in Python.

api database graphql kanban monday project-management projects python requests webhooks wrapper

Last synced: 27 Oct 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/sanix-darker/dockdb.nvim

Bind your Database Container to Nvim and run queries from your code editor, zero dependency needed.

database nvim nvim-lua nvim-plugin postgresql sql

Last synced: 31 Aug 2025

https://github.com/aamirmousavi/mongoleaf

Mongo leaf is a simple tool between you and go-mongodb driver. in leaf we only use json format to use mongo just like mongo-shell if you have a dynamic scenario mongo leaf might be useful for you.

database dynamic-programming go golang golang-library golang-module golang-package golang-tools gorm gorm-orm mongo-go mongo-go-driver mongodb mongodb-database mongodb-driver mongodb-orm orm

Last synced: 30 Mar 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/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/blackvoidx/User-management

simple User management CRUD with next-js react framework, typescript for type checking, redux-toolkit for state management, chakra ui for component ui library and mongoDb for database 🕘👤

chakra-ui database formik mongodb mongoose nextjs react redux redux-toolkit rtk-query typescript yup

Last synced: 19 Apr 2025

https://github.com/yaacoo/graphragsqlator

LLM graph-RAG SQL generator for large databases with poor documentation

ai database ehr-data faiss-vector-database knowledge-graph langchain llm rag sql

Last synced: 19 Apr 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/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://github.com/mvanduijker/laravel-transactional-mails

Send your mails in laravel after database transaction is committed.

database laravel mail php transactional

Last synced: 02 Sep 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