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-30 00:25:46 UTC
- JSON Representation
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/llogaricasas/easybackendphp
A lightweight and customizable Object-Oriented PHP library for backend development
back-end database php php-library sql
Last synced: 30 Apr 2026
https://github.com/karenpayneoregon/sql-server-to-excel
Export from SQL-Server to Excel
csharp excel sql sql-server vb-net
Last synced: 02 Apr 2026
https://github.com/devbigode/technical-challenge
api flask-backend java mysql-server pandas python sql websraping workbench
Last synced: 24 Jan 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/null-none/django-odbc
django-odbc is a SQL Server DB backend powered by the pyodbc library
Last synced: 09 May 2026
https://github.com/canayter/sql-employee-database
Design the tables to hold the data from the CSV files, import the CSV files into a SQL database, creating ERD diagrams, and then answer questions about the data. That is, performing data modeling, data engineering, and data analysis, respectively.
Last synced: 03 Mar 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/mehulcode12/codebasics_expense_tracking_with_sqlserver_fastapi_logging_streamlit_pydantic
This project is an expense management system that consists of a Streamlit frontend application, SQL for database and a FastAPI backend server. This application allows users to manage their daily expenses, view analytics, and interact with a database for storing and retrieving expense data.
expense-manager expense-tracker fastapi logging mysql pydantic python sql streamlit streamlit-webapp
Last synced: 03 May 2026
https://github.com/shuvo-halder/bangladesh-geocode-db
Bangladeshi divisions, districts, upazilas and many more SQL format
database database-design mysql-database sql sql-query
Last synced: 27 Feb 2026
https://github.com/kavicastelo/java-ant-pos-system
Java GUI POS application system for streamline sales, manage inventory, and generate reports. Using h2 embedded sql database.
gui h2-database java offline-app pos sql standalone
Last synced: 18 Mar 2026
https://github.com/turbot/steampipe-mod-alicloud-thrifty
Are you a Thrifty Alibaba Cloud dev? This mod checks your Alibaba Cloud account(s) for unused and under-utilized resources using Powerpipe and Steampipe.
alibaba-cloud alibabacloud alicloud aliyun cost cost-control cost-optimization hacktoberfest powerpipe powerpipe-mod sql steampipe steampipe-mod thrifty
Last synced: 19 Mar 2026
https://github.com/srinivasrm/graphics_cards_analysis_and_application
In the current project I have extracted graphics card current prices from an authorizer retailer in India and performed analysis
beautifulsoup data-analysis data-science data-visualization etl graphic-card-price-prediction graphics-card graphics-card-analysis heroku-database machine-learning matplotlib pgsql python regression scikit-learn seaborn sql streamlit webapplication
Last synced: 04 Mar 2026
https://github.com/ranagaballah/datawarehouse_ssis
SSIS (SQL Server Integration Services) project for building a data warehouse solution
database datawarehousing sql ssis tsql
Last synced: 09 Jun 2026
https://github.com/lmuffato/project-mysql-vocabulary-booster-trybe
Projeto mysql vocabulary booster - Projeto avaliativo da Trybe do Bloco 20: Funções SQL, Joins e Subqueries
back-end crud data database mysql mysqlworkbench query sql trybe-projects
Last synced: 10 May 2026
https://github.com/suraj-sedai/to-do-task-app
A to-do list app (Spring 24 Web Technology Project) with user registration, task management, and a dynamic light/dark theme switch. Built with PHP, CSS, and JavaScript for enhanced functionality.
css database html javascript php sql to-do-app to-do-list
Last synced: 18 Apr 2026
https://github.com/joaoespacheco/trybe-project-23-one-for-all
Projeto de criação, população e manipulação de um banco de dados SQL
Last synced: 18 Apr 2026
https://github.com/vargascardona/agenda-digital
Sistema de gestión para contactos
Last synced: 07 Jun 2026
https://github.com/code-raushan/bitespeed-identity-reconciliation
Solution to identity-reconciliation problem using NodeJS (TypeScript) and PostgreSQL.
assignment nodejs postgresql sql
Last synced: 15 Apr 2026
https://github.com/miroslav-reiter/oracle_db_plsql
Materiály k online kurzom a školeniam Oracle DB a PL/SQL
oracle oracle-database oracle-db sql sql-oracle-database
Last synced: 13 Feb 2026
https://github.com/sv3ks/hypercurrencies
Adds custom currencies to Spigot.
bukkit bukkit-plugin java minecraft minecraft-plugin open-source paper plugin spigot spigot-plugin sql vault-api
Last synced: 18 Apr 2026
https://github.com/yessasvini23/ibm_data_science_-capstone-project-wining-space-race.ipnyb
IBM Data Science Capstone Project from Coursera
apicollection dashboards data-science data-visualization datawrangling descion-tree eda knn-classification logestic-regression machine-learning-algorithms predictive-analytics presentation sql svm-model webscraping
Last synced: 18 Apr 2026
https://github.com/grinsteindavid/express_api_architecture_prototype
docker compose, rest api, sql query builder, queue worker, smtp email, crons, validations, custom scripts and testing
crons docker express jest node nodemailer redis sql
Last synced: 01 Feb 2026
https://github.com/tassio-med/sql-one-for-all-project
🗃️ O projeto consiste na normalização da tabela Spotify Clone, seguindo com o preenchimento da tabela para executar queries e encontrar informações.
Last synced: 10 May 2026
https://github.com/andreicek/testing_sql_functions
Companion Elixir project for my blog post
Last synced: 02 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/gabrielmpinho/cs50-sql
Solutions and notes from CS50’s Introduction to Databases with SQL. Covers CRUD operations, data modeling, normalization, joins, views, indexes, and connecting SQL with Python and Java. Begins with SQLite for portability and introduces PostgreSQL and MySQL for scalability.
data-analysis data-structures data-visualization database databases javascript python sql
Last synced: 10 May 2026
https://github.com/silumankucing/social-network
learning docs about system design, web application, mobile development, data engineering, databases (sql, nosql), and machine learning operation
javascript nosql social-media software-engineering sql
Last synced: 28 Apr 2026
https://github.com/shinichi-takii/atom-language-sql-bigquery
BigQuery SQL language support in Atom
atom atom-package bigquery grammar snippets sql syntax-highlighting
Last synced: 28 Apr 2026
https://github.com/fx-max/leetcode
记录个人 LeetCode 解题过程。
database leetcode leetcode-php mysql php sql
Last synced: 18 Apr 2026
https://github.com/pronazmul/project_educational_board_result_system_object_oriented_php
Education Board Result System Project With Object Oriented PHP and MySQL Database. Admin can Add results. The application will generate grade, CGPA, Passed, or Failed status logically. User/Student can find their result using their registration number.
mysql mysql-database oop-php php sql
Last synced: 10 May 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/derafu/etl
From spreadsheets to databases seamlessly
database doctrine etl php seed spreadsheet sql
Last synced: 10 May 2026
https://github.com/glintonliao/berkeley-cs-61a
CS 61A: The Structure and Interpretation of Computer Programs
Last synced: 10 May 2026
https://github.com/praths71018/customtkinter-sql-integration
Integrates MySQL database with Custom Tkinter in python and can perform SQL Queries on it
custom-tkinter customtkinter customtkinterprojects database database-management mysql mysql-database mysqlconnector python-mysql-connector sql tkinter
Last synced: 10 May 2026
https://github.com/lupennat/ludo
Database Abstraction Layer for Node js
database lupdo mysql nodejs pdo sql sqlite transaction
Last synced: 09 Feb 2026
https://github.com/vargascardona/proyecto-biblioteca
Sistema de gestion de biblioteca
Last synced: 10 May 2026
https://github.com/xploits3c/xploits3c
Config files for my GitHub profile.
blackhat-python config dump github-config hacking-tools injection-attacks osint-tools pentesting pentesting-tools python3 scripts sql sql-server vulnerability whitehat-hacker xss-vulnerability
Last synced: 16 Apr 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/ethern-myth/certified-netcore
Net Core 7.0 And PostgreSQL 15 Backend
authentication csharp design-patterns entity-framework-core jwt netcore7 postgresql redis sql
Last synced: 11 May 2026
https://github.com/drupaladmin/sqli.to
The AI SQL Query Optimizer
mariadb mysql postgresql query-optimization sql sql-server sqllite
Last synced: 04 Apr 2026
https://github.com/vitor-msp/originarios-v2
Desenvolvimento de um site para venda de produtos indígenas. Versão 2.
asp-net-mvc bootstrap cropperjs csharp dotnet entity-framework razor sql sqlserver
Last synced: 28 Apr 2026
https://github.com/mdreyadhossain/leetcode_solved
cracking leetcode problems
Last synced: 02 May 2026
https://github.com/thestevendev/query-planner
Query-Planner is a Java-based application designed for efficient scheduling, management, and execution of SQL queries with an intuitive graphical interface.
database java query query-builder queryplan sql
Last synced: 02 May 2026
https://github.com/duguce/pylearninghub
🏝 Within this repo, I store code and notes that I've developed to improve my skills in Python programming.
Last synced: 02 May 2026
https://github.com/giihsiq/dbms-fundamentals
mysql oracle-database postgresql sql sqlserver
Last synced: 16 Apr 2026
https://github.com/niteshchawla/nc-sql-business-case
A Leading Retail chain brand and a prominent retailer in the United States. It makes itself a preferred shopping destination by offering outstanding value, inspiration, innovation and an exceptional guest experience that no other retailer can deliver.
bigquery retail sql supermarket
Last synced: 07 Feb 2026
https://github.com/oborchers/pg-durable-evaluation
Independent local evaluation of Microsoft's pg_durable PostgreSQL extension as a durable workflow engine
database-migrations docker durable-workflows job-scheduler observability pg-durable postgres postgres-extension postgres-http postgresql psql sql workflow-engine
Last synced: 22 Jun 2026
https://github.com/samanhovar/insurance_project
Insurance project is a practice project for python
mvc mvc-architecture mysql oop oops-in-python python python3 sql sqlalchemy tkinter tkinter-gui
Last synced: 28 Apr 2026
https://github.com/ashmalzahra/vet_clinic-database
In this project, PostgreSQL - relational database, is used to create the data structure for a Vet Clinic.
database postgres postgresql sql
Last synced: 02 May 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/ayushkhodankar/certificategeneration-php
certificate generation and searching module in PHP
certificate-generation javascript php phpmyadmin search-module sql
Last synced: 07 Feb 2026
https://github.com/starsheriff2/weather-app-calendar---backend
Simple web app for creating reminders that show you the weather forecast. Built with Ruby on Rails API, PostgreSQL, React create-react-app, Redux RTK and JWT for authentication. Deployed with Docker
crud-api docker docker-compose jwt-authentication jwt-token postgresql render request-testing restful-api rspec-testing ruby sql
Last synced: 28 Apr 2026
https://github.com/ryn2004t/blood-donation-system
A desktop-based Blood Donation Management System built with C# Windows Forms and MySQL. It manages donor records, supports CRUD operations, and uses a typed DataSet for structured data handling. Designed to assist hospitals and blood banks with efficient donation tracking.
blood-donation crud csharp desktop-application dotnet healthcare mysql sql windows-forms
Last synced: 28 Apr 2026
https://github.com/lucereal/redrider
Senior Capstone project - Android Application to make carpooling to and from Lubbock, TX easier for Texas Tech students
android mobile-app nodejs-api sql
Last synced: 12 May 2026
https://github.com/bsperezb/python_sql_manage
this project read a excel, save and delete objects of database and export logs and data errors in excel format
data-science data-visualization postgresql python sql
Last synced: 02 May 2026
https://github.com/hugojunior/sql-server-docker
Configuração para criar um ambiente de desenvolvimento usando SQL Server sem restrições de sistema operacional.
docker docker-compose sql sqlserver
Last synced: 01 May 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/dariomatias-dev/go_auth
Sistema de autenticação e autorização para Golang com e-mail e senha
authentication authentication-backend autorization docker docker-compose gin go golang postgresql source-code sql sqlc
Last synced: 04 Mar 2026
https://github.com/tomtom828/hello-windows
Notes to self on creating a developer environment in Windows 10
getting-started gitbash how-to howto java setup sql windows
Last synced: 28 Apr 2026
https://github.com/walimorris/leetcode
Leetcode solutions.
algorithms data-structures java javascript leetcode sql
Last synced: 12 May 2026
https://github.com/1kivanc/sqlodevler
patika tarafından verilen SQL ödevlerini attığım repodur
Last synced: 19 Mar 2026
https://github.com/tlewin/yadm
Simple Clojure library for data mapping
clojure database datamapper sql validation
Last synced: 30 Apr 2026
https://github.com/jodevsa/sql2mongo
convert simple sql statements into mongodb query "try it out": https://jodevsa.github.io/sql2mongo/
mongodb mysql peg pegjs querybuilder sql transpiler
Last synced: 15 Apr 2026
https://github.com/q-m/metabase-matview
Basic webapp to materialize questions in Metabase
materialized-view materialized-views metabase sql webapp
Last synced: 25 Jun 2026
https://github.com/rezziemaven/versus-be
The backend repo for the app called Versus
Last synced: 12 May 2026
https://github.com/gaurav000001/tender-management-cli
A C.L.I. Based Application for Tender Management, which allows users to Place a Bid for any Open Tender, browse his/her bid history, Update their profile, change their password, and Delete a Bid, Using Java with J.D.B.C. and MySQL database.
console-application java jdbc-api mysql sql
Last synced: 01 May 2026
https://github.com/ayu-hack/ayu-hack
Enthusiastic learner passionate about building software and exploring the world of technology. Eager to contribute to open-source projects and collaborate with the developer community. Continuously developing my skills in Python,SQL,HTML,CSS,PowerBI, MacOS. Always open to feedback and excited to keep growing!
config css data-analysis github-config html powerbi-desktop python3 sql
Last synced: 30 Apr 2026
https://github.com/rafaelmoura23/data_base
SQL | Query | Back End | PHP | PostgreSQL
Last synced: 13 May 2026
https://github.com/skimmenthal13/asql
C# Library that let use multiple types of databases (SqlServer, Oracle, MySql, PostgreSQL, Sqlite) with same code
database events log migrator multidatabase mysql oracle orm performance postgresql sql sqlite sqlserver trace transactional
Last synced: 01 Feb 2026
https://github.com/mainageorge/uplift
This is an app to place orders for gardening services for people with large gardens or lawns and require outside help to maintain it. an anonymous user can request services, which are available on the homepage, giving his credentials and the admin will contact him with the relevant details
aspnetcore entity-framework-core identity-framework linq ntier-architecture oop-principles repository-pattern sql sqlserver
Last synced: 28 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/loinguyen3108/wide-world-importers-dbt
The project use dbt to transform wwi data
Last synced: 12 Feb 2026
https://github.com/chrisross5/tradingview-ideas
College project (Java programming S4): A Java Swing app fetching TradingView data via RSS, with a fully responsive design. Supports user & admin roles with CRUD for ideas, authors, symbols & markets.
bcrypt flatlaf java jaxb jsoup rss sql sql-server swing
Last synced: 13 May 2026
https://github.com/kk-mp4/manim-mc-stat-animation
Automatic SQL database (with Minecraft stat files) visualisation using Manim
Last synced: 01 May 2026
https://github.com/a1k0r/node-query-template
Node.js library for SQL queries templating
mysql nodejs postgresql query sql template
Last synced: 28 Apr 2026
https://github.com/z-bj/sql_reference
Object containing commonly used SQL commands.
Last synced: 01 May 2026
https://github.com/pragmatta/oino-ts
OINO TS library for publishing an SQL database tables as a REST API
library rest-api sql typescript
Last synced: 26 Feb 2026
https://github.com/rajuniranjan/learning
cpp docker javascript openai openlayers postgres postgresql python reactjs recharts sql sqlalchemy tableplus typescript
Last synced: 16 Apr 2026
https://github.com/johansolbakken/benchmark
A repository for benchmarking Optimistic Order-Preserving Hash Join (OOHJ) in MySQL using the Join Order Benchmark (JOB). Part of a Master’s thesis project, it includes scripts for setting up the database, running SQL queries, and evaluating performance.
benchmarking join-order-benchmark mysql query-optimization ruby sql
Last synced: 30 Apr 2026
https://github.com/owengretzinger/education-data-for-change
Website created to help discover insights into the Ontario education system using EQAO and income data.
css education html javascript mongodb python sql website
Last synced: 17 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/cubrid-labs/cubrid-go
Pure-Go database/sql driver for CUBRID database
cubrid cubrid-database database database-sql driver go-database-sql golang gorm pure-go sql
Last synced: 01 Apr 2026
https://github.com/candygoose/database_se
Базы данных Программная инженерия (ПИиКТ) ИТМО
database itmo psql software-engineering sql
Last synced: 11 Feb 2026