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.
- GitHub: https://github.com/topics/database
- Wikipedia: https://en.wikipedia.org/wiki/Database
- Related Topics: dbms, sql, relational-database, nosql, document-oriented, in-memory-database, data-warehouse, graphdb, spatial-database, crud,
- Aliases: db, databases,
- Last updated: 2026-07-08 00:08:06 UTC
- JSON Representation
https://github.com/theweird-kid/pebbledb
Lightweight key-value based storage engine, supporting indexed data access through B+ trees written in c++ from scratch
concurrency cpp20 database key-value storage-engine
Last synced: 19 Apr 2026
https://github.com/erwanor/jeunedb
Programmable KV store
consistency database distributed-database persistent-storage transactional
Last synced: 19 Apr 2026
https://github.com/rkgcloud/crud
An introductory web application written in go with pgsql that runs on kubernetes
database go golang gorm kubernetes kubernetes-deployment pgsql web
Last synced: 19 Apr 2026
https://github.com/bengreenier/node-data-map-reduce
n-tiered map reduce for databases.
data-processing database example
Last synced: 19 Apr 2026
https://github.com/twilson63/bobsled
High-performance Erlang NIF for Sled embedded database
beam database embedded-database erlang key-value nif rust sled
Last synced: 19 Apr 2026
https://github.com/double-em/storing-time-series-data
A series of benchmarks to test the variability and efficiency of different times series oriented databases in different scenarios and use cases.
Last synced: 19 Apr 2026
https://github.com/holicc/qurious
Qurious is a high-performance, in-memory query engine written in Rust and built on top of the Apache Arrow framework
Last synced: 19 Apr 2026
https://github.com/naimur-29/learning-fastapi
Learning backend with FastAPI
database fastapi postgresql python3 sql
Last synced: 20 Apr 2026
https://github.com/adevecchi/gerenciamento-clientes-mvc
Projeto MVC C# (.NET Framework), utilizando janela modal. Gerenciamento de dados de Clientes: Cadastro, Consulta, Edição e Exclusão com uso de Procedures.
csharp database dotnet-framework mvc sqlserver tsql
Last synced: 20 Apr 2026
https://github.com/bessouat40/prefect-github-indexer
A Prefect pipeline that periodically scrapes one or more GitHub repositories, generates embeddings, and indexes them in ChromaDB.
automation database dataengineering dataextraction docker docker-compose prefect python
Last synced: 20 Apr 2026
https://github.com/indranilmetiya/business-stock-maintain
This Projects Maintains all stocks in a business. We can create catagory Under this catagory we can add subcatagories Add every details of the product Based on the details product will auto categosied and adding or substracting the stock data We can buy / sell from stock Every users data is getting stored so fetch by their phone number
crud-application database jpa logic-programming mysql rest-api spring-boot
Last synced: 20 Apr 2026
https://github.com/luisbarrancos/dashapps
Python Dash/Plotly dashboards for life expectancy, quality of life data exploration and social media interaction.
dash dashboard data-science database dataviz heroku-deployment lifeexpectancy pandas plotly plotly-dash python3
Last synced: 20 Apr 2026
https://github.com/heusalagroup/j3.dog
j3dog is a three-dimensional database solution for modern applications. It provides fault tolerance, distributed storage, and easy access to data.
3d-database database document-database document-database-engine json-database object-database object-grid rest-database spreadsheet-database typescript
Last synced: 20 Apr 2026
https://github.com/abinavkrishnaa/ciphertalk
CipherTalk 🔒💬 is an AI-powered, end-to-end encrypted messaging app built with FastAPI, PostgreSQL, and WebSockets for real-time secure communication. It features AES/RSA encryption, JWT authentication, and AI-driven smart replies. Designed for privacy, scalability, and industry-level security. 🚀
ai authentication backend-api database django django-rest-framework python3 security
Last synced: 20 Apr 2026
https://github.com/an4pdm/plataforma-de-gerenciamento-escolar-intuitivo-com-crud
Projeto Full-stack com integração entre Python e MySQL, permitindo o gerenciamento de dados de um sistema escolar com uma GUI simplificada.
automation coding database development full-stack gui programming project-repository python python3 simple-gui sql
Last synced: 20 Apr 2026
https://github.com/yuketsush/ue5-http-rest-api
Backend API of HTTP_Request Addon UE5 made by Yuketsu
database rest rest-api ue5-api unrealengine5
Last synced: 20 Apr 2026
https://github.com/cristalhq/dbx
Database abstractions for Go
client connection connection-pool database go golang transaction tx
Last synced: 20 Apr 2026
https://github.com/carusel02/database
Create a database using generic structures in C
Last synced: 21 Apr 2026
https://github.com/gabriel-dev-c/sistema-academicos
Aplicação desenvolvida em C#, através do Framework .NET MAUI para criação de interfaces integradas ao sistema operacional do Windows, MAC, Android e IOS.
application crud-application csharp database dotnet maui maui-app visual-studio xaml
Last synced: 21 Apr 2026
https://github.com/wlgs/advanced-database-technologies-course
Advanced database technologies course 2024/25 at AGH UST. Repository covers advanced indexing, spatial data and spatial indexes, graph databases. Contains final project files.
arangodb database graph graph-database neo4j postgis postgres spatial
Last synced: 21 Apr 2026
https://github.com/corviz/database-layer
Standalone library for database interaction
Last synced: 21 Apr 2026
https://github.com/fer25-code/flutter-with-sql
App flutter with sql
database flutter-examples mobile-app sql
Last synced: 21 Apr 2026
https://github.com/burnsoftnet/bsapplicationprofiler
The BurnSoft Application Profiler was created to help automate performance and log gathering from applications that you create and use. Most of the time when you create an application, you have to spend time testing it out before sending it to others to test. While you are testing you application you may or may not be concerned on the amount of cpu is being used, the memory usage, handles and threads, even then, there is also if your application dumped anything into the log files. This application will help gather all that information while you are using it normally and dump the information in a database. It is designed to run as a service and look for any of the projects applications running in task manager, once it see’s the process in task manager it will start collection data on the application. When the application ends, it will check to see if there are any logs, dump the results in the database and clear the log file, this way you can just go back and view the sessions to see the performance of the application and the details that where dumped in the log file. Worried about not being able to gather this information when you are using your application while disconnected from the office? Don’t be, the agent will see that it cannot connect to the main database and it will continue on using the local database the dump the data in there, once you are able to connect to the office and the agent can connect to the main database, it will dump the information that is the local database to the main database. UPDATES: 3/8/2017 - Working on Web Interface to read the data. 2/15/2017 - Agent functions are up and running
agent agent-functions cpu database local-database log-gathering thread
Last synced: 21 Apr 2026
https://github.com/datopia/invariant
This repository provides invariant verification in Datalog for the immutable databases Datomic and Datahike.
analysis clojure database datahike datalog datomic verification
Last synced: 22 Apr 2026
https://github.com/andhikayuana/postgres-latihan
Latihan mandiri PostgreSQL :rocket:
database postgresql postgresql-database sql
Last synced: 22 Apr 2026
https://github.com/cubicrootxyz/gormlogger
Logger for gorm using zap.
database golang gorm logger orm sql zap zap-logger zaplogger
Last synced: 22 Apr 2026
https://github.com/wajktor13/restaurant-database
database system for managing a small restaurant providing services to private clients as well as businesses
agh agh-university agh-wi agh-wiet database databases mssql t-sql transact-sql tsql
Last synced: 22 Apr 2026
https://github.com/hackfutsec/phpbruter
**PhpBruter** is an advanced security testing tool designed for professional penetration testers to assess the security of phpMyAdmin installations.
bruteforce ctf-challenges ctf-tools database ethical-hacking panel pentest-tool phpmyadmin python3 tools
Last synced: 22 Apr 2026
https://github.com/im-open/increment-database-object-snapshots
A GitHub Action that creates or updates snapshot files for database objects.
data-practices-team database db
Last synced: 22 Apr 2026
https://github.com/makevoid/redis-rejson
Redis ReJSON adapter for Redis-rb - status: beta release
data-store database gem json library re-json redis redis-modules redis-v4 rejson ruby
Last synced: 03 May 2026
https://github.com/putukrisna6/template-db-docker
MariaDB + phpMyAdmin with Docker Compose Template
database docker docker-compose mariadb phpmyadmin template
Last synced: 03 May 2026
https://github.com/phasenraum2010/logfileloader
Load Logfiles and push them into a Database - Java and Spring Integration
database java javaee logfile mysql spring-integration spring-mvc springframework
Last synced: 03 May 2026
https://github.com/kisiwu/storehouse-mongodb
MongoDB driver manager for @storehouse/core.
Last synced: 03 May 2026
https://github.com/tn3w/moviedb-json
A JSON library with 981,530 films.
data database db json movie movie-database movies
Last synced: 03 May 2026
https://github.com/panastasiadis/nodejs-mongodb-server-client-example
Build a basic HTTP server/client example with NodeJs and MongoDB.
api database express http javascript json-api mongodb npm rest-api web-development web-server
Last synced: 03 May 2026
https://github.com/xfhy/coolweather
简单的天气预报,可定位和自动更新等
android database internet listview
Last synced: 03 May 2026
https://github.com/erikrios/my-notes-app
Learn to Store Data in Android with SQLite Database
android android-development android-native android-studio consumer-app content-observer content-provider content-resolver data-sharing database kotlin sqlite sqlite-database xml
Last synced: 03 May 2026
https://github.com/pbergstrom90/sensordatabase
Group assignment to integrate a temperature sensor with a Arduino Uno, log sensor data in a MySQL-database, and display the data through a Spring Boot web service. The dashboard shows historical and real-time sensor data, collected from the database.
ardunio-uno c database java jdbc springboot sql
Last synced: 03 May 2026
https://github.com/dimensigon/hdb-heliosdb-nano
HeliosDB Nano is a PostgreSQL & MySQL compatible embedded database with vector search, encryption, git-like branching, time-travel queries, and 50+ enterprise features.
Last synced: 03 May 2026
https://github.com/miniconnect/postgres-integration
PostgreSQL protocol adapter for MiniConnect
database database-connector networking-protocols postgres postgresql
Last synced: 09 Jun 2026
https://github.com/shutovks-other-projects/interaction-with-databases-using-qt
Applications for interacting with databases on QT
Last synced: 03 May 2026
https://github.com/manuelzzz/db-postgreconnection-java
💾Postgresql class to connect with database
Last synced: 03 May 2026
https://github.com/kohta9521/graphql__practice
実務周りでGraphQLを使用する機会が増えたためしっかりと勉強をする。実務以外の個人開発でも使用できるため理解を深める。
apolo-graphql backend database graphql learning rds
Last synced: 03 May 2026
https://github.com/jayvenn21/dbscope
Universal relational schema intelligence CLI — analyze risk, blast radius, and structural health before changing your database.
analysis ci cli clickhouse database database-tools devops devtools infrastructure mysql postgres rust schema sqlite static-analysis
Last synced: 03 May 2026
https://github.com/daviemakz/mysql-database-generator
This module allows you to generate a database and synchronize a mySQL database
database generation mysql sync
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/mnpappo/homeautomate
database flask-raspberry-pi iot python-raspberry-pi raspberry-pi sensors
Last synced: 03 May 2026
https://github.com/pers0n4/docker-databases
Databases docker
database docker docker-compose
Last synced: 03 May 2026
https://github.com/damianmcclure/jsalphadb
Database system for NodeJS & Port of phpAlphaDB
Last synced: 03 May 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/kendoriddy/asosapi
This is the api for the ASOS Birthday Tracker application.
database postgresql rails ruby ruby-on-rails
Last synced: 04 May 2026
https://github.com/netsmg/netquize
database firebase quiz quizapp quize-application react
Last synced: 04 May 2026
https://github.com/lucasdota/demo-dao-jdbc
Projeto em Java com mySQL para aprender a recuperar, inserir, deletar e atualizar valores em banco de dados.
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/mehmetbozkir/pixijs-space-game
:flying_saucer: Space Invaders Game | PixiJS | SupaBase
2d-game database gsap javascript pixi-js pixidevtools pixifilterblur pixijs pixisound playable-game space-invaders supabase supabase-js webgame webgamedev webpack
Last synced: 04 May 2026
https://github.com/dimuzzo/db-project-23-24
database postgresql university-project
Last synced: 04 May 2026
https://github.com/24-mohamedyehia/ai-journalist
AI Journalist is a Python application that uses AI to generate articles based on a given topic. It uses a crew of AI agents to generate articles, and then uses a database to store the articles.
ai-article-generator ai-journalist aiagent aiagents content-creation crewai database flask flask-application sqlite
Last synced: 04 May 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/vidhya0501/day34task34_be_db_model_guvi_zen_task_vidhya
DB Model for GUVI ZEN Class
Last synced: 09 Jun 2026
https://github.com/benjaminsemah/vet-clinic-db
This repository includes files that contains the implementation of relational database to create the data structure for a vetinary clinic. Implementing queries to create the animals table, insert data of animals and sql to query data that answer a few questions. Built With
backend data-structures database postgresql sql
Last synced: 04 May 2026
https://github.com/silvano315/advanced-voice-translator-with-multilingual-support
A sophisticated desktop application that transforms spoken language into text and provides instant translations in multiple languages using neural networks, complete with real-time audio visualization and a searchable translation history. Built with PyQt6 and Hugging Face, it offers a seamless experience from voice input to final translation
database gui huggingface huggingface-transformers nlp pyqt6 python speech-to-text sqlite3 transformer translation
Last synced: 04 May 2026
https://github.com/kyleaure/jakarta-data-yarn-shop
Sample Jakarta Data Application
database database-access jakartaee java
Last synced: 04 May 2026
https://github.com/nabilshadman/sql-server-database-latin-school
SQL Server database implementation for language school, featuring student/faculty management, course tracking, and reporting tools
data-engineering database excel microsoft-sql sql-server sql-server-management-studio t-sql tsql
Last synced: 04 May 2026
https://github.com/cybardev/dbsys-webapp
Full-stack Flask + SQL Web App for Database Systems course
database devops flask-app full-stack-web-development infrastructure-as-code sql
Last synced: 04 May 2026
https://github.com/sabriyenohutlu/.netlearning
Yazılım Geliştirici Yetiştirme Kampı C# - Engin Demiroğ
csharp database dotnet entity-framework oop
Last synced: 04 May 2026
https://github.com/lulunac27a/flask-event-calculator
Repeating event calculator using Flask
database event event-calculator events flask flask-application flask-sqlalchemy flask-template html python template web-app web-application webapp
Last synced: 04 May 2026
https://github.com/aemulare/book-country
Web application for book library. In progress
c-sharp css dapper database gui-application html mvc-architecture mysql web-application
Last synced: 04 May 2026
https://github.com/tomasesquivelgc/super-transactions
Application meant to keep track of business spending. Create categories and transactions; see a list of them and your total.
activerecord authentication authorization budget-app database postgresql ruby ruby-on-rails
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/analitico-771/etf_analyzer
This is an An application that pulls and analyzes ETF data from a database
conda-environment data-analysis data-structures data-visualization database etf-investments fintech hvplot pandas-dataframe python quantitative-finance sqlalchemy
Last synced: 04 May 2026
https://github.com/ilyachichkov/database_labs
Курс лабораторных работ по базам данных на PostgreSQL
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/pichillilorenzo/http-request-method-db
HTTP Request Method Database
database db http http-method http-request http-request-method http-request-methods javascript js json method request request-method
Last synced: 04 May 2026
https://github.com/4rlm/utf8_sanitizer
Ruby Gem: Removes invalid UTF8 characters & extra whitespace (carriage returns, new lines, tabs, spaces, etc.) from csv or strings.
4rlm adam-booth adam-john-booth ascii carriage-return csv csv-parsing curation database encoding formatter hash invalid-characters normalization ruby-gem symbols utf-8 utf8-characters utf8-sanitizer whitespace
Last synced: 04 May 2026
https://github.com/coowinit/mysql-sql-practice-notes
一套基于 MySQL 的 SQL 语句练习记录项目,包含建库建表、测试数据、基础查询、聚合统计、JOIN 连接查询、子查询、事务、视图、索引等练习内容,并为每条 SQL 预留运行结果截图位置,方便系统学习和复盘。
crud database database-learning join-query learning-notes mysql sql sql-practice subquery
Last synced: 09 Jun 2026
https://github.com/hegdebhavya/aigeniushub-using-gemini-pro
This repository contains a collection of web applications built using Streamlit, Each project in this repository showcases the versatility and ease of use of Streamlit in developing interactive and user-friendly web applications.
database gemini-api gemini-pro generative-ai python streamlit
Last synced: 04 May 2026
https://github.com/kevinnizet/express_quest-argon2
Template d'un serveur Express : support du hachage de MdP via Argon2 et du token d'authentification via jsonwebtoken
argon2 database dotenv express jsonwebtoken mysql
Last synced: 04 May 2026
https://github.com/yt3trees/sqlschemabridgemcp
MCP server that helps AI agents build accurate SQL queries from natural language questions. It manages database schema information (tables, columns, and relations) in local CSV files and provides it to AI agents.
ai database development dotnet llm mcp mcp-server sql vibe-coding
Last synced: 04 May 2026
https://github.com/jetangjl/moledy-sol-engine-custom-game-engine-development
🎮 A movement-driven platformer built from scratch with a custom C++ engine.
cplusplus csharp database fmod game-development game-engine opengl
Last synced: 04 May 2026