An open API service indexing awesome lists of open source software.

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.

https://github.com/co-za-niutki/inf.03

Testy INF.03

css html5 javascript php sql

Last synced: 10 May 2026

https://github.com/farhashaad/farhashaad98

This is a repository to showcase my skills, share projects and track my progress in Data Science related projects.

data data-visualization dataanalysis matplotlib pandas python seaborn sql tableau

Last synced: 24 Apr 2026

https://github.com/markokermi/vet_clinic_table

Vet Clinic Database is a tool that manages all information for a veterinary clinic. It's created with PostgreSQL, it's database that allows easy access and retrieval of important data.

postgresql sql

Last synced: 13 Jun 2025

https://github.com/edochiari/layoffs-data_cleaning

SQL script for cleaning a dataset related to work layoffs. It removes duplicates, standardizes data, handles null values, and eliminates irrelevant columns and rows, ensuring data integrity

datacleaning layoffdata sql

Last synced: 27 Jan 2026

https://github.com/gentleeduck/duck-sqllsp

Multi-dialect SQL Language Server in Rust. 300+ lint rules, context-aware completion (50 phases), schema-aware hover, formatter, code lenses, inlay hints. PG-first; MySQL / SQLite / MSSQL supported. tower-lsp + libpg_query.

completion formatter language-server libpg-query linter lsp mssql mysql neovim postgresql rust sql sqlite tower-lsp vscode

Last synced: 15 Jul 2026

https://github.com/refactorful/migrata-cli-releases

Public releases and installation scripts for the Migrata CLI, the stress-free way to manage database schema migrations.

automation cli database devops infrastructure-as-code migrations schema-management sql

Last synced: 14 Apr 2026

https://github.com/studoo-app/sql-td4-sio1

SQL - Pratique des jointures

2024-2025 sio1 sql

Last synced: 08 Apr 2025

https://github.com/mathu97/dbveil

A local read-only, PII-redacting proxy that lets AI agents query your database safely.

claude-code pii pii-redaction postgresql safety sql

Last synced: 03 Jul 2026

https://github.com/jigyasag18/bird-strikes-in-aviation-project

This project analyzes over a decade of U.S. bird strike data (2000–2011) to evaluate safety risks, damage trends, and cost implications in aviation. Using PostgreSQL for database management and Power BI for dashboard visualization, it uncovers critical insights into when, where, and how wildlife impacts aircraft. Key findings inform strategically.

bird-strike-prevention bird-strike-prevention-in-real-airport data data-analysis data-analysis-project data-visualisation data-visualization data-visualization-project data-visualizations database dataset dax-query postgresql postgresql-database powerbi powerbi-desktop powerbi-report powerbi-visuals sql sql-database

Last synced: 09 May 2026

https://github.com/aopandey/5nf-counts-of-bushels-project

SQL Project about monitoring Indiana's soybean and corn harvests

5nf azure-data-studio microsoft-sql-server sql

Last synced: 15 Mar 2026

https://github.com/joliwood/sql-showcase

OLD - CRUD Back app to use an online DB with postgresql, hosted on the cloud by render.com

bootstrap database ejs express node postgres postgresql psql sql

Last synced: 23 Feb 2026

https://github.com/mmatteo23/simple-sport-manager

Repository per il progetto di Basi di Dati 2020

c postgresql sql

Last synced: 08 May 2026

https://github.com/jasminemlewis/file-tracker

File Tracker allows staff to maintain accurate record and traction of destroyed or stored boxes and files, and permit users to requests files.

asp-net sql vb-net web-application

Last synced: 13 Jun 2025

https://github.com/oleksandra-o/sqlite

Using Databases with Python University of Michigan class

python sql sqlite

Last synced: 22 Feb 2026

https://github.com/tonakihan/simpledatabase-2.0

Tested sqlite + rust + python. Simple database.

pyhton3 pyqt6 pyqt6-gui python rusqlite rust sql sqlite sqlite3

Last synced: 07 May 2026

https://github.com/charlc22/findyourvote-nj

An interactive web application that helps New Jersey residents find information about their congressional districts, representatives, and upcoming elections. Using Azure SQL and React.

azure html5 json react sql

Last synced: 25 Mar 2025

