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-23 00:29:40 UTC
- JSON Representation
https://github.com/anki-code/localsql
Querying csv, xlsx, json local files using SQL as easy as possible.
csv csv-files csv-import json json-schema localsql pandas sql sqlite sqlite-database sqlite-extension sqlite3 xls xlsx
Last synced: 02 Jul 2025
https://github.com/haroldeustaquio/analysis-of-oncological-diseases-in-peru
This repository presents an analysis of care related to the 7 most frequent cancers in 2022, compiling open data provided by FISSAL. This report includes a breakdown of consultations by department, a patient profile by age, insurance and sex, as well as the most requested types of services. The findings are complemented by an interactive dashboard
analysis data diseases powerbi r sql sqlite
Last synced: 03 Apr 2025
https://github.com/ncss-tech/sda-lib
Soil Data Access is the name of a suite of web services and applications whose purpose is to meet requirements for requesting and delivering soil survey spatial and tabular data that are not being met by the current Web Soil Survey and Geospatial Data Gateway websites.
database nrcs soil soil-data-access soil-survey sql ssurgo ssurgo-datasets ssurgo-tools usda web-soil-survey
Last synced: 28 Jun 2025
https://github.com/ntdls/datarandomizer-sql-clr
Easily generate random human readable data using SQL Server’s SQL CLR.
Last synced: 14 Apr 2025
https://github.com/Mapping-Apping/laravel2doc
Automate generating comprehensive documentation for Laravel applications, including Entity Relationship Diagrams (ERD), UML Class Diagrams, Sequence Diagrams, API Documentation, and more.
api-documentation documentation erdiagram laravel laravel2doc nodejs sequence-diagram sql uml-diagram
Last synced: 18 Feb 2026
https://github.com/mrglaster/hlds-package-manager-server
Server part for the content destribution system for Half-Life Dedicated Server
cs hl hlds java mysql package-manager package-manager-server pm server spring spring-boot spring-web sql
Last synced: 12 Apr 2025
https://github.com/arkapravo-ghosh/attendance-monitoring-system
Attendance Monitoring System using Biometrics (Fingerprint)
biometrics javascript python3 raspberrypi react sql vite
Last synced: 02 Apr 2025
https://github.com/rip21/playground
It's just playground to play with languages, algorithms and other stuff and collect them in comprehensive place
algorithm-challenges algorithms codility groovy interview interview-practice interview-questions interview-test-task java javascript sql
Last synced: 14 Apr 2025
https://github.com/turbot/steampipe-plugin-jenkins
Use SQL to instantly query Jenkins resources. Open source CLI. No DB required.
backup etl hacktoberfest jenkins jenkins-api postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 10 Apr 2025
https://github.com/slott56/functional-sql
An approach to writing function Python that parallels the concepts underlying the SQL select
Last synced: 30 Apr 2025
https://github.com/leizongmin/leizm-sql
SQL查询构造器
mysql node npm query-builder sql
Last synced: 12 Apr 2025
https://github.com/alessandro-salerno/sqlabstract
A small recycled SQL library
Last synced: 30 Apr 2025
https://github.com/ygor-j/sql-guard
A small package for data quality rules using Standard SQL
assertions bigquery data data-cleaning data-quality data-quality-checks duckdb ducklake gcp in-memory pure-sql sql testing-tools
Last synced: 26 Oct 2025
https://github.com/r3dhulk/sqli-detector-in-perl
SQL Detector Tool In Perl
black-hat blackhat command-line command-line-tool ethical-hacking ethical-hacking-tools hacking penetration-testing pentesting perl perl-for-ethical-hacker perl-for-ethical-hackers perl-for-ethical-hacking perl-tool perl5 perlforethicalhacking sql sqli-scanner sqli-vulnerability-scanner
Last synced: 09 Apr 2025
https://github.com/dezoito/rust-todo-list
A TODO List application in Rust, using SQLite for data persistence.
begginer-friendly cli rust sql tests
Last synced: 18 Sep 2025
https://github.com/mellob1989/karma
Karma is a powerful, modular library designed to simplify common tasks in Go development. Whether you're handling authentication, parsing SQL, managing middleware, integrating with third-party APIs, or dealing with file management, Karma has got you covered.
ai ai-sdk go golang golang-package llm mcp mcp-client mcp-server orm sql sql-parser
Last synced: 11 Jan 2026
https://github.com/mitranim/sqlb
SQL query builder in Go. Oriented towards plain SQL. Supports composition.
Last synced: 30 Apr 2025
https://github.com/natasha-ct/vet-clinic-database
This repository houses my Vet Clinic relational database project. It accepts SQL commands to create a database, create tables, update tables, and run queries. It contains information about animals in a veterinary clinic, such as their pet names, weight details, and date of birth. PostgreSql was used to create this database.
database postgresql-database query relational-databases sql
Last synced: 02 Mar 2025
https://github.com/quiltdata/quilt-package-metadata-athena
A comprehensive tutorial outlining
athena metadata quilt-data quilt-packages quilt3 s3 sql
Last synced: 08 Jul 2025
https://github.com/ankan24/sql-a2z
This repository is a comprehensive collection of SQL commands, covering fundamental to advanced SQL syntax and examples.
Last synced: 26 Mar 2025
https://github.com/dmytro-varich/telegram-social-network-database
Modeling the database structure based on an analysis of the Telegram messenger. Developing an ER diagram and relational schema, and directly creating the database using Oracle SQL language. Additionally, executing queries and other commands to understand and demonstrate our knowledge in practice.
database plsql sql sql-oracle telegram
Last synced: 05 Apr 2025
https://github.com/src-mgra/node-sqlite-chart
read and add data to sqlite-db with node, show a chart
approach chartjs database easy-to-use examples graphs helpful howto nodejs nodeserver read share sql sqlite sqlite-database sqlite3 tryout usefull
Last synced: 21 Jun 2025
https://github.com/syucream/firesql
A SQL-like interface to Google Cloud Firestore in Java
Last synced: 12 May 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/belgattitude/soluble-metadata
Extract metadata from sql queries (reflection over sql)
database metadata mysql mysqli pdo-mysql php reflection sql
Last synced: 12 May 2025
https://github.com/nurislom373/hibernateorm
Hibernate ORM enables developers to more easily write applications whose data outlives the application process. As an Object/Relational Mapping (ORM) framework, Hibernate is concerned with data persistence as it applies to relational databases (via JDBC).
assertj database hibernate java-17 orm postgresql sql
Last synced: 09 Apr 2025
https://github.com/imsanjoykb/data-warehouse-using-aws-s3-and-redshift
Data-Warehouse-using-AWS-S3-and-Redshift
aws aws-s3 data-pipeline data-warehouse etl python3 redshift sql
Last synced: 17 Jun 2025
https://github.com/abhi5h3k/llquery
LLQuery : Your Conversational SQL Bridge Harness the power of natural language to effortlessly craft SQL queries with LLQuery.
chainlit chatgpt docker duckdb gpt gpt-database gpt-sql langchain llm local-llm ollama simple-gpt sql
Last synced: 10 Apr 2025
https://github.com/kurbatov/norm
norm is not an ORM (for clojure)
clojure database datamapper orm sql
Last synced: 19 Mar 2025
https://github.com/shravanasati/squirrel
An AI SQL query builder and executor.
Last synced: 23 Jun 2025
https://github.com/rajspeaks/oracle-erp-e-business-suit-project-cognizant
Oracle ERP | E-Business Suit Minor Project at Cognizant Internship in Oracle Solution Practice Domain
cognizant database-management e-business-suite ebs erp java oracle oracle-database plsql plsql-developer rajdeep-das rajspeaks sql sql-server
Last synced: 18 Jul 2025
https://github.com/blockchain-etl/iotex-etl
ETL (extract, transform and load) tools for ingesting IoTeX blockchain data to Google BigQuery and Pub/Sub
bigquery blockchain-data iotex sql
Last synced: 14 Apr 2025
https://github.com/jorgeluisreis/employeesharp
EmployeeSharp é uma aplicação baseada em C# junto ao ASP.NET que funciona dentro de um ambiente Docker junto ao seu Banco de Dados Mysql, trata-se de um CRUD para cadastro, edição e exclusão de funcionários e cargos atrelados ao mesmo.
aspnetcore docker dotnet mysql nginx sql
Last synced: 10 Apr 2025
https://github.com/byancamatos01/exercicioconstraint3
Exercicio 3 constraint SQL server
ads banco-de-dados constraints fatec-zl sql
Last synced: 06 Apr 2025
https://github.com/exsandebest/danchat
Web-chat in Node.js
authorization avatars chat communication database ejs environment-variables expressjs friends js long-polling messages nodejs socket-io sql users
Last synced: 02 May 2025
https://github.com/anaagg/data-installations-windows
Are you thinking about using the Linux subsystem on Windows? This is your repo, along this repository you will find the necessary steps to install on your computer what you need to work with Python, SQL, miniconda on Windows using the Linux subsystem.
conda conda-environment data-analysis hyper jupyter jupyter-notebook jupyter-notebooks linux miniconda pycharm pycharm-ide python sql vscode windows workbench
Last synced: 23 Oct 2025
https://github.com/gisce/ooquery
OpenObject Query Parser
hacktoberfest openerp openobject orm parser query sql
Last synced: 12 Apr 2025
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/ralvescosta/gokit
Golang toolkit. Package to help us in the basic configurations in our applications
auth0 golang kafka logging opentelemetry rabbitmq sql
Last synced: 13 Apr 2025
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/cleilsonandrade/notifications-service
Notifications Service é um serviço de mensageira que permite criar notificações, marcar como lida e nao lida, listar e contabilizar mensagens de um usuário. Desenvolvido com o framework NestJS com a clean architecture.
backend class-validator clean-architecture design-patterns messaging-services microservice nestjs nodejs notifications prisma sql sqlite
Last synced: 15 Jun 2025
https://github.com/daidai21/leetcode
The algorithm of Leetcode with Python3.x and C++. SQL and Shell.
algorithm bash cpp11 data-structures leetcode python3 shell sql
Last synced: 12 Apr 2025
https://github.com/code-str8/churn-prediction-ml-app
Making a machine learning application using Streamlit to predict customer churn in a telecommunications company.
machinelearning python sql streamlit
Last synced: 14 Apr 2025
https://github.com/akashdip2001/sql-study-notes
Study Notes for SQL, RDBMS
database dbms notes rdbms sql sql-server study-notes
Last synced: 30 Apr 2025
https://github.com/systemxlabs/datafusion-remote-table
A DataFusion table provider for executing SQL queries on remote databases.
datafusion mysql oracle postgresql rust sql sqlite
Last synced: 30 Apr 2025
https://github.com/jurihock/bandbase
Bandbase is an unique web application, which addresses the everyday needs of music bands. It helps to organize band contacts, gig details and music scores, and enables powerful automation tasks.
bootstrap css database fastapi flask html jinja js latex nginx postgresql python sql sqlalchemy tabler tex vue
Last synced: 23 Mar 2025
https://github.com/nathadriele/biophenotype-rag
This project implements a RAG (Retrieval-Augmented Generation) application to answer questions about phenotypes using biological and genomic data. The pipeline integrates information retrieval with response generation via language models (LLM), facilitating accurate analysis of phenotypic data.
anaconda genomic-data-analysis grafana groq jupyter-notebook langchain llm monitoring phenotypes pinecone pipeline-ingestion postgresql prefect pytest rag sql streamlit
Last synced: 31 Aug 2025
https://github.com/particuleio/terraform-scaleway-database
Terraform module to create and configure Scaleway Databases. Create RDB instances with managed databases, user creation and ACLs support.
cloud database iac infrastructure-as-code mysql postgresql scaleway scaleway-rdb sql terraform terraform-module
Last synced: 16 May 2025
https://github.com/westonganger/active_record_simple_execute
Sanitize and Execute your raw SQL queries in ActiveRecord and Rails with a much more intuitive and shortened syntax
Last synced: 27 Feb 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/phrohdoh/tsqlust
[on hold] Human-friendly T-SQL (lexing, parsing, error reporting, query execution)
gplv3 rust sql static-analysis
Last synced: 15 Apr 2025
https://github.com/seferogluemre/dynamictablestatus
This project is a simple Windows Form application designed to manage table statuses (e.g., empty, occupied, reserved) for a restaurant. Users can easily update table statuses and manage table information. The project is developed using C# and .NET Framework
Last synced: 23 Mar 2025
https://github.com/prathameshdhande22/student-management-system-in-python
Student Management system made from python using tkinter Gui and used the Mysql Database for storing the data.
database mysql mysql-connector mysql-database project python python-development python3 sql student-management student-project tkinter-gui
Last synced: 22 Sep 2025
https://github.com/vsat08/java-springboot-rest-microservices-learning
🚀 Java & Spring Boot Learning Warehouse. Welcome! This repository is your go-to resource for mastering Java and Spring Boot, from basics to advanced concepts. Find structured paths, practical examples, and best practices to enhance your skills. Join us to become a proficient Java developer!
authentication authorization dao-design-pattern devops hateoas hibernate java jdbc jpa microservices mvc-framework rest-api spring spring-boot spring-data-jpa spring-microservices spring-mvc spring-security spring-service sql
Last synced: 07 May 2025
https://github.com/talha-1010/fit_me_application
Workout application with fully functional Frontend and Backend.
backend css frontend html oracle-database php sql zend
Last synced: 23 Sep 2025
https://github.com/edosrecki/google-cloud-sql-nodejs-connector-example
Example of using Google Cloud SQL connector for Node.js.
cloud-sql cloud-sql-proxy gcloud google-cloud google-cloud-sql javascript knex nodejs proxy sequelize sql typescript
Last synced: 29 Jun 2025
https://github.com/yihleego/unique
Unique is a java based distributed sequence component. It provides RESTful APIs and clients(RPC, HTTP) to obtain sequences, and it supports Spring Boot, Spring Cloud and MyBatis.
database distributed-id distributed-sequence id java mybatis mysql primary-key rpc seq sequence spring-boot spring-cloud sql
Last synced: 12 Apr 2025
https://github.com/danieljdufour/bigintarray
Like intarray module for PostgreSQL, but for Big Integers
Last synced: 09 Aug 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/akeyless-community/steampipe-plugin-akeyless
Steampipe plugin to query The Akeyless Vaultless Platform configuration (no secrets values).
akeyless postgresql postgresql-fdw sql steampipe steampipe-plugin
Last synced: 15 Jun 2025
https://github.com/Bardin08/db-seeder
DB Seeder: Quickly populate databases with meaningful test data from SQL scripts. Speed, convenience, scalability. 💡
database dataseeding development made-by-ukrainians softwareengineering sql testing utilities
Last synced: 18 Apr 2025
https://github.com/meri-mg/vet-clinic
In this project is used a relational database to create the data structure for a vet clinic. A multiple SQL queries where answered based on this database and was analyzed on its performance as well.
Last synced: 27 Dec 2025
https://github.com/manishkr1754/library_management_system_sql
Developing a Library Management System from scratch using SQL
data-modeling database-management draw-io entity-relationship-diagram er-diagram library-database library-management-system sql sql-data-analysis sql-database-schema sql-server sql-server-management-studio sqlserver
Last synced: 13 Jul 2025
https://github.com/derektypist/coding-traineeship-projects
This repo is part of the IT Career Switch Coding Traineeship Program. I have practiced the projects and gained wide range of projects and gained wide range of web knowledge across multiple programming languages and libraries.
api backend bootstrap command-line css3 easybutton fontawesome6 frontend geosearch git html5 javascript jquery leafletjs nodejs php python react redux sql
Last synced: 09 Mar 2026
https://github.com/turbot/steampipe-plugin-ipinfo
Use SQL to instantly query ipinfo.io for IP address information. Open source CLI. No DB required.
backup etl golang hactoberfest ipinfo postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl
Last synced: 09 Mar 2026
https://github.com/tracesql/tracesql-py
Python client for TraceSQL lineage analyzer
data-lineage database lineage sql sql-lineage
Last synced: 30 Jul 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/datadistillr/datadistillr-python-sdk
A Python SDK for Programmatically Interacting with DataDistillr
apache-drill data data-science datadistillr jupyter sql
Last synced: 01 Jul 2025
https://github.com/bhattbhavesh91/sql-pandas-fugue-demo
Tutorial on using SQL on Python Pandas DataFrame using FugueSQL
pandas pandas-dataframe pandas-python python python3 sql
Last synced: 17 Apr 2025
https://github.com/michael-simons/pv
Some scripts to work with PV measurements and tooling to record measurements.
duckdb energy olap photovoltaics pv sql
Last synced: 12 May 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/ieuanwalker/semantic-web-book-search-application
Project from University where i created a web application that sources data using semantic web technologies.
asp-net asp-net-mvc csharp database dbpedia demo-video google-maps google-maps-api local-database relational-databases search-engine semantic semantic-web sparql sparql-query sql sql-database university
Last synced: 13 May 2025
https://github.com/joshdover/sql-typed
a simple, typesafe SQL DSL implementation in TypeScript
Last synced: 12 May 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/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/achique-luisdan/api-cakes-shop
API Rest de Tienda online de Tortas
backend express jest nodejs sql supertest typeorm typescript unit-tests
Last synced: 14 Jul 2025
https://github.com/developertharan/notion-clone
Developed interactive websites Notion clone websites, ensuring full functionality and highquality projects from conception to completion
authjs edgestore nextjs14 oauth2 oauth2-client postgresql prisma prisma-orm reactjs shadcn-ui sql tailwindcss typescript
Last synced: 07 Jul 2025
https://github.com/shonharsh/csharp-linq-tutorial
This project contains resources for the class LINQ Tutorial: Master the Key C# Library authored by Krystyna Ślusarczyk
academic academy artificial-intelligence atom automation bot config csharp education git guide learning linq markdown query sql studio training-materials trending windows
Last synced: 28 Oct 2025
https://github.com/bayoadejare/lightning-streams
Batch/stream ETL pipeline of NOAA GLM dataset, using Python frameworks: Dagster, PySpark and Parquet storage.
clustering csv data-engineering data-pipeline data-warehousing database etl-pipeline jupyter-notebook k-means-clustering machine-learning noaa-data orchestration parquet pyspark python spark-sql spark-streaming sql streaming
Last synced: 14 Aug 2025
https://github.com/chenquan/sqlbreaker
A low-code intrusion library that provides SQL breaker capabilities, suitable for any relational database (Sqlite3, MySQL, Oracle, SQL Server, PostgreSQL, TiDB, TDengine, etc.) and ORM libraries for various relational database (gorm, xorm, sqlx, ent, etc.)
breaker ent go golang gorm mysql oracle orm postgres postgresql sql sqlite3 sqlserver tidb xorm xsql
Last synced: 04 Apr 2025
https://github.com/lumbrjx/puzchess
a new chess puzzles platform made with next js, prisma, mysql and next auth with database session
api-rest authentication authorization chess chess-puzzle mysql next next-auth nextjs nextjs13 oauth planetscale prisma react react-query reactjs sql typescript
Last synced: 18 Mar 2025
https://github.com/johnnyasantoss/hippocampus-sql
HippocampusSQL is a package that helps you to create SQL queries using Linq expressions. Mostly to use with Dapper.
dapper generator hippocampus-sql query sql sql-query
Last synced: 22 Jun 2025
https://github.com/chris17453/ddb
A sql interface for flat files. Think mysql for csv's.
database delimited-data flat-file python sql
Last synced: 22 Jun 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/leionion/finance-telegram-bot
Telegram bot for financial accounting with google sheets API integration
Last synced: 19 Apr 2025
https://github.com/wilsonehusin/sqldoc
Generate markdown documentation from SQL tables.
database documentation documentation-generator postgres postgresql sql
Last synced: 14 Jun 2025
https://github.com/redayzarra/athena
An interactive online learning platform similar to Udemy and Coursera. Combining Next.js 14, React, TypeScript, and more, Athena offers a user-friendly environment for buying and selling courses. It features an integrated payment system, a dynamic course catalog, and real-time progress tracking, enhancing the e-learning experience.
nextjs nextjs13 prisma project react sql stripe typescript
Last synced: 08 Oct 2025
https://github.com/manuel7806/sql-server-hospital-database
A simple database that people can install and use to practice writing queries with.
database databases sql sql-server ssms t-sql t-sql-exercises t-sql-scripts
Last synced: 06 Sep 2025
https://github.com/detule/odbc-cli
ODBC CLI with autocompletion, syntax highlighting, object preview
cli client mysql odbc odbc-cli postgresql snowflake sql sqlite3 sqlserver terminal-based
Last synced: 05 Mar 2026