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-10 00:07:53 UTC
- JSON Representation
https://github.com/chris-mclennan/mnml-aws-rds
AWS RDS database browser for mnml — terminal TUI listing DB instances and Aurora clusters with engine, status, endpoint, and storage detail. Runs standalone or as an mnml-hosted pane. Shells out to the aws CLI; no SDK dep.
aws database mnml-integration ratatui rds rust terminal tui
Last synced: 27 Jun 2026
https://github.com/art2url/sql-50
🗃️ A collection of SQL solutions for LeetCode problems, designed to help crack SQL interviews with 50 essential queries.
coding-challenges database github interview learning leetcode problem-solving solutions sql sql-queries
Last synced: 28 Apr 2026
https://github.com/turtacn/guocedb
GuoceDB: a high-performance, MySQL-compatible relational database built from the ground up in pure Go. It features a storage-agnostic query engine with pluggable storage backends, designed for modern cloud-native applications.
Last synced: 16 Jan 2026
https://github.com/natnaelbanjaw/socialmediaapp-backend
server side and database side of social media website
banjaw database mongodb natnael nodejs serverside socialmedia
Last synced: 01 Apr 2025
https://github.com/aau-network-security/haaukins-store
New haaukins component responsible to store data into the database
cybersecurity database golang grpc-communication grpc-go grpc-server microservices opensource postgresql
Last synced: 12 Jan 2026
https://github.com/gongbaochicken/reference-reading-list
Reading List for distributed system, Golang, Database, Python, C++, Matchine Leanring, Tools, etc.
c-plus-plus database distributed-systems golang python reading-list
Last synced: 12 Apr 2026
https://github.com/filippo-dimarzio/f1sqldatabase
This is my Formula 1 Database
database database-management sql sql-server
Last synced: 19 May 2026
https://github.com/warengonzaga/thirdweb-insight-railway
Railway template for thirdweb Insight.
blockchain blockchain-data database insight onchain railway self-hosted template thirdweb
Last synced: 19 May 2026
https://github.com/antmelekhin/ansible-role-postgresql
An Ansible role to install and configure PostgreSQL server.
ansible ansible-role database debian postgres postgresql rhel sql
Last synced: 12 Apr 2026
https://github.com/lucinamay/fairfetched
data APIs for reproducible data fetching in cheminformatics in line with FAIR-principles
cheminformatics data-pipeline database fair-data
Last synced: 08 Apr 2026
https://github.com/asacxyz/parking_control_api
CRUD desenvolvido através do framework SpringBoot
crud crud-api database java postgres postgresql springboot
Last synced: 12 Apr 2026
https://github.com/geekcell/terraform-aws-rds-aurora-cluster
Terraform module to provision an AWS RDS Aurora cluster for MySQL.
aurora aws cluster database mysql terraform terraform-module
Last synced: 31 Dec 2025
https://github.com/paulvirally/psidb
ψdb is a sci(ψ)entific database management system designed to help you remember which datasets correspond to which experiments!
Last synced: 17 May 2026
https://github.com/mutinhiri/recipe-app
This app has been built using Ruby and Rails framework. Users can create recipes and they can also view public recipes created by other users. User authentication using the ruby devise gem
Last synced: 20 Jan 2026
https://github.com/notthestallion/data_visualisation-examples
This repository was created to learn and practice graph showing and data visualization. The goal is to gain experience in creating compelling and informative visualizations.
data data-science data-visualization database learn learn-to-code learning learning-by-doing matplotlib matplotlib-figures matplotlib-pyplot visualization
Last synced: 12 May 2026
https://github.com/eudesgccunha/automated-management-panel
Automated management panel using Power BI
data data-analysis data-visualization database excel powerbi
Last synced: 04 Feb 2026
https://github.com/emicy963/bank-manager
It's a simple Bank Manager System Python Project for practique OOP, MVC, CRUD, SOLID Principles and maybe DataBase.
bank-management-system-project database mvc-architecture oop oops-in-python open-source python solid venv-python
Last synced: 19 May 2026
https://github.com/telingadigital/timpleuk
Timpleuk is a bootstrapper for PHP
database illuminate-database monolog mvc php php-di routes twig
Last synced: 14 Jan 2026
https://github.com/benevanio/system_upload
Sistema de upload de arquivos com nodejs e express
async bootstrap5 database express express-fileupload express-js fetch fileserver htm html-css nodejs system upload-file
Last synced: 12 Apr 2026
https://github.com/codeofrahul/credit_card_financial_dashboard
Develop a comprehensive credit card weekly dashboard that provides real-time insights into key performance metrics and trends, enabling stakeholders to monitor and analyze credit card operations effectively.
creditcard database datacleaning datapreprocessing financial-analysis powerbidashboard problems-solving sql
Last synced: 25 Mar 2025
https://github.com/sxwebdev/chaindb
ChainDB is a blazing-fast key-value database library for Go, built on top of Pebble DB. It delivers exceptional performance for modern hardware while maintaining a simple and intuitive API. Perfect for high-throughput applications that require reliable and fast data storage.
database databases golang key-value key-value-store library
Last synced: 19 May 2026
https://github.com/yunusemrejr/vud-php
View User Database (V.U.D.) - Written in: PHP, JS, SQL, CSS, HTML
css database html javascript php sql view xampp
Last synced: 13 Apr 2026
https://github.com/kingarthurwashere/pos-and-accounting-system
A POS and accounting solution with a Laravel backend and Filament and Livewire frontend. Compatible with all SQL databases, this app is tailored for small to medium businesses, providing robust POS functions, internal remittance management, and comprehensive accounting ledgers.
database docker filament laravel-framework livewire mysql-database postgres sqlite
Last synced: 12 Apr 2026
https://github.com/origamiofficial/rclone-http-updater
A Python script that updates rclone HTTP Remote configuration file (rclone.conf) with the latest URLs from specified websites using XPath, and notifies via Telegram if changes are detected.
bdix database python python-script python3 rclone rclone-client rclone-config rclone-configuration rclone-mount samftp samonline scraper scraping script scripts sqlite sqlite3 xpath xpath-expression
Last synced: 07 Apr 2026
https://github.com/roushankhalid/python-sql-workflow
'Python-SQL-Workflow' showcases basic CRUD operations using Python and MySQL, demonstrating how to interact with a sample database. Developed as part of the CampusX SQL For Data Science course, it provides foundational skills for managing data workflows in SQL.
database localhost python sql sql-server
Last synced: 10 Apr 2026
https://github.com/onjoseph/vet_clinic
Vet_Clinic is a series of queries to demonstrate various types of actions that can be performed onto a database, as well as different queries to read data out of the database.
database database-management postgresql queries sql
Last synced: 29 Apr 2026
https://github.com/michaelkedey/mysql
MySQL database script with triggers, views,etc.
database database-schema mysql postrgresql
Last synced: 19 May 2026
https://github.com/emagood/datavaultledger
Proyecto de Gestión de Usuarios utilizando Godot Engine. Implementa un sistema de creación, modificación y eliminación de usuarios con verificación de credenciales, almacenamiento en caché y registro de historial de cambios. Características Principales - Crear y modificar usuarios-Autenticación de usuarios-Caché para mejorar
aes-encryption authentication bitwise-operators cachemanager database database-design database-management encriptador-de-texto godot-engine rsa-cryptography tcp-server udp-server user-management websocket-server
Last synced: 12 Jun 2025
https://github.com/terraform-az-modules/terraform-azurerm-flexible-postgresql
This terraform module is designed to create Azure Postgres flexible mysql resources. The Azure Database for PostgreSQL flexible server deployment model is designed to support high availability within a single availability zone and across multiple availability zones
azure database devops hcl managed-database postgresql terraform terraform-module
Last synced: 03 May 2026
https://github.com/mbeps/springboot-sql-database-template
Template for using Spring Data JPA with Spring Boot
database postgresql spring-boot spring-data-jpa
Last synced: 10 Apr 2026
https://github.com/electrikmilk/based
A database manager written in PHP as a exercise in SQL queries.
Last synced: 19 May 2026
https://github.com/adarsh-kmt/btree
An in-memory implementation of a B-Tree, written in Go.
b-tree data-structures-and-algorithms database go
Last synced: 19 May 2026
https://github.com/ayushpatel2026/ecommerce
A full stack ecommerce application built using Nextjs, Sanity and Stripe API
database fullstack-development nextjs react sanity stripe-api
Last synced: 16 Jan 2026
https://github.com/neotomadb/assigndois
A repository describing the motivation for, and detailing the process of, minting DOIs for Neotoma
database datacite doi leaflet neotoma paleoecology r rmarkdown
Last synced: 19 May 2026
https://github.com/suganyarajes/mongodb-day36
MongoDB is a scalable, high-performance, open-source NoSQL database designed for flexibility and ease of use, enabling efficient storage and retrieval of large volumes of unstructured data.
database dbdiagram mongodb nosql query task
Last synced: 19 May 2026
https://github.com/aminkhavari78/plot-wikipedia-web-base
plot a wikipedia content on web page
base64 css database flask html matplotlib sql sqlite3 wikipedia
Last synced: 11 Apr 2026
https://github.com/lutriana/tm-taskmanager
TaskManager is an application that helps you organize tasks and to-dos in an easy, fast and simple way with a dynamic, understandable and scalable design. Through checks, reminders and task categorization, the user will always be aware of which tasks require the most importance.
apis css database html models python sqlite
Last synced: 13 Apr 2026
https://github.com/oiclai/bd1-project
Repositório para realização das etapas do projeto da Disciplina Banco de Dados I. 2024.2.
Last synced: 03 Sep 2025
https://github.com/igoraugust0/db-2
🗄️ Arquivos e materiais utilizados na disciplina GSI021 - Banco de Dados 2 da UFU.
database java jdbc postgresql sgbd sql
Last synced: 11 May 2026
https://github.com/bamresearch/maldi-tof-database
This project contains a database which classifies polymer structures according to their repeat unit masses, as obtained by MALDI ToF measurements
database maldi-tof-measurements mass-number polymer-structure repeat-unit-masses
Last synced: 17 Jan 2026
https://github.com/diaga/synco
Share your files the Synco way!
bootstrap css database flask html python sqlalchemy sqlite
Last synced: 06 Apr 2026
https://github.com/hardikaz/mongodbconnection
Here i have established connection with mongoDB on local machine server for development purpose using the new version
Last synced: 03 Jul 2025
https://github.com/seenkid/mqtt-to-db
script that allows you to record data retrieved from an MQTT server into a MySQL database. Need to create your own MQTT server ? -->
Last synced: 13 Apr 2026
https://github.com/tomsquest/datability
Drop primary keys, foreign keys, not nulls to let you test insert only the data that matters.
Last synced: 19 May 2026
https://github.com/sanchezluys/comfenalco_mysql_nivel_0
Planificacion del curso comfenalco fundamentos
database educacion mysql oracle
Last synced: 19 May 2026
https://github.com/muhammadfarooq85/mongodb-arthematic-operators
This repository is about how to use Arthematic operators in mongoDb.
database mongodb mongoose nosql
Last synced: 26 Oct 2025
https://github.com/eduardoprofe666/bases-de-datos
✨ CONEST. Proyecto de aplicación de control docente de Bases de Datos en Java Swing y PostgreSQL
2nd-year 2nd-year-project 4th-semester conest control-docente database jasper-reports java java-program java-swing postgres postgresql project school-management school-project
Last synced: 12 Apr 2026
https://github.com/louiexz/personalbudget
Website - PersonalBudget: Take Control of Your Finances Quickly and Easily
backend database django-application django-framework django-project python python3 sqlite sqlite3 web website
Last synced: 07 May 2026
https://github.com/tom474/learn_sql_rmit
[RMIT 2023A] ISYS3414 - Practical Database Concepts - Learning Resources
Last synced: 04 Mar 2025
https://github.com/ali7haider/class_evaluation_system_csharp_winforms_db
A Class Evaluation System built in C# Winforms with database
class-management csharp database gui ms-sql-server winform winforms-application
Last synced: 13 Sep 2025
https://github.com/cgosmeyer/wfc3_cte_monitor
Pipeline and SQL database interface for the Hubble WFC3/UVIS charge transfer efficiency (CTE) monitor.
astronomy charge-transfer-efficiency cte database hubble photometry pipeline sqlite wfc3
Last synced: 17 Jan 2026
https://github.com/akhrarovsaid/payload-plugin-vanguard
One-click Backup & Restore plugin for PayloadCMS
backup backups database database-management payload payload-plugin payload-v3 payloadcms restore
Last synced: 18 May 2026
https://github.com/alessioborgi/ElectricCompany-TicketingSystem
Detailed analysis of an Electric Consultancy Company and Development of a Ticketing System.
css database disaster fleet gdpr guacamole javascript management networking php recovery smartworking sql
Last synced: 30 Dec 2025
https://github.com/helpfulscripts/hsdatab
Simple Javascript-based table data management. See
database es6 hsdocs typescript
Last synced: 18 May 2026
https://github.com/quocduyenanhnguyen/yelp-analysis
Yelp data analysis of business rating, categories, any trends/patterns, correlation, etc.
csv-to-database data-analysis data-analytics data-visualization database json json-parsing json-to-csv mysql mysql-database mysql-workbench pycharm python python3 restaurant sql tableau tableau-dashboards tableau-public yelp-dataset
Last synced: 27 Jan 2026
https://github.com/camillamoreira/teste-intuitive
Este teste avalia habilidades em Web Scraping, Transformação de Dados, Banco de Dados e API, utilizando Python para extração e processamento de informações, além de Vue.js para a interface web
api database postgresql python vue web-scraping
Last synced: 12 Apr 2026
https://github.com/sebastianschmidl/actordb
Actor Database System Framework using Akka
actor-database actordb akka akka-actors database scala-framework scala-library
Last synced: 21 Apr 2026
https://github.com/mython-dev/backup-script
This script creates a backup.
backup backup-script bash configs database mysql postgresql
Last synced: 12 Apr 2026
https://github.com/sakhileln/space-nomad
A web application built with FastAPI and SQLite3, designed to deliver up-to-date space exploration information. It integrates data from public space APIs to showcase current missions, space news, celestial body details, and more! 🌌
database fastapi nasa-api spacex spacex-api spacex-launches spacex-launches---mission-tracker sqlite3
Last synced: 18 Apr 2026
https://github.com/goldstrike77/ansible-role-linux-mongodb
Ansible role for install and configure MongoDB on Linux operating system.
ansible ansible-role database mongodb nosql
Last synced: 15 Apr 2026
https://github.com/letsdeepchat/30-days-of-pandas-mysql-ms-sql-server-and-oracle
Hi there, here I am trying to add solution of 30 Days of Pandas, MySQL, MS SQL Server and Oracle.
30daysofpandas database deepak-chaudhari deepak14ri deepak14ri-medium leetcode leetcode-python leetcode-solutions ms-sql-server mysql oracle psql
Last synced: 05 May 2026
https://github.com/Aizaz-Ahmad/DIVIDITE
Dividite is a Latin word meaning "Share it". It is a web-based, resource-sharing platform accessible only to the students of P.U.C.I.T. The students of P.U.C.I.T can Upload and download books, slides, and notes e.t.c by simply creating an account using their Official email IDs.
Last synced: 12 Mar 2025
https://github.com/adrianwedd/squishmallowdex
Your Squishmallow collection tracker - like a Pokédex, but for Squishmallows! Download info on 3000+ Squishmallows from the wiki and browse your collection offline. Search by name, filter by squad, mark your favourites, and track which ones you own!
collection-tracker csv-database database fun hobby offline-first squishmallows static-site web-scraping
Last synced: 21 Feb 2026
https://github.com/jwodder/dbcsv
[Abandoned] Dump & load databases as CSV
abandoned csv database python sqlalchemy
Last synced: 29 Mar 2025
https://github.com/sp12102001/systematic-synthesizer
The application aims to automate the systematic review process, leveraging natural language processing (NLP), machine learning (ML), and data extraction techniques to streamline research design, literature review, and data synthesis.
academic database nodejs openai-api python systematic-reviews
Last synced: 12 Apr 2026
https://github.com/jhordyess/multi-container-apps
Simple Docker multi-container apps compiled for use with docker compose.
cms database docker docker-compose erp
Last synced: 12 Apr 2026
https://github.com/alekrish-12/online_retailer-database
WINAIM BACKEND DATABASE ASSIGNMENT: The Online Retailer Database project aims to evaluate the ability to work with transactional data, aggregate functions, and subqueries. By designing a comprehensive database schema and writing SQL queries
commands database gitbash github-config schema sql
Last synced: 02 Jun 2026
https://github.com/kledenai/docker-mongodb
A mongodb database service to run on docker
database docker docker-compose mongodb no-sql
Last synced: 12 Apr 2026
https://github.com/rizkyngrh23/building-server-for-newbie
This repo is a beginner-friendly guide to setting up a secure Express server with MongoDB. It walks you through server setup, HTTPS configuration, and connecting to MongoDB, using a URL shortener as a practical example. Perfect for those new to backend development just like me!
database expressjs mongodb server
Last synced: 13 Apr 2026
https://github.com/hasirciogli/xdatabase-proxy
A high-performance database proxy service built with Go, designed for Kubernetes environments. Provides secure and scalable database connection management with support for multiple database types.
database database-proxy golang k8s kubernetes microservices
Last synced: 21 Mar 2025
https://github.com/hjrandolph/the-unbranded-railsified
Rails version of The Unbranded's site
Last synced: 18 Feb 2026
https://github.com/jhsware/database-services
Fire up all your database backends in docker containers for local development using a single command. Only listens to localhost.
database elasticsearch mongodb redis
Last synced: 12 Apr 2026
https://github.com/richasavant/fitness-management-system-database-design-sql-queries-network-model-2021
A case study on a "Fitness Management System," which is designed as a mobile application to help users maintain and improve their fitness levels.
application case-study database database-management er-diagram fitness fitness-app fitness-tracker health healthcare-application network-model network-topology sql
Last synced: 24 Aug 2025
https://github.com/altontonn/celestial-bodies
The Celestial Bodies project aims to create a comprehensive database for celestial objects within the universe, including stars, galaxies, planets, and moons.
Last synced: 18 May 2026
https://github.com/mrgravity817/sticky_db
Ecto-adapted GlueSQL - It's very sticky!
database ecto ecto-adapter elixir gluesql rustler
Last synced: 17 May 2026
https://github.com/zhouhao/spring-boot-jwt-example
Example spring boot project for spring security with jwt integration.
database flywaydb jwt spring-boot spring-security
Last synced: 21 Feb 2026
https://github.com/tinywasm/postgres
PostgreSQL adapter for tinywasm/orm — pure Go, no CGO, supports WASM-compatible builds
database golang orm postgres-adapter postgresql tinywasm wasm
Last synced: 07 Apr 2026
https://github.com/lineoit/go-migrate
Database migrations library for golang
database go-migrate golang migration postgresql
Last synced: 12 Jan 2026
https://github.com/exbotanical/pageboy
memory-mapped, B-Tree database and query language
btree database memory-mapping mmap query-language
Last synced: 18 May 2026
https://github.com/guedesou/teste_mais_a_educacao
Teste para vaga de Assistente de Suporte Técnico na +A Educação. Mini-Sistema De Alunos Grupo +A | Sistema de gerenciamento de matrículas desenvolvido como adicional do teste técnico desenvolvido em .sql
Last synced: 10 Apr 2026
https://github.com/alessandrojean/order-by-desktop-connection
Administration software for a school, with the management done by a software, an website and an application.
administration database java management mysql school
Last synced: 07 Apr 2026
https://github.com/razvan48/proiect-sisteme-de-gestiune-a-bazelor-de-date-sgbd
Proiect Sisteme de Gestiune a Bazelor de Date (SGBD) Anul 2, Semestrul 1, Facultatea de Matematica si Informatica, Universitatea din Bucuresti
database database-management database-management-system database-management-systems database-schema databases
Last synced: 13 Sep 2025
https://github.com/alexstevovich/chabrador
[Node.js] A key-incrementer database with persistent memory across process resets.
database logging memory nodejs
Last synced: 23 Jun 2025
https://github.com/mehrajlatifli/joins-and-unions
A database called Academy is used to work with Joins and Unions in MSSQL Server
create-database database innerjoin join mssql mssqlserver sql union unionall where
Last synced: 18 May 2026
https://github.com/chriseborowski/witter
A Django-powered social platform with robust user authentication, efficient database management, and scalable architecture. Features include user profiles, post sharing, real-time updates, geolocation, and file handling. Utilizes Django's ORM, RESTful APIs, and template system. Implements best security practices and offers a customizable UI.
authentication bootstrap database django django-application django-framework django-project django-rest-framework html html-css python python3 restful-api social-media social-network twitter twitter-clone web-development webapp
Last synced: 03 Jul 2025
https://github.com/jimipulsar/test-project
Trustfactory Test Project - TALL STACK - Schedule Cron job - Laravel 9
alpinejs database laravel livewire tailwindcss tall-stack
Last synced: 09 Apr 2026