https://github.com/leo-spj/powerbi_inteligencia-de-negocios

Curso universitario de Inteligencia de Negocios de la UTP: Dashboards interactivos en Power BI. Incluye ejemplos de datos en SQL y Excel.

business-intelligence course excel powerbi sql

Last synced: 26 Feb 2026

https://github.com/BrockAltug/sql-employee-tracker

Content management system command-line application to manage a company’s 🧑‍🧒 employee database, using Node.js, Inquirer, and PostgreSQL.

asynchronous-programming cli consoletablejs crud dotenv environment-variables expressjs inquirerjs javascript nodejs postgresql relational-database sql

Last synced: 10 Aug 2025

https://github.com/satyacoder29/crm-analytics-power-bi

CRM Analytics Dashboard – An interactive dashboard using Tableau, SQL, and Salesforce CRM Analytics (CRMA) to analyze sales performance, customer segmentation, and churn prediction. Features automated ETL pipelines, predictive analytics, and real-time insights for data-driven decision-making. 🚀📊

advanced-excel data-analysis data-cleaning data-collection data-transformation data-visualization matplotlib numpy pandas powerbi python seaborn sql tableau

Last synced: 14 Apr 2026

https://github.com/leyantong/payment_gateway

The Payment Gateway project simulates a payment processing system that allows merchants to process payments and retrieve payment details. This solution includes a payment gateway service, a mock bank simulator, and integrated Swagger documentation for API exploration.

gin golang payment-gateway sql uuid-generator webapp

Last synced: 28 Jan 2026

https://github.com/yunusemrejr/php-mysql-shopping-cart

Shopping Cart with PHP & MySQL (+CSS/HTML) *thanks to Codex Time on YT for the amazing tutorial

css ecommerce html mysql php shopping-cart sql xampp-server

Last synced: 14 Apr 2026

https://github.com/crgimenes/dbv

Terminal-based PostgreSQL viewer and editor designed for fast browsing, quick edits, and easy data handling.

cli database editor go json lua postgresql sql terminal viewer

Last synced: 13 Apr 2026

https://github.com/eniko04/onlinestore

OnlineStore MVC with DB

csharp mvc sql

Last synced: 14 Jun 2026

https://github.com/spy86/sample-sql-code

Example SQL scripts

mysql postgresql scripts sql

Last synced: 14 Jun 2026

https://github.com/sanchezluys/departamentos_municipios_colombia_postgresql

Listado de departamentos y sus respectivos municipios. Colombia

colombia geografia postgresql sql

Last synced: 07 Jul 2026

https://github.com/taozuhong/libsqlast

libSqlAst is a library to parse SQL statements or files to AST, then apply them for Intellisense/Beautify/Minify functions

ast beautify intellisense mariadb minify mysql postgresql sql sqlite

Last synced: 17 Apr 2026

https://github.com/tanuj-maheshwari/sql-executor

Java based library for executing SQL queries for CRUD operations against an RDBMS, built using gradle.

gradle java sql

Last synced: 19 May 2026

https://github.com/uh-zz/sqload

https://pkg.go.dev/github.com/uh-zz/sqload

go mysqli sql

Last synced: 12 Sep 2025

https://github.com/winniecirino/adventure-works-sales-analysis

This repository focuses on identifying sales trends, calculating key metrics, and providing actionable business insights.

sql

Last synced: 04 Feb 2026

https://github.com/melvinernestosg/tarea-4-hacertutorialdesqlserveren2semanas

Developed by a person who knows very little about the database.

microsoft-sql-server sql sql-server

Last synced: 15 Jul 2026

https://github.com/fadhlidev/text2sql

Secure natural language to SQL API with multi-database and multi-LLM support

golang llm sql

Last synced: 15 Jun 2026

https://github.com/suganyarajes/sql-react33

SQL (Structured Query Language) is a domain-specific language used for managing and manipulating relational databases.

database sql table

Last synced: 01 Jun 2026

https://github.com/eufony/orm

Model-based zero-configuration PHP object relational mapping library.

eufony orm php sql

Last synced: 02 Apr 2026

https://github.com/Asit-14/Mysql-RDBMS-

This Repository contains all the SQL notes related to the course.

