SQL
SQL stands for structured query language. It uses commands such as “select”, “insert”, “update”, “delete”. Some common relational database management systems that use SQL are: Oracle, MySQL, Microsoft SQL Server, PostgreSQL, etc.
- GitHub: https://github.com/topics/sql
- Wikipedia: https://en.wikipedia.org/wiki/SQL
- Created by: Donald D. Chamberlin, Raymond F. Boyce
- Released: 1986
- Related Topics: database,
- Last updated: 2026-06-25 00:25:43 UTC
- JSON Representation
https://github.com/favarettorm/bd_universidade
BD_UNIVERSIDADE V01 - Banco de dados fictício de uma universidade para fins didáticos
data database dataset mariadb mariadb-database mariadb-mysql mysql mysql-database scripts sql university
Last synced: 08 May 2026
https://github.com/nebeyoumusie/streamlit-dashboard
recreate Excel dashboards within Python web apps. No more struggling with complex VBA macros – empower yourself to generate interactive and visually appealing dashboards for financial data analysis.
duckdb plotly python sql streamlit streamlit-dashboard
Last synced: 29 Apr 2026
https://github.com/elmar8287/blog_app
Blog app that will show the list of posts and empower readers to interact with them by adding comments and liking posts. App connected with Postgres db
Last synced: 03 May 2026
https://github.com/shridhar1504/loan-clustering-datascience-project
This project uses Machine Learning to Cluster loan together based on their similarities. The project uses a dataset of loan application which includes information about the Loan amount and Balance. The project then use the clustering algorithm to group the loan together based on the similarities.
clustering-algorithm data-analysis data-science data-visualization datanalysis eda kmeans-clustering machine-learning python sql sql-server unsupervised-learning
Last synced: 08 May 2026
https://github.com/jundel-malazarte/crud_book
Create, Read, Update & Delete - Table Books with MySQL Database (CRUD)
Last synced: 21 Jun 2026
https://github.com/dorukalkan/3a-superstore-analysis
End-to-end data analysis, machine learning, and visualization project on a Turkish supermarket dataset
data-science data-visualization dbt machine-learning power-bi python sql
Last synced: 20 Jun 2026
https://github.com/hansfigo/final-project-database_kompetisi
Project ini adalah sebuah sistem manajemen tim untuk final project, yang melibatkan tabel-tabel seperti tim, ketua, anggota, akun, dan kategori untuk mengatur informasi tim, anggota, dan kategori dalam sebuah kompetisi.
Last synced: 29 Apr 2026
https://github.com/yuaanlin/minisql-client
A macOS client for MiniSQL, final project of Database Design course at Zhejiang university.
client minisql sql swift swiftui zhejiang-university zju
Last synced: 29 Apr 2026
https://github.com/mysterycoder456/blitz_board
Typist Haven
flask multiplayer postgresql python python3 sql sqlalchemy typing
Last synced: 08 May 2026
https://github.com/aoof/lci-database-manager
A simple and efficient interface for managing SQL databases. Easily run queries, edit tables, and view data in a clean, user-friendly environment. Designed for convenience, it streamlines essential database tasks without unnecessary complexity. (MongoDB count your days)
data-management database database-editor database-management db-tool dev-tool sql sql-gui sql-interface sql-query
Last synced: 26 Apr 2026
https://github.com/t-kalv/studyshorts
StudyShorts -StudyShorts is a full-stack Java-based Study Quiz Flashcard app that helps user to study whilst testing their knowledge, allowing users to create questions and study those questions engaging with those questions via short-form video content at the bottom of the screen similar to TikTok/YoutTube Shorts/Instagram Reels...
database flashcards java java-swing mysql mysql-database quiz quiz-app shortform sql study swing video
Last synced: 03 May 2026
https://github.com/kirkalyn13/equipment-monitoring-system-backend
Equipment Monitoring System for Physics Lab Backend. [LEGACY CODE - PROTOTYPE ONLY]
express firebase firebase-admin firebase-auth nodejs postgresql sql typescript
Last synced: 03 May 2026
https://github.com/kumaranand05/hackerrank-solutions
This repository contains the solution code of HackerRank problems of SQL, Python and Java
hackerrank hackerrank-solutions java python python3 sql
Last synced: 08 May 2026
https://github.com/susannnnnna/js-sqlqueriesgenerator
On this website you can generate examples how to use generator and write your own data to generate CRUD (without C :)), copy it and use for your own purposes!
bootstrap command copycommand delete insert sql sqlcodeexample sqlcommand sqldelete sqlgenerator sqlinsert sqlupdate update
Last synced: 08 May 2026
https://github.com/z-bj/mendeleiv-elements-db-get
Bash script to get information about chemical elements from a periodic table database. ⚗🧪
automation bash postgresql relational-databases shield sql
Last synced: 09 May 2026
https://github.com/tanu272004/-income-mortgage-housing-insights-a-state-city-analysis-
To analyze state & city housing trends and affordability using data analytics.”
bigquery business-intelligence data-analysis data-visualization dax googlecloud kpi numpy powerbi predective-modeling python sql
Last synced: 09 May 2026
https://github.com/l1ve4code/api-blog
API для личного блога
java mysql spring-mvc spring-security spring-web sql
Last synced: 09 May 2026
https://github.com/sambhu431/multifunctional-chatbot-fine-tuned-using-roberta-bart-transformers
The project contains code and resources for a sophisticated AI-driven chatbot designed to provide accurate, context-aware responses. It uses RoBerta and BART Transformers and advance NLP techniques. The chatbot is capable of handling a wide range of domains such as healthcare , finance , etc..
bart bart-model chatbot cosine-similarity finance-chatbot flask-web healthcare-chatbot mysql-database nlp roberta roberta-model sentence-transformers sentimen sql textblob transformer
Last synced: 20 Apr 2026
https://github.com/pandh4cker/recherchefilm
Language implementation for searching in a movies' database
database databases java jdbc jdbc-database jdbc-driver jdbc-drivers language language-detection languages movies search search-algorithm search-engine search-in-text searching searching-algorithms sql sqlite sqlite3
Last synced: 29 Apr 2026
https://github.com/dmytrodemianchuk/crud-music
simple crud app
crud docker docker-compose golang sql
Last synced: 09 May 2026
https://github.com/heptau/pg_atropos
✂️ Go command-line tool that splits PostgreSQL pg_dump -Fc (custom-format) dumps into individual files organized for Git versioning. Instead of wrestling with a single giant SQL file, each database object gets its own file — tables in TABLE/, functions in FUNCTION/, roles in ROLE/, and so on.
Last synced: 21 Jun 2026
https://github.com/liulalemx/berana
An education focused social media platform.
Last synced: 27 Apr 2026
https://github.com/bifenzine/translingo-multilingual-sound-mapping
TransLingo is a React and Chakra UI-based web application that allows users to compare and map sounds between different languages. Built with Node.js, Express.js, and SQL, it provides an interactive platform for linguistic analysis and translation studies.
chakra-ui dark-mode express languages nodejs react sql
Last synced: 09 May 2026
https://github.com/mohamedelareeg/ecommerceeventsourcing
This repository uses Marten with Postgres for event sourcing: **Event Sourcing:** Captures state changes as events. **Services:** Manages Cart, Order, Inventory, Transactions, Warehouses. **Marten with Postgres:** Reliable event store and advanced querying.
dotnet dotnet-core event-driven event-sourcing events marten martendb microservice postgres postgresql sql
Last synced: 09 May 2026
https://github.com/pnv2003/sailor-moon-store
An online clothing store web application built by HCMUT Sailor Moon Team, Database Systems Assignment, Fall 2023
database database-systems mysql php sql web
Last synced: 09 May 2026
https://github.com/jreyesr/steampipe-plugin-mongodb
Use SQL to instantly query MongoDB databases. Open source CLI. No DB required.
postgresql postgresql-fdw sql steampipe steampipe-plugin
Last synced: 27 Apr 2026
https://github.com/andrewjbateman/nodejs-tutorial-shoppingcart
:clipboard: Udemy Node.js tutorial shopping cart
css3 express-middleware javascript mysql-database nodejs orm sequelize sql tutorial-code
Last synced: 20 Apr 2026
https://github.com/jonathan-r-andrade/store-manager
API RESTful para gerenciamento de vendas no formato dropshipping.
chai express-js javascript mocha mysql node-js oas3 openapi-specification restful-api sinon sql swagger-ui unit-tests
Last synced: 04 Apr 2026
https://github.com/renatoelho/docker-mysql
O processo de automação da inicialização e configuração de bancos de dados MySQL em contêineres Docker é facilitado por meio de uma abordagem que permite a execução automática de scripts SQL durante o processo de inicialização. Esses scripts, que podem conter comandos para criação de esquemas, inserção de dados iniciais e configuração de parâmetros
docker docker-compose mysql sql
Last synced: 04 May 2026
https://github.com/mrbelka12000/leetcode_training
Collection of LeetCode problems solved with Go/Golang
Last synced: 10 Sep 2025
https://github.com/mattlean/recha-server
REST API for Recha
checkpointjs express javascript nodejs pg-promise postgresql rest-api sql typescript
Last synced: 04 Apr 2026
https://github.com/bkosm/springboot-h2sql-jsp-example
springboot-h2sql-jsp-example
h2-database jsp-servlet spring-boot sql
Last synced: 09 May 2026
https://github.com/samuelepignone/easynql
EasyNQL converts natural language questions into SQL queries via Ollama and can optionally connect to a database for execution with automatic error correction.
database llm nlp ollama sql sql-generation
Last synced: 09 May 2026
https://github.com/cuadernin/minigestorsql
GUI que permite realizar distintas operaciones a una base de datos SQL.
gestor gui mysql postgresql python sql sqlite3
Last synced: 09 May 2026
https://github.com/gleissonneves/crud-php
Libary para agilizando operações CRUD com PHP banco de dados SQL
crud desenvolvimento mysql php7 postgresql problema psr-4 sql
Last synced: 09 May 2026
https://github.com/bobbyiliev/materialize-emulator-subscribe-poc
docker kafka materialize python redpanda sql streaming-data
Last synced: 09 May 2026
https://github.com/cauadesa/5by5-dapperclass
Dapper introduction repository.
Last synced: 19 Jun 2026
https://github.com/varun-khorgade/retailetl-store-data-pipeline
Data pipeline to process retail store data and prepare for reporting.
airflow batch-processing bigdataprocessing dataorchestration datawarehouse etl-pipeline hadoop pandas powerbi python reporting scala spark sql
Last synced: 04 May 2026
https://github.com/karenpayneoregon/ef-core-transforming
Provides easy to follow transformations/conversions for EF Core
csharp csharp-core dateonly efcore efcore5 efcore6 hasconversion linq orm sql sqlserver
Last synced: 30 Apr 2026
https://github.com/alfunx/monetdb
An Open-Source Database System
column-store database monetdb sql sql-database
Last synced: 30 Apr 2026
https://github.com/igorhoffmann/gms-app
👨💻 REST API for Gym Management System
clean-ar docker dockerfile dokcer-compose gin go golang golang-api golang-examples golang-jwt golang-jwt-a golang-migrate golang-rest jwt jwt-authentication makefile rest-api sql sqlx
Last synced: 04 May 2026
https://github.com/johnsoct/bash-sql-cli-local-db-query-tool
Generic Bash CLI tool to query a single row within a local PostgreSQL database.
Last synced: 04 May 2026
https://github.com/jmcph4/marketdb
Quick financial summaries and quotes via a PostgreSQL database backend
c database db finance fintech market postgres rdbms sql stock-data stock-market stock-price-prediction tool trading
Last synced: 10 May 2026
https://github.com/gregorykogan/mephi-databases
Laboratory work on the database course at MEPhI.
database go golang gorm gorm-orm postgresql sql
Last synced: 10 May 2026
https://github.com/spineo/quotations
Show quotations based on context.
database django lucidchart perl5 python sql sqlite3
Last synced: 16 Apr 2026
https://github.com/dwdw2/nfac_app
It is my repository for Nfactorial2024!
beautifulsoup4 flask flask-login python sql sqlalchemy
Last synced: 04 May 2026
https://github.com/giihsiq/dbms-fundamentals
mysql oracle-database postgresql sql sqlserver
Last synced: 16 Apr 2026
https://github.com/justpowerful/expressjs-mysql-blog
a simple blog using nodejs express and mysql
blog database express express-js expressjs mysql nodejs-express sql sql-files
Last synced: 05 May 2026
https://github.com/asmtamim/leetcode-sql-50
LeetCode's 50 SQL Problems (Study Plan)
Last synced: 10 May 2026
https://github.com/stefanov-sm/sqlmethods
Define PHP methods as SQL queries
Last synced: 30 Apr 2026
https://github.com/dolmen-go/sqlfunc
Stronger typing for database/sql prepared statements
database golang-module golang-package hacktoberfest sql
Last synced: 05 May 2026
https://github.com/mainageorge/eshopping
Microservices
clean-architecture csharp dapr docker dockercompose masstransit mediatr microservice mongodb netcore nosql portainer-ce rabbit-mq repository-pattern sql
Last synced: 16 Feb 2026
https://github.com/mgobeaalcoba/postgresql_advance
database database-management postgresql sql
Last synced: 27 Apr 2026
https://github.com/jefking/sql-geo
IP Look up to City, Country names.
convert geo-location geo-spacial geospacial ip ip-table server sql sql-database stored-procedures table tables visual-studio
Last synced: 19 Mar 2026
https://github.com/crepopcorn/flight_log_management_system
Flight Log Management System is a web-based application for managing flight records efficiently. Built using PHP, MySQL, and HTML5, the system allows users to create, update, search, and delete flight logs. Key features include user authentication, sorting of flight data, and an intuitive interface for logging essential details.
ajax backend css database dynamic-website flight form frontend html html5 javascript log-entry management-system mysql php single-page-application sql table website
Last synced: 12 Feb 2026
https://github.com/c0de4un/go-query-builder
SQL Query Builder written in Go for sql module
go golang mysql query-builder sql
Last synced: 17 Apr 2026
https://github.com/kadraknb/delivery-app
Nessa aplicação, fui responsável por criar e integrar tanto o back-end quanto o front-end, criando uma plataforma de delivery de cerveja.
api-rest axios-react backend css docker front-end html javascript mocha-chai mysql nodejs react sql
Last synced: 15 Apr 2026
https://github.com/mohamad-shosha/spring-boot-ecommerce
A powerful and secure backend that manages business logic, user authentication, product data, and order processing. It integrates Stripe for secure credit card payments, ensuring reliable transactions and data security.
java jpa-hibernate maven spring spring-boot sql workbench
Last synced: 10 Jun 2026
https://github.com/mythetech/aion
A cross-platform lite sql editor with blazor
blazor mysql postgresql prealpha sql workinprogress
Last synced: 11 May 2026
https://github.com/kingluo/lua-resty-ffi-graphql-resolver
The openresty graphql server library that encapsulates ariadne.
graphql-server grapqhl kafka luajit luajit-ffi nginx openresty python3 restful-api sql webservice
Last synced: 05 Mar 2026
https://github.com/purvajage/library_management
In this project, build REST APIs for a Library Management System Project using Spring Boot, Spring Data JPA (Hibernate), and MySQL database.
Last synced: 30 Apr 2026
https://github.com/nareangk/netflix-de-project
This project demonstrates an end-to-end data engineering pipeline using Azure and Databricks, following a Medallion architecture to process and analyze Netflix data.
adf adlsgen2 azure azuredatabricks pyspark python sql
Last synced: 05 May 2026
https://github.com/tamk-kol/sql-powerbi-hr_data_analysis-end-to-end
We'll build an HR database in SQL Server, import CSV data, and run queries for analysis. Then, we'll connect to Power BI, create visualizations, and build a dashboard. This end-to-end project will address HR's requests regarding healthy employees, non-smoker compensation, and absenteeism insights, all within the specified budget constraints.
absenteeism analysis employee-management end-to-end end-to-end-project hr leave leaveanalysis powerbi powerbi-desktop powerbi-report powerbi-visuals powerbidashboard powerbiservice sql sql-server sqlserver
Last synced: 18 Jun 2026
https://github.com/aneeshpatne/vishv-gdsc-solutions-challenge-2024
Google For developers | SOLUTIONS CHALLENGE 2024 - "This project serves as an environmental initiative aimed at promoting sustainable practices and community engagement in eco-friendly activities."
automl colab-notebook django-framework gmail-login googleappengine googlecloudplatform googleearthengine googlemaps-api googleoauth2 html-css-javascript project-management python-3 reactjs sql vscode
Last synced: 12 May 2026
https://github.com/cycloidio/sqlr
Set of useful interfaces to work with the GO 'database/sql'
Last synced: 12 May 2026
https://github.com/walimorris/leetcode
Leetcode solutions.
algorithms data-structures java javascript leetcode sql
Last synced: 12 May 2026
https://github.com/gsbenevides2/datamodelersrag
Modelagem de banco de dados para o dataset de casos de síndrome respiratória aguda grave do sistema único de saúde brasileiro.
brasil-covid database nodejs oracle sql typescript
Last synced: 30 Apr 2026
https://github.com/sainingo/vet_clinic_database
This is a postgreSQL database for Vet clinic. It has tables that contain animals' information. In the tables, user can insert data into it and query it.
Last synced: 12 May 2026
https://github.com/rezziemaven/versus-be
The backend repo for the app called Versus
Last synced: 12 May 2026
https://github.com/isaccanedo/ignite
:cloud: Apache Ignite
big-data cache cloud data-management-platform database distributed-sql-database hadoop ignite in-memory-computing in-memory-database iot network-client network-server osgi sql
Last synced: 30 Apr 2026
https://github.com/noureldin2303/recycling_project
Recycling Website using JS & PHP
communityexchange github javascript learn php recycling sql webdesign webdevelopment website
Last synced: 05 May 2026
https://github.com/coder-deep/order-matching-system
Developed a real-time transactional order matching system to simulate stock trading with 100% accuracy, handling multiple transactions concurrently during ’Hack2Hire’ Hackathon organized by DBS Bank.
angular java nodejs spring-boot sql
Last synced: 05 May 2026
https://github.com/hellymodikalpesh/sql-project-zomato-data-analysis
This project showcases my SQL expertise through a comprehensive analysis of Zomato's food delivery business. From database creation to solving complex business problems, this project highlights my ability to extract actionable insights using SQL.
Last synced: 10 Feb 2026
https://github.com/efe-eroglu/blog_website
My website where I can share my own blog posts
Last synced: 28 Apr 2026
https://github.com/darkygr/webapicshard
Web API made C#, SQL Server and Bootstrap (APS.NET Web Application)
asp-net-core bootstrap csharp sql
Last synced: 13 May 2026
https://github.com/vduseev/raquel
Distributed task queue for Python with SQL
distributed job-queue job-scheduler python queue-workers sql task-queue task-scheduler
Last synced: 27 Feb 2026
https://github.com/qzchenwl/q.vim
execute sql using [q](http://harelba.github.io/q/)
Last synced: 26 Feb 2026
https://github.com/mustafabinguldev/handatabasecoreapi
Complex minecraft database API
database minecraft-plugin minecraft-plugin-api mysql orm spigot spigot-api sql
Last synced: 15 Apr 2026
https://github.com/fdeniz07/techproeducationfullstackjavabootcamp-batch130
Core Java - Batch 130 Fullstack Developer Camp
core-java java lambda postgresql sql
Last synced: 01 May 2026
https://github.com/tknishh/8-weeks-sql-challenge
ALL my solutions for 8 week SQL challenge by Danny MA
Last synced: 07 Feb 2026
https://github.com/undisputed-jay/spotifyapi-data-engineering-project
This projects uses ETL (Extract, Transform and Load) pipeline to extract data from Spotify using its API and loads the data to a data source(AWS Athena). The entire pipeline will be built using Amazon Web Services (AWS).
aws aws-athena aws-cloudformation aws-lambda aws-s3 awsglue python3 sql
Last synced: 05 May 2026
https://github.com/muawiya-contact/crack-sql-interview-50
crack-sql-interview-50
coding-moves database-interview leetcode-sql leetcode-sql-50 sql sql-for-data-science sql-interview-questions sql-practice sql-query sql-study-plan top-sql-questions
Last synced: 10 Feb 2026
https://github.com/bredalis/programs
🐍 Simple Python Programs Folder 🐍
algorithms faker imgs libreries matplotlib-pyplot programs python sql sqlite structured-data testing tf tkinter
Last synced: 22 Apr 2026
https://github.com/rabbicse/mehedi.write.rdbms.infrastructure.abstructions
Some useful base classes and interfaces, mainly used with the Write RDMS layer inside CleanArchitecture template.
cqrs ddd entity-framework-core rdbms repository sql unitofwork
Last synced: 13 Jun 2026
https://github.com/reza-saeedi-coding/aws-financial-operations-data-pipeline
End-to-end cloud data engineering pipeline for financial operations analytics using Python, Amazon S3, AWS Glue, Athena, Lambda, CloudWatch, Docker, and GitHub Actions.
amazon-athena amazon-s3 aws aws-glue aws-lambda cloudwatch data-engineering data-pipeline docker etl github-actions parquet portfolio-project python sql streamlit
Last synced: 29 Jun 2026
https://github.com/firas-mcp-servers/mcp-sql-bridge
Read-only MCP server for SQL — give your AI assistant schema-aware access to SQLite, PostgreSQL, and MySQL. No cloud, no writes.
ai-tools claude cursor database fastapi mcp model-context-protocol mysql open-source postgresql python sql sqlite
Last synced: 04 Apr 2026
https://github.com/meghajbhat/patient-records-management-system
The Patient Records Management System is a robust web-based application designed for hospitals and healthcare providers to streamline the management of patient records, appointments, prescriptions, and billing.
backend css database-management flask flask-application frontend full-stack-web-development html mysql python python3 sql
Last synced: 18 Apr 2026
https://github.com/othastudio/nusql
Simplify the process of building SQL queries in Node.js applications
nodejs sql sql-query typescript
Last synced: 12 Feb 2026