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/spandan114/luminai-data-analyst
LUMIN: Your data analysis companion that turns natural language questions into powerful insights through AI-driven visualizations and clear explanations.
ai-agents ai-data-analysis ai-tools chatgpt data-analytics fastapi groq langchain llm react sql typescript
Last synced: 30 Jul 2025
https://github.com/cfunkz/customtkinter-login-registration
Registration and login app made using customtkinter.
customtkinter python python3 sql sqlite3 tkinter
Last synced: 14 Apr 2025
https://github.com/graphql-editor/zeit-aurora-integration
Integration of zeit now with AWS Aurora - Easy serverless SQL database
aurora integration serverless sql zeit
Last synced: 22 Apr 2025
https://github.com/stackql/openapisaurus
Deno based openapi document utility for splitting openapi spec and generating stackql providers
Last synced: 11 Jul 2025
https://github.com/pointerish/sqlbasics
This repo contains work on SQL Basics.
Last synced: 29 Mar 2025
https://github.com/initphp/database
This library uses PDO. It offers DBAL, Data Mapper, Query Builder and ORM.
data-mapper database db-entity-class db-model dbal orm php php-pdo php-pdo-mysql php-pdo-sqlite php7 query-builder sql sql-query-builder
Last synced: 07 Mar 2026
https://github.com/bruceadams/query-rds-data
Query AWS RDS Data from the command line
command-line-tool hacktoberfest rds sql
Last synced: 04 Mar 2026
https://github.com/turbot/steampipe-plugin-linode
Use SQL to instantly query instances, domains and more from Linode. Open source CLI. No DB required.
backup etl hacktoberfest linode linode-api linode-cli postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 22 Apr 2025
https://github.com/turbot/steampipe-plugin-onepassword
Use SQL to instantly query 1Password vaults, items, files & more. Open source CLI. No DB required.
1password 1password-connect backup etl golang hacktoberfest postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 22 Apr 2025
https://github.com/turbot/steampipe-plugin-chaos
Chaos plugin for testing Steampipe with the craziest edge cases we can think of. Open source CLI. No DB required.
backup etl hacktoberfest postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 22 Apr 2025
https://github.com/omonimus1/computer-science-degree-courseworks
Coding Coursework that I have created individually or in Team while studying Computer Science at Napier University.
computer-science computer-science-education coursework cpp csharp databse haskell html-css-javascript scripting sql students university-coursework webtechnology
Last synced: 25 Aug 2025
https://github.com/k1low/qp
Printer that prints the results of a query to the database.
Last synced: 16 Apr 2025
https://github.com/materializeinc/connection-examples
Materialize connection examples
Last synced: 14 Apr 2025
https://github.com/lucas-erkana/vet-clinic
In this project, you I will use a relational database to create the initial data structure for a vet clinic. I will create a table to store animals' information, insert some data into it, and query it.
Last synced: 30 Sep 2025
https://github.com/little-brother/httpsql
Http server to monitoring SQL databases
db-connection db-monitoring http-server monitoring remote-sql sql sql-gateway usql zabbix
Last synced: 13 Apr 2025
https://github.com/turbot/steampipe-plugin-ibm
Use SQL to instantly query instances, networks, users and more from IBM Cloud. Open source CLI. No DB required.
backup etl hacktoberfest ibm-cloud postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 06 Sep 2025
https://github.com/alessandrocorradini/microsoft-data-science-professional-program
Repository for the Microsoft Data Science Professional Program
data-analysis data-science data-visualization datascience excel machine-learning machinelearning microsoft microsoft-professional-certificate microsoft-professional-program python python3 sql t-sql
Last synced: 13 Jul 2025
https://github.com/ivailop7/sql-to-graphql-python
Binding SQL database tables to GraphQL interface using SQLAlchemy and spawn a Flask-based GraphQL interactive console.
blog flask graphql post python sql sqlalchemy sqlalchemy-python sqlite web
Last synced: 14 Mar 2026
https://github.com/kilemonn/messagequeue
A message queue service, which can receive, hold and provide messages that are sent between services.
docker docker-container in-memory kotlin microservice mongodb mssql-server mysql postgresql queueing redis service sql
Last synced: 19 Apr 2025
https://github.com/nathan-parkinson/linq2db.include
linq2db.include adds Entity Framework style Include (eager loading) to linq2db
c-sharp database eager-loading include linq linq2db linqtodb orm sql
Last synced: 14 Jan 2026
https://github.com/carlos-rian/pysqlx-core
A fast and async SQL database wrapper for Python, with support for MySQL, PostgreSQL, SQLite and MS SQL Server.
anyio asyncio mssqlserver mysql postgresql python quaint rust sql sqlite3
Last synced: 04 Sep 2025
https://github.com/smghazijaffri/technotrek
Management System built on .NET 8.0 MAUI Blazor Hybrid Framework following SAP best practices
android android-application blazor blazor-hybrid blazor-server bootstrap csharp css3 dot-net dot-net-8 erp-application html5 javascript maui sql sql-server web-application webapp windows-application xaml
Last synced: 07 Aug 2025
https://github.com/stackql/stackql-demo
analytics aws azure cspm digitalocean gcp hacktoberfest linode sql stackql
Last synced: 14 Apr 2025
https://github.com/la-lo-go/the-phpoly
Monopoly web port with vanilla JavaScript
dom-manipulation game jquery monopoly-game php sass sql vanilla-javascript webgame
Last synced: 14 Apr 2025
https://github.com/basir-mohammadi/vetclinic-database
This repository includes files with plain SQL that can be used to create a database: Use schema.sql to create all tables. Use data.sql to populate tables with sample data. Check queries.sql for examples of queries that can be run on a newly created database. Important note: this file might include queries that make changes in the database.
Last synced: 20 Jul 2025
https://github.com/drako01/java__62940
Repositorio con todas las Actividades repasadas en Clase a lo largo del Curso
api-rest eclipse-ide java jdbc jpa-hibernate maven spring-boot sql
Last synced: 13 Jul 2025
https://github.com/minnukota381/jdbc-crud-application
This project demonstrates basic CRUD (Create, Read, Update, Delete) operations using JDBC (Java Database Connectivity) with different databases like MySQL, PostgreSQL, and more. It provides a simple yet comprehensive example of how to interact with databases in Java using JDBC.
java jdbc mysql postgresql sql
Last synced: 12 Jul 2025
https://github.com/dissco/herbonauts
Les Herbonautes volunteer portal (http://lesherbonautes.mnhn.fr/)
citizen-science elasticsearch java play-framework sql
Last synced: 16 Jan 2026
https://github.com/makomweb/curious-moon-exercise
My notes about: A Curious Moon by Rob Conery
data data-science docker make postgres postgresql sql
Last synced: 06 Apr 2025
https://github.com/mostafa-wael/database-tuning
Your complete guide to learn about Database Tuning ⚙️🔧.
database docker docker-compose nosql sql tuning
Last synced: 12 Jul 2025
https://github.com/myconsciousness/sql-formatter
Lightweight, Extensible and Flexible formatter for SQL based on Java.
formatter java sql sql-formatter
Last synced: 22 Apr 2025
https://github.com/developerdavi/ezadmin
:construction: Sistema de gerenciamento de banco de dados web, similar a produtos como phpMyAdmin
apache banco-de-dados bancos-de-dados database dbms management management-system mysql oracle-database php phpmyadmin postgresql project server sgdb site sql
Last synced: 22 Jul 2025
https://github.com/mannasoumya/sqltrip
SQL Map in CORE JAVA
corejava hack hacking hacking-tool hacks java java-library mysql mysql-database mysql-server sql sql-injection sql-injection-attacks string-manipulation string-matching strings url url-parsing
Last synced: 18 May 2026
https://github.com/mostafanabieh/58-challenges-solved-by-sql
The solutions of all SQL hackerrank challenges using MySQL
challenge hackerrank hackerrank-solutions hackerrank-sql hackerrank-sql-solutions mysql mysql-database sql
Last synced: 13 May 2025
https://github.com/adbc-drivers/mysql
ADBC driver for MySQL. Not affiliated with MySQL or Oracle.
Last synced: 11 Mar 2026
https://github.com/voku/simple-active-record
:ring: Active Record Pattern via PHP
active-record activerecord database hacktoberfest mysql php php7 sql
Last synced: 12 May 2025
https://github.com/turbot/steampipe-mod-hackernews-insights
View dashboards and reports across Hacker News stories, users, and other items using Powerpipe and Steampipe.
dashboard hackernews hacktoberfest insights powerpipe powerpipe-mod sql steampipe steampipe-mod
Last synced: 22 Apr 2025
https://github.com/avisionh/training-sql
Collection of interactive notebooks to teach T-SQL using the AdventureWorks database.
Last synced: 18 Jun 2025
https://github.com/ieuanwalker/dissertation-project
This is the web application that i have created for my dissertation.
ai artificial-intelligence asp asp-net asp-net-mvc csharp dissertation luis mvc mvc-pattern natural-language-processing npl search search-engine semantic-web sparql sql sql-database web-app web-application
Last synced: 13 May 2025
https://github.com/sonatipek/hospital-system
A patient registration and image upload application where patient records can be made and images can be uploaded.
apache-server bootstrap image image-upload image-upload-php mysql php sonatipek sql xampp xampp-server
Last synced: 26 Jul 2025
https://github.com/daedalus/sqlblindextract
SQL blind data extraction POC
benchmark blind-search exfiltration sql timing timing-attacks
Last synced: 27 Mar 2025
https://github.com/turbot/steampipe-plugin-tailscale
Use SQL to instantly query Tailscale resources. Open source CLI. No DB required.
backup etl hacktoberfest network postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin tailscale zero-etl
Last synced: 22 Apr 2025
https://github.com/turbot/steampipe-plugin-namecheap
Use SQL to instantly query Namecheap for domains, DNS host records & more. Open source CLI. No DB required.
backup domains etl hacktoberfest namecheap postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 22 Apr 2025
https://github.com/cs-joy/mysqlv8.0.29
Database Management System
mysql mysql-database rdbms sql
Last synced: 12 Jun 2025
https://github.com/turbot/steampipe-plugin-snowflake
Use SQL to instantly query Snowflake resources. Open source CLI. No DB required.
backup etl hacktoberfest postgresql postgresql-fdw snowflake snowflakedb sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 12 Jun 2025
https://github.com/turbot/steampipe-mod-github-insights
View dashboards and reports across all of your GitHub organizations and repositories using Powerpipe and Steampipe.
dashboard github hacktoberfest insights powerpipe powerpipe-mod sql steampipe steampipe-mod
Last synced: 22 Apr 2025
https://github.com/sondosaabed/tools-of-the-trade-linux-and-sql
In this course, I have explored computing skills that I will use on-the-job as a cybersecurity analyst. First, I practiced using Linux OS commonly used by cybersecurity professionals. Used the Linux command line through the Bash shell to navigate, manage the file system, authenticate users. Then, I have used SQL to communicate with a database.
cybersecurity linux operating-system python sql
Last synced: 11 Jul 2025
https://github.com/raidenyn/sqldeploy
Simple database creator from sqlproj under .NET Core and Docker environment
deployment docker dotnet dotnet-core mssql sql sqlprojects
Last synced: 12 May 2025
https://github.com/dominikjalowiecki/auction-auction-api
REST API of online auctions application "Auction Auction".
composer design-patterns figma full-text-search jwt php phpmailer postman rest-api sql transactions
Last synced: 05 Mar 2025
https://github.com/karenpayneoregon/code-samples-csharp
Contains an ongoing collections of various code samples for C#
csharp iequalitycomparer sql sql-server
Last synced: 13 May 2025
https://github.com/k1ethoang/lan-hue-management-java
Bài Tập Lớn - Công nghệ Java. Đại học Giao Thông Vận Tải - Phân hiệu TP.HCM (UTC2).
Last synced: 21 Jul 2025
https://github.com/jcm-ai/standard-bank-data-science-virtual-experience-programme
This repository has all of the assignments I had to do for the Standard Bank Data Science Virtual Experience Program. 📉👨💻📊📈
automl business-analysis business-solutions client-communication data-analysis data-mining data-science data-visualization machine-learning machine-learning-algorithms matplotlib-pyplot model-evaluation model-interpretation power-point presentation-slides programming-language python3 seaborn sql statical-analysis
Last synced: 16 Sep 2025
https://github.com/iamantimpal/leetcode_sql_database
This repo contains my SQL solutions for LeetCode problems. Each file includes a problem description, optimized SQL query, and explanations. The goal is to improve SQL skills, share knowledge, and collaborate. Feel free to explore, suggest improvements, or contribute! 🚀
leetcode leetcode-database leetcode-practice leetcode-python leetcode-python3 leetcode-questions leetcode-solutions leetcode-sql mysql mysql-database mysql-workbench sql sql-server sqlite sqlite3
Last synced: 23 Apr 2025
https://github.com/vishnu-t-r/data-analytics-portfolio-projects
This repository contain data analyst portfolio projects developed using various data analytics tools including SQL, Python, Tableau, Looker etc.
data data-analysis data-cleaning data-modeling data-visualization looker looker-studio python sql ssms tableau
Last synced: 23 Apr 2025
https://github.com/florents-tselai/pgxicor
XI (ξ) Correlation Coefficient in Postgres
aggregate correlation sql statistics
Last synced: 19 Apr 2025
https://github.com/shubham-bhoite/revision-of-frontend
A front end is a combination of a website's graphic design and user interface.
css3 github html-css-javascript html5 javascript projects sql webdevelopment
Last synced: 14 Apr 2025
https://github.com/jodendaal/graphql.sql.builder
SQL Query Builder Utility for .NET
csharp dotnet dotnet-core dynamic-sql generator graphql query query-builder sql sqlserver
Last synced: 19 Apr 2025
https://github.com/candoumbe/queries
A set of helper classes to build queries in a secure way
efcore entity-framework-core migrations mysql neo4j postgres queries query-builder sql sql-server sqlite
Last synced: 23 Apr 2025
https://github.com/khomsiadam/censync
This is an app designed for in-house use to manage IT incidents in any type of organization or establishment, using a simple ticketing system. Incidents are classified by type and priority. The purpose of such a system is to waste less time in dealing with issues therefore reducing costs and having better communication and traceability.
adobe-xd api css html javascript mvc php sass scss sql uml
Last synced: 23 Apr 2025
https://github.com/criscorreas/apuntes-sql
Apuntes y ejercicios resueltos de SQL en PostgreSQL, SQL Server y phpMyAdmin
cursors database ddl dml mariadb phpmyadmin plpgsql plpgsql-function postgresql rdbms sql sqlserver t-sql triggers
Last synced: 16 Jun 2025
https://github.com/cleilsonandrade/carteira_vacinacao
Aplicação tem objetivo de transformar os dados da carteira de vacinação convencional de papel, em um sistema digital para guardar informações do usuário e suas vacinas já tomadas.
card covid database fullstack health hospital-management html monolith mysql nurse sequelize sql vaccination vaccine virus
Last synced: 23 Apr 2025
https://github.com/syndbg/docker-postgres-xl-debian
This is an unofficial Debian build of http://www.postgres-xl.org/
docker postgres-xl postgresql sql
Last synced: 14 Apr 2025
https://github.com/hassaanjbaig-code/catalog-of-my-things
This project involves creating a media cataloging system with a user interface and a database schema for storing data. This project build with the ruby and the data store in the JSON format
Last synced: 24 Apr 2025
https://github.com/repalash/fexpr.js
Filter expression parser(like SQL WHERE, Elasticsearch etc) for JavaScript.
dsl expression fexpr filter-parser javascript parser query sql typescript
Last synced: 17 Apr 2025
https://github.com/emfy0/ar_virtual_field
Provides an easy mechanism to define virtual fields within an ActiveRecord model
Last synced: 26 Jul 2025
https://github.com/chrissiku/vet-clinic-database
In the project projects, I use a relational database to create the data structure for a vet clinic.
Last synced: 02 Apr 2025
https://github.com/leizongmin/leizm-sql
SQL查询构造器
mysql node npm query-builder sql
Last synced: 12 Apr 2025
https://github.com/mjunaidca/sql-auditor-pro-gpt
Get quick insights from your Data Sources in tables, charts and graphs with with AI-driven audits and optimize your SQL databases.
ai ai-agent auditing-data cloudflared compound-ai-systems custom-gpt data-analysis fastapi-template gpt sql sqlmodel
Last synced: 02 Apr 2025
https://github.com/dynaspan/extended-dapper
[Preview] Extension for the Dapper Micro-ORM, providing OneToMany & ManyToOne mappings, repositories (CRUD) and native LINQ 2 SQL.
crud csharp dapper dapper-crud dapper-extensions dapper-microorm dotnet dotnet-standard entityrepository linq linq-to-sql mariadb mysql orm repository sql sqlite sqlserver
Last synced: 14 Jan 2026
https://github.com/aqafridi/data-analytics-specialization
In this Specialization of Data Analytics we will use systematic computational analysis of data or statistics using Python. (rarely Excel or Cognos)
beautifulsoup cognos-dashboard data-science data-visualization excel numpy pandas python sql
Last synced: 21 Sep 2025
https://github.com/exegeses/introdb-63170
Curso Introducción a Bases de datos | código 63170
database-design databases mysql mysql-server sql
Last synced: 30 Jul 2025
https://github.com/darlinggo/pan
SQL generator written in Go.
golang mysql postgresql sql sqlite
Last synced: 31 Jul 2025
https://github.com/adaptant-labs/go-sql-rest-driver
A simple driver for Go's database/sql package for SQL over REST API endpoints
database driver go golang rest rest-api sql sql-rest-driver
Last synced: 09 Mar 2026
https://github.com/sadiksunbul/asp.net-narchitecture
asp.net web api infrastructure
automapper cache clean-architecture cqrs-pattern csharp dotnet efcore fluentvalidation ioc-container mediatr-library mssql-database onion-architecture rabbitmq-server redis-client sql transection webapi
Last synced: 25 Aug 2025
https://github.com/winterpuma/bmstu_db
bmstu, IU7-5, Базы Данных (2019)
5term bmstu database db iu7 postgresql sql
Last synced: 15 Apr 2025
https://github.com/notshrirang/pydbops
A Relational Database Management System. Developed on top of sqlite databases. CLI is included in the package. This project aims to provide more robust database management system for python android developers.
android database mongodb mysql postgresql pydbops pydbops-cli python rdbms sql sqlite sqlite-android sqlite3
Last synced: 26 Oct 2025
https://github.com/fern-flower-lab/sqlg-clj
The SQL Graph with Tinkerpop3 and Clojure
clj clojure clojure-library database dataprocessing graph gremlin h2 hsql maria mssql mysql postgresql rdbms-to-graph sql tinkerpop tinkerpop-graphs tinkerpop3
Last synced: 28 Feb 2026
https://github.com/sevdanurgenc/sql-project-ideas-for-beginners
This repo includes many sql projects.
Last synced: 20 Apr 2026
https://github.com/emiruz/dataset-tools
Easy to use library for working with core.matrix datasets in Clojure: select, where, aggregate, join, order, cross-tab, from/to-dataset, etc
data-mining data-science dataset dsl matrix sql
Last synced: 22 Oct 2025
https://github.com/rir-statistics/rir-statistics
:bar_chart: Regional Internet Registry statistics in SQL format
asn ipv4 ipv6 rir sql statistics
Last synced: 26 Jun 2026
https://github.com/natuleadan/agents-pro
Natuleadan's AIO for AI agents fullstack NextJS Supabase Uptash (and more) with dynamic SSR pages and RBAC dashboard for administration with cooked APIs for use and connect agents with tooling
agent-framework agentic-workflow agents ai development iceberg natuleadan pwa self-hosted sql typescript web workflow
Last synced: 21 Jun 2026
https://github.com/turbot/steampipe-mod-net-insights
Run individual configuration, compliance and security controls or full compliance benchmarks for DNS records using Powerpipe and Steampipe.
certificate dashboard dns hacktoberfest insights network powerpipe powerpipe-mod sql steampipe steampipe-mod
Last synced: 01 Feb 2026
https://github.com/expressots/prisma-provider
Prisma provider for Expresso TS 🐎
expressots nodejs nosql orm prisma provider sql typescript
Last synced: 10 Apr 2025
https://github.com/ao-space/space-postgresql
AO.space server depends on this database
Last synced: 04 May 2025
https://github.com/zdrzalikprzemyslaw/chat-web-application
A web chat application hosted on Azure cloud services.
azure-cloud-services cloud-computing frontend-javascript-framework java maven microsoft-sql-server mssql programming-language spring spring-boot spring-framework sql sqlserver vue vuejs vuejs3
Last synced: 30 Oct 2025