mysql notes sql

Last synced: 29 Oct 2025

https://github.com/hanzala-bhutto/csharp-pharmacy-store-system

Simulating Real life medical store keeping records of medicines

bunifu-ui csharp graphical-user-interface sql sql-express-filedb visual-studio

Last synced: 03 Jul 2026

https://github.com/yunusemrejr/vud-php

View User Database (V.U.D.) - Written in: PHP, JS, SQL, CSS, HTML

css database html javascript php sql view xampp

Last synced: 13 Apr 2026

https://github.com/domcarlosadriano/desafios.tech.01-11-2025

Plataforma full-stack para restaurantes que transforma dados de vendas e clientes em insights rápidos e dinâmicos.

axios date-fns docker-compose nestjs papaparse postgresql react recharts shadcn-ui sql tailwindcss typescript vite

Last synced: 13 Apr 2026

https://github.com/lucaslopezc/desafio-sql-2

Análisis de Estudiantes Este repositorio te ayudará a aprender funciones básicas de análisis en SQL con una base de datos de estudiantes. Los ejercicios incluyen rankings de estudiantes por horas de estudio y comparaciones con promedios por ciudad, usando funciones como RANK(), AVG(), y CTEs para crear soluciones eficientes y legibles.

bigquery sql

Last synced: 09 Apr 2025

https://github.com/nikeshcohen/project-management-system

A Project Management System built in Java and MySQL. Users can create new projects and assign people to said projects, to a relational database.

java project-management sql

Last synced: 14 Jul 2026

https://github.com/roger-takeshita/sql

SQL Cheat Sheets

postgres postgresql sql

Last synced: 14 Jul 2026

https://github.com/asirialwis/event-management-system

A robust Event Management System using React (Frontend) and .NET (Backend), with MS SQL as the database.

asp-net-core csharp dotnet ef-core ef-core-migrations mvc-architecture reactjs rest-api sql sql-server web-api

Last synced: 11 Apr 2026

https://github.com/ascentis/foreach-db

PowerShell module to execute SQL scripts in each database in a single or multiple servers

parallel-programming powershell-module sql sql-server

Last synced: 14 May 2026

https://github.com/sultanbadri/sql-zoo

SQL practice with SQL zoo exercises.

query sql sql-zoo

Last synced: 23 Jan 2026

https://github.com/zainea-bogdan/data_engineer_project_wowcinema

WoWCinema is a project based on a fictional scenario where I stepped into the role of a Data Engineer, designing and building an end-to-end Data Infrastructure. A ETL pipeline ingests data from multiple sources, transforms it, and loads it into a centralized PostgreSQL data warehouse to power analytics, KPI tracking, and reporting

analytics big-data data datawarehousing etl-pipeline postgres python sql

Last synced: 19 May 2026

https://github.com/vikasutf8/inventory_management_dashboard

this webpage for inverntory managment of any store with scable amount of data and users with admin access and deloped with aws service

aws-ec2 express nextjs14 node postgress rdsa s3 sql

Last synced: 24 Jan 2026

https://github.com/treasarose/ecommerce_data_anaysis_project

This repository contains an SQL dataset for an e-commerce platform and queries to analyze customer behavior, product performance, seller activity, and order fulfillment. By addressing critical business questions, this project serves as a foundation for those interested in using SQL to gain insights and optimize e-commerce operations.

database ecommerce mssql project sales sql sqlquery

Last synced: 18 Apr 2026

https://github.com/kahsolt/sqlbuilder

Hyperlight-weight sqlbuilder generating SQL of DDL(table-related), DML and simple DQL; mainly aimed for SQLite3.

lightweight sql sql-builder sqlite-database sqlite3 toy-project

Last synced: 15 Jun 2026

https://github.com/gokallpp/asp.net-mvc-portfolyo-uygulamas-

🌍 🔍"Asp.Net Core ile Dinamik Portfolyo Web Sitesi" kapsamında geliştirdim.

asp-net csharp mssql-database sql

Last synced: 16 Mar 2026

https://github.com/brianlesko/ms-sql-connect

Connect to a Microsoft SQL Server or a MySQL server - written purely in Python

connection data-science database mssql mssql-database mysql mysql-database python simple sql

