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-06 00:07:49 UTC
- JSON Representation
https://github.com/161io/labodata-api
Fiche produit LaboData - API JSON v1.4
api api-json database json labodata parapharmacie pharmacie
Last synced: 27 Apr 2026
https://github.com/jpablodrexler/simple-portable-database
Simple Portable Database is a library that provides a convenient way to store tabular and binary data in a local directory. The library uses csv and binary files to enable a simple persistence mechanism for local applications.
binary-files c-sharp c-sharp-library csharp csharp-library csv csv-files database dotnet dotnet-standard dotnet6 net6 nuget-package portable
Last synced: 14 Mar 2026
https://github.com/oza75/database
A Database package to deal with your data
database database-migrations database-schema laravel orm php7
Last synced: 03 May 2026
https://github.com/nafisalawalidris/databases-and-sql-for-data-science-with-python
Learn how to work with databases and SQL for data science tasks using Python. Create tables, insert data, query results, and retrieve data into pandas dataframes.
Last synced: 04 May 2026
https://github.com/loiclefevre/ai_vector_search
AI Vector Search with vector embedding stored in Oracle Database 23ai.
ai database java langchain4j vector
Last synced: 05 Feb 2026
https://github.com/src-mgra/firebase-todolist
Firebase ToDo-List implemented in Ionic App
crud database databases firebase ionic persistence typescript
Last synced: 04 May 2026
https://github.com/chenhb23/gitee-db
免费的增删改查数据库😏。可在静态页面上直接修改数据库数据,免去服务器环节的费用。可跨域、响应速度快、ts 编写,有完整的接口类型提示!
cross-domain database free openapi typescript
Last synced: 04 May 2026
https://github.com/m7moudgadallah/iti-database-labs
This is the ITI-Database-Labs repository. It's here for me to store my solutions to ITI database labs that use Microsoft SQL Server. If you're also working on these labs or need some SQL practice, you might find it useful.
database ddl dml joins sql sqlserver tsql
Last synced: 04 May 2026
https://github.com/pchemguy/sqlpage-demo
This project focuses on exploring the SQLPage web app builder and developing a proof-of-concept prototype implementing various aspects/features of a web application for later use as a template or a source of code snippets.
database demo demo-app framework sql sqlite web webapp
Last synced: 05 May 2026
https://github.com/thipages/pca-helper
Helper for PHP-CRUD-API configuration
configuration database helper middleware php-crud-api
Last synced: 26 Apr 2026
https://github.com/cyberoctane29/cuo-on-site-internship--retail-store-database-evaluation-and-optimization
This repository showcases my internship project at CUO, focused on evaluating and optimizing a retail store database. Key tasks included analyzing the schema, improving query performance, ensuring data integrity, and implementing security measures. This project enhanced my understanding of database management in a business setting.
database music-database musicdatabase optimization query-optimization sql
Last synced: 16 Mar 2026
https://github.com/n1ghtf1re/multivis
Service for multidimensional data visualization
data-analytics data-visualization database map map-visualization visualization visualize-data
Last synced: 05 May 2026
https://github.com/albertocuadra/uielements
UIElements is a Graphic User Interface (GUI) to select and analyze the species included in NASA's database and the Third Millennium Database.
app burcat chemical-species chemistry database gui nasa nasa-database periodic-table thermo thermodynamic-properties third-millenium-database
Last synced: 18 Apr 2026
https://github.com/ne1ro/dynamic_ecto_query
Example of building dynamic queries with Ecto
Last synced: 12 May 2026
https://github.com/prajwalamte/online_book_store-database
Built an Online Book Store Database for a college Database Management System project. Includes tables for authors, publishers, books, customers, and more. Demonstrates practical database design and SQL skills.
Last synced: 14 Oct 2025
https://github.com/slabphp/session-manager
SlabPHP Session Manager
database native php php7 session session-management tests
Last synced: 05 May 2026
https://github.com/maxdemarzi/pagerank_spi
database graph graph-database graphs neo4j neo4j-server pagerank
Last synced: 05 May 2026
https://github.com/fadahunsiseyi/vet_clinic
In this project, I used relational database to create the data structure for a vet clinic. I started with one table, and step by step, created a complete database with data about: animals; animals' owners, clinic employees, visits
Last synced: 26 Apr 2026
https://github.com/singlestore-labs/ibis-singlestoredb
Ibis backend for SingleStoreDB
database dataframe ibis python singlestoredb
Last synced: 06 Feb 2026
https://github.com/hatamiarash7/kubernetes-redis
Deploy Redis cluster in Kubernetes
cluster clustering database kubernetes redis redis-cluster redis-database replica replica-set
Last synced: 05 May 2026
https://github.com/rasteric/minidb
A minimalist DB wrapper for Golang and a key-value database command line tool
database key-value-database sqlite3
Last synced: 05 Feb 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/amhsirak/pg-index
Indexing on a Postgres table containing 50 million rows
database db-index indexing postgresql sql
Last synced: 12 May 2026
https://github.com/azizbenismail/atelier_doctrine_symfony
Un atelier Doctrine avec Symfony consiste à utiliser la bibliothèque Doctrine pour la gestion de la persistance des données dans une application Symfony. Doctrine est une couche d'abstraction de base de données (ORM - Object-Relational Mapping) qui facilite l'interaction avec la base de données en utilisant des objets et des requêtes orientées obje
curd-application database doctrine msql-database symfony
Last synced: 11 May 2026
https://github.com/forchid/sqlite-server
High performance SQLite database server engine(standalone or embedded) based on C/S architecture
database embedded java jdbc pgjdbc postgresql server-engine sql sqlite sqlite3 sqlited
Last synced: 26 Apr 2026
https://github.com/websolutionstuff/laravel-9-mongodb-crud-operation-tutorial
In this article, we will see the laravel 9 MongoDB crud operation tutorial. Also, we will use jenssegers/laravel-mongodb composer package to create CRUD operation.
crud crud-operation database jenssegers laravel laravel-9 laravel-mongodb mongodb mongodb-database mongodb-driver package
Last synced: 13 May 2026
https://github.com/loiclefevre/oracle-database-api-for-mongodb
Testcontainers example to deploy the Oracle Database API for MongoDB
api database mongodb oracle testcontainers
Last synced: 13 May 2026
https://github.com/shane-staret/railway-management-system-mccc-cis-245
MCCC CIS 245: A simulation of a railway management system utilizing Java & SQL.
database database-management java javafx railway software-design sql user-interface
Last synced: 13 Feb 2026
https://github.com/satorudev976/sqlalchemy-nest
Nested Model With SQLAlchemy
database nested orm python sqlalchemy
Last synced: 06 May 2026
https://github.com/shrirambalaji/blog.shrirambalaji.com
Shriram Balaji's Blog
database rust systems typescript webdev
Last synced: 13 Mar 2026
https://github.com/w-kuipers/alphadb
AlphaDB is a versatile tool for managing MySQL database versions, using JSON to define structures and simplify migrations across environments.
database database-management database-management-system migration-tool mysql mysql-versions sql version-control version-control-system
Last synced: 08 May 2026
https://github.com/karenpayneoregon/entityframeworkenum
Entity Framework 6 Enum support
Last synced: 09 May 2026
https://github.com/cubrid-labs/cubrid-cookbook
Production-ready examples for CUBRID — Python, Node.js, Go with popular frameworks
celery cookbook cubrid cubrid-database database django drizzle-orm examples fastapi flask golang gorm nodejs pandas python sqlalchemy streamlit tutorial typescript
Last synced: 27 Mar 2026
https://github.com/felixklauke/medium-database-series
Resources and example files regarding my database blog article series on medium. This repository belongs to the low level file access guide https://medium.com/@felixklauke/database-ii-low-level-file-access-in-c-c-9788f0f0d51e
database low-level-programming medium medium-article programming
Last synced: 14 May 2026
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/zulfachafidz/sistem_informasi_desa-web
Proyek Sistem Informasi Desa - Web merupakan sebuah platform online yang dirancang untuk memberikan informasi yang lengkap dan terkini mengenai desa Cihonje. Dikembangkan menggunakan bahasa pemrograman PHP dan memanfaatkan MySQL sebagai sistem manajemen basis data,.
database mysql mysql-database php sistem-informasi website website-design website-development
Last synced: 11 May 2026
https://github.com/jorgecupi/linq_azurefunctions
This is a short tutorial on how to use .NET Language Integrated Query (LINQ) properly in Azure Functions
azure-functions database linq linq-documentation sql-database
Last synced: 14 May 2026
https://github.com/byte-cats/datastation
A Simple to use Go library to help connect to most types
Last synced: 29 Apr 2026
https://github.com/simple-works/fsdb
🗃️ Simple NodeJS File System Database.
database file file-data-storage file-database filesystem fs-db fsdb javascript nodejs nodejs-fs nodejs-library
Last synced: 23 Apr 2026
https://github.com/cesacollege/backend
Repository of CESA Backend Bootcamp
database go gorm graphql grpc logrus microservice monitoring prometheus redis
Last synced: 14 Jan 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/retzd-tech/genkitx-hnsw-indexer
Genkit AI framework plugin for HNSW vector database. save data into vector store for Retrieval Augmented Generation (RAG) implementation in Generative AI
ai database firebase generative-ai genkit hnsw rag vector vector-database
Last synced: 17 Apr 2026
https://github.com/nahidcseru/devops-configs
A structured DevOps configuration repository documenting Server Configuration and Database Configuration. Includes Docker-based setups for Nginx, Apache, Caddy, Traefik, MySQL, PostgreSQL, and MongoDB. Designed for learning, hands-on practice, and showcasing professional DevOps skills in a single, organized monorepo.
apache caddy database devops docker mysql nginx postgresql server-configuration traefik
Last synced: 06 Oct 2025
https://github.com/kirca54/napijse
Project for creating a forum for finding and posting drink recipes from multiple categories such as cocktails, coffee, smoothies etc. created for the subject Web Programming at the FCSE in Skopje
database java maven spring-boot springsecurity webapplication
Last synced: 06 May 2026
https://github.com/daluisgarcia/build_your_party
Database I subject project. An online store about party products and services. Can create budgets with products and proccess them
database php practice-project shop
Last synced: 06 May 2026
https://github.com/oscar-tark/squirrel-ees
Squirrel Execution Engine Server
csharp database dotnet6 executor framework ironpython parsing-engine server
Last synced: 06 May 2026
https://github.com/ao-concepts/storage
Storage and persistence helper module for gorm.
database go golang gorm repository storage transactions
Last synced: 14 May 2026
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/guibranco/github-database-migration-action
🎲 :octocat: A GitHub action to manage databaseversioned migrations
database gh-actions github-actions manage-database migration
Last synced: 06 May 2026
https://github.com/efeturkemir/java-employee-management
database employee-management-system java mysql netbeans sql
Last synced: 06 May 2026
https://github.com/rcourivaud/rcourivaud.github.io
Raphaël Courivaud
data database datascience python
Last synced: 21 Apr 2026
https://github.com/larapulse/database
PHP library and ORM to handle DB connection, apply C.R.U.D. operations
database mysql mysql-database orm orm-library orm-php-framework pdo pdo-mysql pdo-php pdo-wrapper postgres postgresql
Last synced: 25 Feb 2026
https://github.com/mehmoodulhaq570/bigquery_machine_learning_project
Developed a machine learning model to predict incident groups based on data from the London Fire Brigade service calls.
bigquery bigquery-dataset cloud database jupyter-notebook machine-learning machine-learning-algorithms ml models prediction-algorithm prediction-model python
Last synced: 07 May 2026
https://github.com/gabrpt/matsim-output-postgresql-converter
Tool to convert matsim output to postgreSQL database with postGIS extension
converter database matsim parser postgis postgis-database postgres-database postgresql postgresql-database python-script
Last synced: 17 Apr 2026
https://github.com/timnekk/sqlitecontroller
Export and Import data to SQLite DB
Last synced: 11 Oct 2025
https://github.com/dina-hosny/dbms-simulator-using-bash-scripting
A bash project that simulate the MySQL database
bash bash-script bash-scripting database database-management linux mysql mysql-database
Last synced: 14 Apr 2026
https://github.com/fajarwz/blog-laravel-with-method
An implementation of Laravel eager loading relationships from fajarwz.com/blog
backend database example-project laravel php
Last synced: 21 Apr 2026
https://github.com/ambrozic/dms
database management service dashboard
admin dashboard database management
Last synced: 21 Apr 2026
https://github.com/prabaprakash/challenge-event-management-db
Event Management Database
Last synced: 05 Jun 2026
https://github.com/thipages/quickdb
Quick SQLite/MySql database sql creation builder
creation database foreign-keys index php quick sqlite
Last synced: 07 May 2026
https://github.com/joao208/models-sequelize
Biblioteca para auxiliar na leitura de models e conexão com sequelize...
Last synced: 07 May 2026
https://github.com/0plus1/patchr
MySQL version control
database database-changes mysql
Last synced: 17 Apr 2026
https://github.com/s1owjke/prisma-query-formatter
Small utility for Prisma query formatting and param substitution
database logging prisma prisma-client prisma-extension query
Last synced: 31 Jan 2026
https://github.com/otterbk/corona-management-system
코로나 동선 관리 시스템(3학년 2학기 소프트웨어 공학 기말 프로젝트)
android-app database network rmi-client rmi-server server
Last synced: 07 May 2026
https://github.com/kingakeem/url-graph
A Neo4j project designed to store and manage relationships between URLs
cypher database graph graph-database graphdatabase neo4j url webscraping
Last synced: 07 May 2026
https://github.com/hrkings/express-typescript-full-template
A full feature Express API template, including database, Babel toolchain and full testing support
api babel database dx express express-js hot-reload integration-testing javascript mocha postgres rest-api typescript unit-testing
Last synced: 14 Apr 2026
https://github.com/harrryhe/grind-daily
GrindDaily is a daily challenge platform where users can view and complete tasks via the React frontend, while the Node.js and Express backend.
backend css database expressjs frontend html javascript material-ui mongodb mongodb-atlas mongoose nodejs react software-engineering tailwindcss webapplication website
Last synced: 31 Jan 2026
https://github.com/danpoynor/sql-library-book-manager
Demo web application for managing a collection of books including pages to list, add, update, and delete books using JavaScript, Node.js, Express, Pug, SQLite and the SQL ORM Sequelize. App also includes pagination and search with filter features.
database express javascript node-js orm pug sequelize sqlite
Last synced: 14 Apr 2026
https://github.com/usvc/go-db
A Go package to handle database connections.
database db go golang golang-library golang-package mysql
Last synced: 08 May 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/woueziou/sup_gen
Package to generate supabase tables views functions and edge functions
dart database flutter postgresql-database supabase
Last synced: 10 Feb 2026
https://github.com/melisa-karatas/library_management_system
This project is a simple library management system written in Python with and without database versions.
database library library-management library-management-system object-oriented-programming oop sql sqlite sqlite3
Last synced: 08 May 2026
https://github.com/femto-code/qml-newsfeedreader
Qt 6 based RSS News Feed Reader with offline database support
database qml qml-applications qt-database qt6 qtquick rss rss-feed rss-reader
Last synced: 08 May 2026
https://github.com/dresende/gimlet
NodeJS module for database access built on top of commonly used database drivers
database driver javascript mysql
Last synced: 08 May 2026
https://github.com/chriscasola/pgit
A database migration tool that lets you keep your schema in git, with the rest of your project.
database database-migrations git migration schema version-control
Last synced: 08 May 2026
https://github.com/fou1100ouacus/online-banking-management-system-
Welcome to My First Full Project " Online Banking " Based on using 3-Tier Architecture , C# and SQL server and .NET Framework ,Online Banking Consists of 3-main components
csharp database dotnet dsa-algorithm erdiagram framework oop-concepts oop-principles sql
Last synced: 12 Feb 2026
https://github.com/monkdbofficial/monkdb-mcp
An MCP server 🚀 for MonkDB, licensed under Apache 2.0 📜
ai-agents ai-gateway database llm llm-agent mcp mcp-server monkdb olap python3 rag typescript unified-data-platform
Last synced: 23 Feb 2026
https://github.com/robertdebock/ansible-role-vault_autosnapshot
Configure vault_autosnapshot on your system.
ansible application cloud database development infrastructure linux molecule monitoring networking playbook security storage system tools tox vaultautosnapshot windows
Last synced: 18 Jan 2026
https://github.com/sandro/imigrate
Interface-driven migrations in Go. A simple tool to run database migrations for sql drivers that don't conform to database/sql.
cli database go golang migration migrations sql sqlite
Last synced: 09 May 2026
https://github.com/maximdanilchenko/radish
Simple in-memory database and its client written in python3/asyncio for python3/asyncio
asyncio database memory-storage python redis
Last synced: 09 May 2026
https://github.com/jozephkabongo/nokysql
NokySQL is a lightweight, high-performance SQL Query Builder for PHP that bridges the gap between raw SQL and full ORMs.
database mysql php postgresql query-builder sql sqlite
Last synced: 14 Apr 2026
https://github.com/interkosmos/fortran-tcdb
Fortran 2008 interface bindings to Tokyo Cabinet
database fortran nosql tokyo-cabinet
Last synced: 01 Feb 2026
https://github.com/oliver021/entity-dock
A superset with libraries, components, tools and more to work with entity on .Net
api asp-net-core controller data database dotnet entity entity-framework-core library model mvc netstandard orm support webapi
Last synced: 09 May 2026
https://github.com/ikr4-m/vbscript-learning
Sekumpulan listing dasar tentang dunia Visual Basic (Visual Studio / Visual Basic 6.0) terampung dalam sebuah penampungan atau yang biasa kita sebut repository.
database repository tutorial vbscript
Last synced: 14 Jun 2026
https://github.com/mickamy/seeder
Populate your database with realistic fake data, one command.
cli database developer-tools fake-data go postgresql seeder test-data
Last synced: 31 May 2026
https://github.com/maeln/tslite
TSLite : A small embeddable time-serie database
database embeddable small time-series
Last synced: 08 Oct 2025
https://github.com/neflyte/fdwctl
A PostgreSQL Foreign Data Wrapper (FDW) management CLI
Last synced: 14 Jan 2026