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/ghivert/stonebraker
Use plain SQL files and queries directly inside your Node.js project!
database javascript nodejs postgres sql
Last synced: 10 Apr 2026
https://github.com/hy-zhengwei/hy.common.db
通用关系型数据库的操作类库
alibaba-druid database datasource datasource-group db mysql oracle sql sqlite sqlserver
Last synced: 02 Aug 2025
https://github.com/edsonbonfim/php-orm
Implementação do padrão de projeto active record em PHP
activerecord database model orm pdo php sql
Last synced: 15 May 2026
https://github.com/jackhawks/lemon-docs
Lemon Docs 是一个全面的文档集,包括 Figma 原型、PowerDesigner 物理模型、初始化 SQL 脚本数据等。
Last synced: 02 Sep 2025
https://github.com/andriikot/codewars
Codewars Solutions
algorithms codewars javascript python ruby solutions sql
Last synced: 01 Sep 2025
https://github.com/lucasplopes/uri
c competitive-programming cpp go hacktoberfest haskell java kotlin python sql uri
Last synced: 09 Apr 2026
https://github.com/phrdavis/grogus_ecommerce
Grogu's E-commerce Project
api api-rest application-yml crud crud-application database e-commerce h2-database java poo pull-requests software-engineering spring springboot sql university-project univille webserver website yml-configuration
Last synced: 11 Apr 2026
https://github.com/symfonycasts/doctrine-queries
SQL, DQL, Query Builders and code for the "Query Like a Pro in Doctrine" series - updated version of https://github.com/knpuniversity/doctrine-queries
doctrine doctrine-dbal doctrine-orm dql query-builders sql
Last synced: 16 Apr 2025
https://github.com/7effrey89/streamlit_azuresqldb_fabric
Demo of a Custom Data Entry App you can build for your Azure SQL Database and Microsoft Fabric Warehouse and Lakehouse using python framework called Streamlit.
azure db fabric microsoft sql streamlit-webapp
Last synced: 06 Jan 2026
https://github.com/larissaperinoto/store-manager
Project Store Manager is a RESTful API for managing a store's system.
chai express javascript mocha mysql nodejs sql swagger
Last synced: 11 Apr 2026
https://github.com/toddbirchard/bigquery-to-sql
:bar_chart: :arrow_right: :floppy_disk: Lightweight ETL script to migrate data from BigQuery to SQL.
bigquery etl google-cloud python sql sqlalchemy
Last synced: 09 Feb 2026
https://github.com/turbot/steampipe-mod-terraform-gcp-compliance
Run compliance and security controls to detect Terraform GCP resources deviating from security best practices prior to deployment using Powerpipe and Steampipe.
compliance gcp hacktoberfest powerpipe powerpipe-mod security sql steampipe steampipe-mod terraform
Last synced: 04 Feb 2026
https://github.com/raziyehbazargan/entityframework
a small project that shows both Database-First workflow and Code-First workflow
codefirst csharp database-first entity-framework mvc-framework sql
Last synced: 12 Mar 2025
https://github.com/aliesmaeil/queries-in-file
converting multiple SQL queries located in a file into only one composite insert query
Last synced: 04 Jan 2026
https://github.com/iwolf22/the-complete-2023-web-development-bootcamp
Homework and assignments from The Complete 2023 Web Development Bootcamp by Dr. Angela
api-rest css express-js html javascript node-js nosql oauth2 reactjs sql
Last synced: 09 Apr 2026
https://github.com/paty-oliveira/dbt-playground
Repository for data modelling with dbt
analytics-engineering bigquery dbt docker-compose jinja postgresql python sql
Last synced: 10 Feb 2026
https://github.com/aloth/power-bi-book-resources
Official resources for "Teach Yourself VISUALLY Power BI" by Alexander Loth (Wiley). Get all Power BI project files (.pbix) and datasets to follow along with the visual, step-by-step exercises in the book.
analytics bi business-analytics business-intelligence dashboards data-analysis data-cleaning data-modeling datavisualization dax etl microsoft microsoft-power-bi power-bi-desktop power-platform powerbi powerquery reporting sql visualization
Last synced: 19 Feb 2026
https://github.com/iambotcoder/buildyourpc
Build Your PC is an Ecommerce website and compatibility guidance for do-it-yourself computer builders.
Last synced: 27 Apr 2026
https://github.com/tspannhw/table-ddl
DDL for Kudu, Impala, Phoenix, HBase, Hive, MySQL, PostgreSQL, Calcite, ... Tables. SQL.
apache-hbase apache-hive apache-kudu apache-phoenix apache-sparksql cloudera ddl hue nifi sql
Last synced: 19 Mar 2026
https://github.com/roystonfurtado/python-snake-game
Snake Game created using Python with storage of Game Data in MYSQL Database using pymysql.
mysql pygame-mixer pymysql python python-snake sql tkinter
Last synced: 28 Aug 2025
https://github.com/reo7sp/two-step-migrate
SQL migration tool for blue-green deployments
blue-green-deployment migrate postgreql sql
Last synced: 11 Aug 2025
https://github.com/deve-sh/permit-system
A Lightweight Permit Application System written in PHP and SQL.
Last synced: 14 Nov 2025
https://github.com/turbot/powerpipe-mod-videogames
Visualize video game platforms, developers, industry trends, and more using Powerpipe and MySQL.
dashboard mysql mysql-database powerpipe powerpipe-mod sql video-game
Last synced: 27 Aug 2025
https://github.com/codewithkyle/jsql
Asynchronously access and manage your IndexedDB databases using SQL queries.
asynchronous indexeddb offline-capable sql web-worker
Last synced: 15 Mar 2025
https://github.com/mg98/filter.js
JS package that enables you to formulate complex conditions in a convenient string syntax which can then be matched with objects and further query a JSON array.
declarative-programming json sql
Last synced: 16 May 2025
https://github.com/digia3d/cook-book
The Recipe app 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 based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app allows you to make them public
Last synced: 26 May 2026
https://github.com/mynk2906/tendermanagementsystem
The Tender Management System is an e-Tendering System which facilitates the complete tendering process with the exception of advertising.
Last synced: 22 Mar 2025
https://github.com/sofiane-abou-abderrahim/mysql-nodejs-express-demo-blog
I built this little demo blog which uses all 4 CRUD operations with help of SQL and MySQL package which I was using and this connection pool I created which we can use for sending queries to the database. Therefore, all the commands are executed in the NodeJS code. So, the database is used as a data storage in this website application. Indeed, the data is not stored in a standard file.
crud crud-application ejs express expressjs mysql mysql-database nodejs nodejs-server pool promise router sql
Last synced: 10 Apr 2026
https://github.com/blakedrumm/scvmm-scripts-and-sql
The Scripts provided here are compatible with System Center Virtual Machine Manager
collector data powershell scripts scvmm sql
Last synced: 11 May 2025
https://github.com/abdelkarimhajji/gestionproduction
Production Management Project: Boosting efficiency and control in manufacturing. Optimize processes with us! 🛠️💼 #ProdMgmt
java management mysql-database sql
Last synced: 12 May 2026
https://github.com/dandimrod/indexsql
Project that simplifies the use of IndexedDB by making it compatible with SQL like sintaxis.
indexeddb indexeddb-wrapper javascript sql
Last synced: 06 Jul 2025
https://github.com/the-akira/the-akira
Gabriel Felippe Profile
c computer javascript profile programming python readme software-engineering sql
Last synced: 20 Aug 2025
https://github.com/mimaxuz/role-manager
Simple Laravel roles and permissions for Laravel applications
database laravel laravel-package laravel-passport laravel-roles library package php php7 role sql
Last synced: 23 Mar 2025
https://github.com/pojntfx/mepi
Middle Earth Property Insurance, a uni project of @jakwai01, @dentremor, @lucas-goldner and @pojntfx for HdM Stuttgart.
hdm-stuttgart oracle pogchamp proprietary sql uni-hdm-stuttgart
Last synced: 10 Aug 2025
https://github.com/BillyFrcs/SmarterBooks
Book Management System Application.
asp-net-core azure azure-devops csharp dotnet dotnet-core dotnet-framework entity-framework entity-framework-core razor razor-pages smarterbooks sql sql-server webapp webapplication
Last synced: 10 Mar 2025
https://github.com/dustinkredmond/sqlitetocsv
Command line tool written in C language to export SQLite data as a CSV file.
Last synced: 26 Aug 2025
https://github.com/mikehorn-git/psqlhunter
Hunt sql commands in pcap.
forensics network-forensics pcap pyshark python sql sqlinjection threat-hunting
Last synced: 07 May 2025
https://github.com/turbot/steampipe-plugin-buildkite
Use SQL to instantly query Buildkite users, pipelines, builds & more. Open source CLI. No DB required.
backup buildkite buildkite-api etl hacktoberfest postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 04 Oct 2025
https://github.com/bilbottom/billiam-database
OLAP database project for life admin (feat. dbt).
Last synced: 03 May 2025
https://github.com/alenales/etl
ETL задача. Ежедневная выгрузка данных и формирование/отправка новой таблицы в tabix
Last synced: 27 Apr 2026
https://github.com/mitre/aws-rds-microsoft-sql-server-2014-instance-stig-baseline
InSpec profile to validate the secure configuration of AWS RDS Microsoft SQL Server 2014, against DISA's Microsoft SQL Server 2014 Instance Security Technical Implementation Guide (STIG) Version 1, Release 9.
inspec microsoft mitre-corporation mitre-inspec mitre-saf sql stig
Last synced: 30 Oct 2025
https://github.com/sujunmin/oracledbdailycheckscripts
Oracle DB 12c Daily Check Scripts for Windows
daily-tasks database-status oracle-db powershell sql windows
Last synced: 03 Oct 2025
https://github.com/tejashviraj19/mongodb-sql
📘 Daily log of hands-on practice with MongoDB and SQL. Features real-world queries, Java-based CRUD operations, and date-wise progress. Built as part of my backend development journey — one commit at a time.
backend crud database java java-crud learning mongodb mongodb-sql practice sql
Last synced: 10 Mar 2026
https://github.com/rinatmambetov/sql-bootcamp-21school
sql-bootcamp-21school
21school bootcamp postgres sql
Last synced: 02 Aug 2025
https://github.com/ivanbyone/awesome-leetcode-sql
LeetCode SQL Solutions in PostgreSQL
awesome-sql interview-preparation leetcode leetcode-solutions leetcode-sql leetcode-sql-50 pgsql postgresql sql
Last synced: 13 Jul 2025
https://github.com/alokthedataguy/text-to-sql-agent
The Text-to-SQL Agent is designed to to interact with databases using simple, conversational language, eliminating the need for manual query writing.
agentic-ai langchain langchain-agent llm nextjs15 sql sqlite typescript
Last synced: 02 Sep 2025
https://github.com/friskes/loadnsi
Utility for downloading and updating NSI fixtures
aiofiles asyncio bs4 cli code-generator database django-models fixtures gzip httpx json nsi postgres python rich rosminzdrav sql tenacity
Last synced: 08 May 2025
https://github.com/ligoj/plugin-id-sql
Ligoj plugin for identity management and backed by an SQL database
Last synced: 24 Feb 2026
https://github.com/wendreof/nodemultipledbs
adminer mongoclient mongodb nodejs nosql postgresql sql
Last synced: 06 Apr 2026
https://github.com/dustin-decker/elasticsearchsql
A simple example of using Apache Spark SQL against Elasticsearch 5
Last synced: 11 Apr 2026
https://github.com/scottgriv/pwa-demo-app
A Progressive Web App (PWA) demo that uses React, TypeScript, Node.js, Postgresql, and Scss/Sass/Less. Learn about PWAs and achieving a perfect Lighthouse score.
html javascript less lighthouse postgresql postgresql-database pwa pwa-app pwa-apps pwa-boilerplate pwa-example react sass scss sql typescript
Last synced: 12 Aug 2025
https://github.com/hellymodikalpesh/atliq-hospitality-analysis
AtliQ Hospitality Analysis | Power BI insights into revenue trends, occupancy, ADR, and strategic recommendations for boosting performance and optimizing operations.
Last synced: 14 Feb 2026
https://github.com/erikfva/spatialsql
Funciones geográficas escritas en PL/pgSQL de PostgreSQL utilizando funciones de la extensión PostGIS.
gis pgsql plsql postgis postgresql shell sig sql
Last synced: 05 Jan 2026
https://github.com/mastansayyad/dbms-sql-queries-
This repository includes DBMS-SQL practicals which will guide you how and where to use sql and sql commands. Perfect for Quick rivision.
database database-management dbms dbms-project er-model jdbc mysql oracle oracle-database practicals practice sql
Last synced: 18 Apr 2026
https://github.com/carvetighter/sqlmethods
A wrapper for pymssql (Microsoft Sql Server Package). I wrote this in the process of working with Sql Servers as a Data Scientist.
microsoft-sql microsoft-sql-server pymssql python python-3 python3 sql
Last synced: 04 Jan 2026
https://github.com/mdxabu/nl2sql
Leveraging Open-Source AI Models for Natural Language to SQL Query Translation: An Implementation Using LLama
Last synced: 19 Feb 2026
https://github.com/ashirwadpradhan/tpsql
Asynchronous execution of parallely executing SQL query
asynchronous-tasks asyncio parallel-processing query-optimization spark-sql sql
Last synced: 04 Jun 2026
https://github.com/rainggor/animehaven
The AnimeHaven Backend is a microservice-based RESTful application built with Java 21 and Spring Boot 3.4, featuring OAuth2 for secure authentication. It enables efficient management of anime catalogs, user accounts, and interactive features like comments and ratings.
google java java21 oauth2 postgres postgresql spring spring-boot sql
Last synced: 29 Jun 2025
https://github.com/tebogoyungmercykay/the_jerman_otto_car_site
This repository serves as my personal web development space, where I am constantly experimenting, practicing, and refining my skills. It contains a variety of projects, code snippets, and resources that I used/use.
ajax angular bootstrap car-site css database-dump expressjs html javascript jquery json logs mobile-app mongodb mysql nodejs php sql typescript xml
Last synced: 09 Apr 2026
https://github.com/jeim05/pruebafrontend
Web application build with ASP .NET Framework y CSS3
asp-net asp-net-mvc csharp css3 html5 javascript jquery sql sql-server
Last synced: 06 Jan 2026
https://github.com/behindthemath/zmanim-sql
A partial SQL port of the KosherJava library
Last synced: 15 May 2026
https://github.com/johnsesana/eda-liquor-sales
Exploratory Data Analysis on Public Datasets
data-analysis data-visualization sql tableau-dashboards
Last synced: 09 Mar 2026
https://github.com/praisespjmt/personal-catalog
This project implemented a console app that will help you to keep a record of different types of things you own: books, music albums, and games. The data are stored in JSON files. The project was implemented using Ruby and SQL
Last synced: 29 Mar 2025
https://github.com/augustoarraes/crud_fullstack_react_fastapi
FullStack APP Microsserviço CRUD em FastAPI Python e React JS
api-rest crud crud-api crud-application crud-sample css3 docker fastapi html5 javascipt postgresql python react reactjs restful-api sql
Last synced: 12 Aug 2025
https://github.com/abualiyousef/nzwalks
New Zealand Walks Tracking Web API using ASP.NET
api asp-net-core csharp jwt-authentication sql
Last synced: 15 Mar 2025
https://github.com/rosbit/go-sql-driver
wrapper of database/sql/driver to easy writing sql driver in golang
driver golang sql sql-driver-wrapper wrapper
Last synced: 27 Oct 2025
https://github.com/hq969/operational-analytics-for-hcl-foxconn-semiconductor-osat-facility
Operational Analytics for HCL–Foxconn Semiconductor OSAT Facility is an end-to-end data analyst portfolio project that simulates real-world manufacturing operations. It focuses on improving production efficiency, analyzing equipment downtime, optimizing workforce attendance, and predicting operational risks using machine learning,SQL, and Power BI.
downtime powerbi predict-absenteeism python3 sql workforce-trends yield yield-monitor
Last synced: 04 Oct 2025
https://github.com/amruthlp12/com.onlinebankingapplication
An online banking application built with Java and MySQL, providing functionalities for account management, customer management, and transaction management.
account-management backend-development banking banking-software client-server customer-management database database-integration financial-software java java-development jdbc mvc mysql object-oriented-programming open-source project-structure sql transaction-management
Last synced: 05 Jan 2026
https://github.com/izolate/yesql
A tool to write raw SQL in Go more effectively
go named-arguments sql templates utilities
Last synced: 15 Jul 2025
https://github.com/kefniark/mango-sql
Golang Client Code-Generator for SQL Database (Postgres, SQLite, ...)
code-generation database golang mariadb mysql postgresql sql sqlite
Last synced: 06 May 2026
https://github.com/freddo1503/stock_news_pred
Web application to provide analysis-ready data (Stocks price, News, Tweets) for ML and RNN.
apache-kafka data-engineering django docker-compose postgresql python sql
Last synced: 11 Apr 2026
https://github.com/tss-sniper/llm-powered-sql-assistant
This simple LLM application translates your plain English queries into SQL commands and retrieves answers directly from the DB.
api gemini-pro llm python sql sqlite streamlit
Last synced: 10 May 2026
https://github.com/isi-mube/iron-labs
A repo to store and share solved data analytics assignments and side projects during my bootcamp at Ironhack.
elasticnet jupyter-notebook jupyterlab linear-regression python regression-models sql vscode
Last synced: 28 May 2026
https://github.com/serhatyamann/data_access
Collecting data with ORM tools EF and Dapper.
codefirst crud dapper dapper-crud data-access database dbfirst entity-framework linq linq-methods linq-to-entities linq-to-sql micro-orm model-first object-relational-mapping orm queries sql
Last synced: 29 Aug 2025
https://github.com/willabides/sqlcgetters
Generate getters for sqlc structs
Last synced: 30 Mar 2025
https://github.com/perezrd5/ssis_multiplefileimport
This project absorbs files from multiple source files and processes them conditionally based on their encryption, compression, format, and other variable conditions.
bulk-copy decryption encryption gnupg gpg logging microsoft-sql-server pgp sql sql-server-data-tools ssis ssis-component stored-procedures t-sql vb-net winzip
Last synced: 02 Apr 2026
https://github.com/byoso/silly_db
Minimalist ORM using sqlite3, simple but efficient.
database orm orm-framework python3 sql sqlite3
Last synced: 09 May 2026
https://github.com/kevinthulnith/restaurant-website
Full Stack Restaurant Website (php, SQL, JavaScript, css, html, Composer)
css emailvalidation full-stack-web-development html https javascript learn-php php restuarant resturent-website searchbar session-security sql sql-server web-security website websites
Last synced: 01 Mar 2026
https://github.com/kerimli-veli/social_media-efc-sql
"A social media management system developed in C# using Entity Framework Core and SQL Server
csharp entity-framework-core orm sql
Last synced: 04 Oct 2025
https://github.com/divyenduz/fpl.zoid.dev
FPL + SQL
analytics fantasy-football football sql
Last synced: 26 Feb 2025
https://github.com/apache/incubator-ignite
Mirror of Apache Ignite (Incubating)
big-data cloud data-management-platform database distributed-sql-database hadoop ignite iot network-client network-server osgi sql
Last synced: 28 May 2026
https://github.com/turbot/steampipe-plugin-doppler
Use SQL to instantly query Doppler projects, environments, secrets & more. Open source CLI. No DB required.
backup doppler etl hacktoberfest postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 02 Jul 2025
https://github.com/tknishh/case-study-ueats-ghub-sql
Analyzing the Impact of Business Hour Mismatch on Order Volume in the Food Delivery Industry: A Case Study of UEats and Ghub
assignment bigquery case-study-analysis loop product-analyst sql
Last synced: 23 Aug 2025
https://github.com/sevdanurgenc/mysql-for-database-administrators-lecture-notes
In this repo, I have the course contents of theMySQL for Database Administrators training, which will be given to Innova Technology by the cooperation of Academy Peak Information Technologies Training and Consultancy between 17 - 21 September 2022.
mysql mysql-database mysql-server sql
Last synced: 29 Aug 2025
https://github.com/gabryca/tales-sharing-website
Just an idea, maybe I'll get to work on this during summer, just to share stuff with some friends.
bootstrap bootstrap5 dark-theme gallery gallery-page mariadb php php82 sql website
Last synced: 03 Oct 2025
https://github.com/skrteeeeee/cursocief
Curso web "fullstack" de profesionalidad de Grado 3, realizado en CIEF.
bootstrap css express html javascript node-js php sql
Last synced: 05 Jan 2026
https://github.com/amberlee2427/nancy-brain
Nancy's RAG backend and HTTP API/MCP server connectors.
embeddings http mcp mcp-server python rag rag-chatbot sql
Last synced: 18 Jan 2026
https://github.com/joec05/social-media-app-pgsql
PostgreSQL database for my Flutter social media app
android database dblinl flutter flutter-android postgresql postgresql-backup postgresql-database social-app social-media social-media-app sql
Last synced: 21 Feb 2026
https://github.com/boburmirzo/autogen-multi-agent-memory
AutoGen Multi-agent Conversation and Recall using Memori
ai-agents autogen autogen-sample memory sql
Last synced: 04 Oct 2025
https://github.com/cleilsonandrade/flask_blog
Flask blog é uma aplicação de um blog, com cadastro post, edição e exibição, desenvolvido em Python utilizando o framework Flask e o banco de dados SQLite para salvar o conteúdo.
blog database flask fullstack jinja2 jquery popper python sql sqlite
Last synced: 10 Apr 2026