Last synced: 16 Mar 2026

https://github.com/aravinda-1402/wolf-parking-database-management-system

The Wolf Parking Management System oversees campus parking, managing lot availability, zone specifications, permit assignments, and citation tracking. Administrators handle space, permits, citations, and generate reports for efficient parking management.

java mariadb mariadb-server sql

Last synced: 24 Jan 2026

https://github.com/saya304/data-cleaning-and-exploratory-data-analysis

Data Cleaning and Exploratory Data Analysis in Snowflake

data-cleansing exploratory-data-analysis snowflake sql

Last synced: 16 Mar 2026

https://github.com/martachesnova/data-modeling--postgresql

Modeled user activity data to create a database and ETL pipeline for a music streaming app. Defined Fact and Dimension tables and inserted data into new tables.

data-modeling database etl etl-pipeline postgresql python sql

Last synced: 13 Apr 2026

https://github.com/akashparley/netflix

This project focuses on analyzing Netflix’s vast data catalog using SQL for data extraction, transformation, and querying, followed by creating insightful visualizations in Tableau. By exploring Netflix’s dataset, the project aims to uncover key insights about the platform’s content offerings, including genre trends, content growth over the years,

sql tableau

Last synced: 09 Feb 2026

https://github.com/sujith-da279/2market_consumeranalytics

Customer behaviour analysis for 2Market, a global retailer, delivering actionable insights across demographics, advertising channels, and product preferences.

business-data-analysis customer-segmentation data-visualization demographic-analysis marketing-analytics report sql tableau-dashboards

Last synced: 28 Jan 2026

https://github.com/rp-bot/5nf-sql-project

SQL Project that has a 5nf design.

5nf microsoft-sql-server sql

Last synced: 16 Mar 2026

https://github.com/danimal141/sqlzoo

My solutions to https://sqlzoo.net/

sql sqlzoo sqlzoo-solutions

Last synced: 28 Jan 2026

https://github.com/derstimmler/transactionmyths

This repo shows how to solve concurrency problems in a high load multi user system with SQL transactions and NServiceBus sagas.

concurrency csharp database dotnet nservicebus sql transactions

Last synced: 13 Apr 2026

https://github.com/mayurjadhav1998/instago-sql

This repository contains SQL scripts for transaction processing, data aggregation, and reporting. Key features include sales summaries, order management, payment mode analysis, transaction failure tracking, and performance insights. Optimized for PostgreSQL, these scripts are designed for scalable data analysis and reporting.

postgres postgresql postgresql-database sql

Last synced: 28 Jan 2026

https://github.com/ialam085/a2z_sql_solutions

The objective of the SQL report is to understand all the Basic SQL-Server Queries/Scripts as well as all kind of String Functions

sql sql-server

Last synced: 16 Mar 2026

https://github.com/piyushkumar2025/e-commerce-sales-analysis

Conducted analysis of 100,000 orders (2016-2018) for Target Brazil using SQL and Python, extracting insights on order processing, pricing, payment/shipping efficiency, customer demographics, and satisfaction to inform strategic decisions.

googledocs jupyter-notebook mysql python sql

Last synced: 15 Apr 2026

https://github.com/pachadotdev/uoft-gasps-gravity-2022

GASPS workshop, includes advanced data manipulation with SQL, purrr and dplyr.

dplyr gravity purrr sql trade

Last synced: 28 Jan 2026

https://github.com/csgn/stratascratch-solutions

stratascratch solutions

pandas postgres python sql

Last synced: 13 Apr 2026

https://github.com/ashwaniarya/dbquery-generator-api

An AI tool that can give more control to your business team to make better decisions.

ai sql

Last synced: 21 Jun 2025

https://github.com/aimin-nur/visualisasi_bikestore

Data Analyst - Dashboard Bike Store

data-analysis sql visualization

Last synced: 29 Jan 2026

https://github.com/cfmvcarlos/python-udemy-ptpgfb

This course provides a comprehensive introduction to Python programming, covering everything from the basics to advanced topics such as asynchronous programming, object-oriented principles, and file handling. Table of Con

asynchronous asyncio dataclasses oop python-file python-lambda python-oop python-script python3 sql

Last synced: 25 Mar 2025

https://github.com/zachbateman/easy_db

Easy Python database interaction

access database python sql sqlite sqlite3

Last synced: 29 Jan 2026

https://github.com/marielachirinosr/nyc-taxi-trip-exploration-2019-2020

Explores passenger behavior & impact of COVID-19 on NYC taxi industry (Q1 2019-2020).

bigquery data data-analysis data-visualization python sql tableau

Last synced: 15 Jun 2026

https://github.com/ywindows98/metallurgical_company_database

This repository presents a university assignment project that focuses on designing and implementing a comprehensive relational database for a metallurgical enterprise using Oracle SQL.

oracle-database oraclesql sql

Last synced: 06 Feb 2026

https://github.com/rahmasamy/lms

This LMS (Learning Management System) website is a comprehensive platform for both instructors and students. It facilitates course enrollment, course payment, and filtering by categories, and offers personalized dashboards for instructors and students.

angular angular-cli bootstrap5 laravel-framework mysql-database payment-integration rjxs sql template

Last synced: 25 Feb 2026

https://github.com/rami24t/salon-appointment-scheduler_relational-database

Relational Database | Build a Salon Appointment Scheduler. For this freeCodeCamp challenge project, I have created an interactive Bash program that uses PostgreSQL to track the customers and appointments for a salon.

bash postgresql relational-databases sql

Last synced: 15 Apr 2026

https://github.com/raven-s-soul/basi-di-dati

Database SQL-Math 2024/2025 at Roma3

dbms math sql university

Last synced: 06 Feb 2026

https://github.com/s-bauza/agbd

ADMINISTRACIÓN Y GESTIÓN DE BASES DE DATOS

datastream sql sqlworkbench user-privileges

Last synced: 29 Jan 2026

https://github.com/lohiyah/e-commerce-springboot-react

Modern full-stack e-commerce platform using Java Spring Boot and React. Features secure authentication, product catalog, shopping cart, and responsive design. A comprehensive web application demonstrating advanced development techniques.

docker e-commerce-project full-stack-web-development spring-boot springboot3 sql

Last synced: 15 Apr 2026

https://github.com/zun-liang/fcc-world-cup-database

Solution to freeCodeCamp Project Build a World Cup Database

bash postgresql shell sql

Last synced: 15 Apr 2026

https://github.com/jbadeau/gaugekit

A collection of modules to make writing acceptance tests with gauge easier.

bdd beam gauge http screenplay-pattern selenium spark sql testing

Last synced: 15 Apr 2026

https://github.com/razfrumkin/nba-scoring-analytics

A web application designed to fetch and display NBA game scores as interactive charts. This project focuses on providing users with an intuitive interface to explore NBA game scores for regular season games.

chartjs nba nest postgres python react react-query sass sql typescript web

Last synced: 15 Apr 2026

https://github.com/xp-forge/aggregate

Aggregate data on lists

aggregate n-plus-1 php7 php8 sql xp-framework

Last synced: 06 Feb 2026

https://github.com/shaulamarquez/hr-employee-distribution-report

This HR Employee Distribution Report was cleaned first on Microsoft SQL Server before visualizing it on Microsoft Power BI

dashboard data-cleaning microsoft-sql-server powerbi powerbi-visuals sql visualization

Last synced: 24 Apr 2025

https://github.com/chdl17/nyc_green_taxis_peak_hour_analysis

This project analyzes GCP BigQuery data and uses Looker Studio to build a Peak Hour Analysis.

bigquery gcp google-cloud-platform looker-studio sql

Last synced: 06 Feb 2026

https://github.com/diegoribeiro2/dashboard_para_tomada_de_decisao_de_uma_editech_-_sql

Dashboard utilizando SQL com o objetivo de definir os próximos passos estratégicos de uma Edtech.

metabase sql

Last synced: 30 Jan 2026

https://github.com/devendracollage/sql-practice

This is for SQL Practice

sql sqlserver

Last synced: 14 Jul 2026

https://github.com/hbtlucas/udf---user-defined-function

Conteúdo para estudo de funções em linguagem sql, escrita com postgresql

database functions postgresql sql sql-functions

Last synced: 29 Apr 2026