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/pulkit1822/leetcode

This repository contains daily solutions to LeetCode challenges, organized by date and problem name. It provides explanations for each solution and supports multiple programming languages. Contributions are welcome, and the project is licensed under MIT.

coding-challenges cpp csharp data-structures-and-algorithms java mysql php problem-solving ruby sql

Last synced: 14 Apr 2026

https://github.com/victorroe/palmbooking

Este repositorio es un Proyecto para aprender arquitectura MVC, Java Spring boot y Spring Security. Con el fin de desarrollar un Sistema de Reservas Hoteleras.

java maven postgresql spring-data-jpa springboot springsecurity-jwt sql

Last synced: 16 Apr 2026

https://github.com/arkenidar/py-sql-task

SQL-Alchemy ( py + sql ) simple app ( task app ) . TextUI + DataBase

py sql

Last synced: 06 Jun 2026

https://github.com/mohammadhb/sequelize-true-migration

I am able to form your "Sql-Based Database" connected to "Sequelize" to look like "Sequelize Models" in your "Sequelize Model Schemes"

mysql mysql-database mysqli node npm-module npm-package orm orm-extension orm-framework orm-library sequelize sequelize-extension sequelize-library sequelize-migrations sequelize-models sequelize-orm sequelizejs sql

Last synced: 06 Jan 2026

https://github.com/jmaupetit/imdb-sql

Load IMDB datasets in SQL databases

database imdb load-testing sql

Last synced: 16 Feb 2026

https://github.com/quarkiverse/quarkus-fluentjdbc

Integrates FluentJdbc with Quarkus and with GraalVM support

database fluentjdbc jdbc quarkus-extension sql

Last synced: 04 Jun 2026

https://github.com/paraglondhe098/sql-manager-ai-agent

Incorporating AI agent to manage a SQL database.

ai-agent database llm mysql sql

Last synced: 18 Apr 2026

https://github.com/yt3trees/execsql

Right click on the .sql file -> "Send" -> ExecSQL.exe -> Execute the query

python sql

Last synced: 27 May 2026

https://github.com/kdandy/RedOps

DevTools is a network and security testing tool. Key features: subdomain discovery, port scanning, and vulnerability testing. New features: Reverse DNS Lookup, DNS Zone Transfer Testing, Open Redirect Testing, Command Injection Testing, and CVE Exploit Checker.

csrf ddos domain find injection pentesting sql ssl vunerability xss

Last synced: 09 Jul 2025

https://github.com/brainconnect93/vet-clinic

Vet Clinic is a relational database management web based application that tracks information about animals, their clinic visits and the details of the veterinary officers who attended to them.

database postgresql schema sql sql-server

Last synced: 14 Apr 2026

https://github.com/gabrieladados/adventureworks

Do Data Warehouse ao Power BI: Projeto End-to-End de Análise para Adventure Works

dataanalysis dbt figma powerbi snowflake sql

Last synced: 19 Mar 2026

https://github.com/yeshunit/walmart-product-customer-sales-sql-analysis

This project aims to explore the Walmart Sales data to understand top performing branches and products, sales trend of of different products, customer behaviour. The aims is to study how sales strategies can be improved and optimized. The dataset was obtained from the Kaggle

data database mysql sql walmart

Last synced: 24 Feb 2026

https://github.com/quaddarv1ne/domain_data_hub

Хаб с базами данных для различных сфер применения

client database database-management db ecommerce estate finance healthcare hotel logistics restaurant retail server sql sqlalchemy sqlite theater

Last synced: 15 Apr 2026

https://github.com/datajuggler/delimiter

Delimiter is a simple C# Windows Forms app to make creating comma delimited lists easier.

csharp sql

Last synced: 06 Oct 2025

https://github.com/tee8z/noaa-oracle

NOAA data oracle, queryable from the browser and can attest to events for a Bitcoin DLC in dlctix style

data duckdb-wasm noaa-weather parquet-files sql weather

Last synced: 17 Feb 2026

https://github.com/larissaperinoto/trybesmith-api

The TrybeSmith API consists of a management interface for a medieval products store and was developed using TypeScript.

docker docker-compose express joi jwt msc mysql nodejs nodemon sql swagger typescript

Last synced: 12 Apr 2026

https://github.com/vinniko/multimediadesktop

💻 The windows desktop analogue allows you to create accounts with an unlimited number of desktops and individual customisation.

csharp database mysql sql wpf

Last synced: 19 Apr 2026

https://github.com/PrajwalKatyal/Using-R-with-Databases

This repository contains in depth content on databases and their connection with R.

dbi odbc r rda rdbms relational-databases rjdbc rodbc sql

Last synced: 29 Jul 2025

https://github.com/dpgitaccount/data-analytics-repo

"Comprehensive data analytics toolkit: In this Python , SQL, Excel, Jupyter and visualizations is contain for data exploration, cleaning, modeling, and insights."

dataanalysis excel python sql

Last synced: 19 Apr 2026

https://github.com/bigizic/alx-higher_level_programming

Python OOPS, Data-Structure & Algorithms, Unittests, Introduction to MySQL, Web_Jquery, Web_Scraping, Networking

doctest javascript javascript-library jquery jquery-ajax mysql oop oops-in-python python-3 python-classes shell sql unittest web-scraping

Last synced: 11 Apr 2026

https://github.com/exegeses/introdb-68490

Curso Introducción a Bases de datos | código 68490

database-design databases mysql mysql-database sql

Last synced: 22 Apr 2026

https://github.com/euskadi31/go-std

Collections of basic types for Go

go golang golang-library json sql

Last synced: 02 Mar 2026

https://github.com/tsvillain/pglens

A simple PostgreSQL database viewer tool with a modern web interface. Browse tables, view data, and explore your database with ease.

cli-tool database-explorer database-management database-tool database-viewer postgres postgresql sql web-interface

Last synced: 02 Mar 2026

https://github.com/nhoiyee/business_insights_360

This Power BI Project is about AtliQ Hardware, a global consumer electronics firm, facing operational challenges due to reliance on Excel for data analysis. In few countries, this resulted in substantial losses. Senior executives plan to invest in a data analytics project utilizing last year's data to drive performance improvement.

dashboard excel powerbi sql

Last synced: 02 Mar 2026

https://github.com/birg81/php-2022-02-09-shoppinglistdb

Hi guys. I developed this PHP code, for demonstration purposes. This code simulates a shopping list, like the one used by mom at the supermarket. The code is written in PHP and MySQL. I wrote a PHP script that allows you to automatically create the DB within the DBMS, if it is not already present (./listaSpesaDB.sql.php). I also wrote a configuration file (./config.inc.php), by modifying this file you can change the DB settings. I also used javascript, in fact there is also a page (leggivoci.html) this page, through the javasript fecth() function, makes an ajax request to a php page (./listaspesa.json.php with content-type: application/json ), this page, like a Servlet, returns the list of items in json format. You shouldn't have too much trouble in tweaking the code and make everything work. In case of difficulties, do not hesitate to contact me. Good luck!

ajax crud fetch javascript json mysql mysqli php php8 rest school sql teacher

Last synced: 06 May 2026

https://github.com/bfitech/zapstore

A simple database connection wrapper.

microframework mysql pdo pgsql php predis redis sql sqlite3

Last synced: 29 Apr 2026

https://github.com/elissorokin/data-analyst-portfolio-rus

Это репозиторий, в котором я демонстрирую свои навыки, делюсь проектами и отслеживаю прогресс в области анализа данных и Data Science.

ab-testing data data-analysis datalense matplotlib numpy pandas plotly portfolio postgresql python scipy seaborn sql statistical-analysis

Last synced: 25 Feb 2026

https://github.com/hafez-cs/cs50sql-note-

Harvard SQL Course Booklet

course cs50sql harvard sql

Last synced: 19 Mar 2026

https://github.com/nicholas-alonzo/sqlBatchInsertR

SQL DML Support for RODBC

database r rodbc sql sql-server sqlserver

Last synced: 30 Jul 2025

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/codeforall/citus-mcp

🤖 AI-powered MCP server for Citus distributed PostgreSQL. Built in collaboration with GitHub Copilot.

ai-powered citus cluster-management distributed-database github-copilot go golang mcp model-context-protocol postgresql sql

Last synced: 03 Mar 2026

https://github.com/geetisha/sales_insight_data_analysis_using_sql_and_tableau-etl-

Sales Insights - A Data Analysis Project performed on Tableau & SQL Topics

dashboard data-analysis data-visualization mysql project sales-analysis sql tableau

Last synced: 07 Jan 2026

https://github.com/adrianomonteiroweb/mysql-vocabulary-booster-project

Projeto Trybe de SQL para praticar as primeiras queries.

sql

Last synced: 15 Mar 2025

https://github.com/stoolap/stoolap-mcp

MCP server for Stoolap

database mcp mcp-server sql

Last synced: 13 Mar 2026

https://github.com/akhtar21yr/couser-tracker

course tarcker is digital solution to track and manage course of student easily it's make easy to manage courses and details of students for classes, coaching center and instituet

api django django-rest-framework postgresql rest-api sql

Last synced: 16 Apr 2026

https://github.com/roosterpips12/library-management-sql

Library management with SQL

excel-import mysql-database sql

Last synced: 04 Jul 2025

https://github.com/jonaylor89/sheetsql

Query Google Sheets with SQL

golang google-sheets orm sql

Last synced: 07 Oct 2025

https://github.com/droduit/grand-comics-database

EPFL course project to manage a huge database containing hundreds of millions data, and optimize the queries to create a smooth experience on user interface.

big-data data database epfl sql

Last synced: 16 Apr 2026

https://github.com/data-analyst-bootcamp/data-cleaning-in-mysql

Creating world_layoffs database from a dataset and applying data cleaning technics.

data-cleaning dataset mysql mysql-database sql

Last synced: 18 Mar 2025

https://github.com/bar1o/it-asset-management

HSE Course Project on Modeling and Creating DB (Data Modeling, Data Analysis for companies)

analytics bisiness db erd sql

Last synced: 15 May 2026

https://github.com/hozlucas28/codo-codo-back-end-project-2022

Repository of "Codo a Codo - Full Stack Java" Back-end side, project.

2022 bootcamp-project bootstrap5 css3 eclipse fullstack-java html5 husky java jsp mit-license prettier sql

Last synced: 14 Apr 2026

https://github.com/timelessnesses/countable

A alphabet count bot inspired by Counting

alphabet discord-py discordpy docker english fun poetry postgres python replit sql

Last synced: 04 May 2026

https://github.com/paularnaud2/partools

This package contains a bunch of Python tools developed for Support, Test and Automation IT Engineers

automation big-files csv logging mail mailer oracle shell-script sql support test xml

Last synced: 16 Apr 2026

https://github.com/richcake/kursovoj-proekt-karpov-313is

Курсовой проект. Тема: Разработка программного модуля системы "Отдел снабжения предприятия". Выполнил Карпов Арсений 313ИС

pyqt pyside6 python sql sqlite3

Last synced: 26 Mar 2025

https://github.com/jaybfn/twitter_sentiment_analysis

Objective of the Project: As shown on several social media platforms, many people have varied opinions (Positive/Negative/Neutral) about covid vaccination. To better comprehend this and reach a coherent conclusion, I performed a sentiment analysis on twitter data gathered from multiple hastags.

docker machine-learning mongodb natural-language-processing python sentiment-analysis sql

Last synced: 12 Apr 2026

https://github.com/kumaranand05/leetcode-solutions

This repository contains solution of LeetCode Problems

java java-8 leetcode leetcode-python leetcode-solutions mysql python python3 sql

Last synced: 15 Apr 2026

https://github.com/qw-0p/software-store

This is a monorepo that contains the entire e-commerce store project, including both server and client components

2025 docker docker-compose eslint express jest joi-validation jsonwebtoken nodejs sequelize sql typescript

Last synced: 14 Apr 2026

https://github.com/williamsmithedward/sqlserverinteraction

SQLServerInteraction is a C# library that wraps the functionality included in Microsoft's "Microsoft.Data.SqlClient" library.

async builder bulk microsoft query server sql sqlserver wrapper

Last synced: 21 Feb 2026

https://github.com/duncan3dc/sql

A simple database abstraction layer for PHP, with an on disk caching facility

mssql mysql odbc php sql

Last synced: 18 Apr 2026

https://github.com/mahezsh/gillie

hiGhly avaILabLe sImple wEbapp

aws aws-cloudformation aws-dynamodb aws-ec2 aws-s3 sql vpc webapp

Last synced: 16 May 2026

https://github.com/sheabunge/kit102-assign

KIT102 Introduction to Data Science: Data Modelling Assignment (Semester 2, 2018) | Assignment Grade: 100%

data-science entity-relationship-diagram relational-model schema sql

Last synced: 24 Feb 2026

https://github.com/mgobeaalcoba/sql_practice

Ejercicios y teoría sobre SQL, teoría de conjuntos y algebra relacional

mysql mysql-database mysql-server sql sql-server

Last synced: 28 Apr 2026

https://github.com/hanpama/pgmg

PostgresQL model generator

code-generation golang postgresql sql

Last synced: 17 May 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/akashash01/sql-basic-table-creation

This SQL codes might useful for creating a simple Database, by creating a multiple tables.

database ddl dml dql sql

Last synced: 01 Apr 2025

https://github.com/satoshi-sh/django-portofolio

Django Portfollio Website showcasing projects and blog posts. Sqlte was used as database.

bootstrap css django portfolio python sql sqllite

Last synced: 10 Apr 2026

https://github.com/turbot/steampipe-mod-jira-sherlock

Interrogate your Jira resources with the help of the world's greatest detectives: Steampipe + Sherlock.

hacktoberfest jira sql steampipe steampipe-mod steampipe-sherlock

Last synced: 19 Mar 2026

https://github.com/kingluo/lua-resty-ffi-graphql-resolver

The openresty graphql server library that encapsulates ariadne.

graphql-server grapqhl kafka luajit luajit-ffi nginx openresty python3 restful-api sql webservice

Last synced: 05 Mar 2026

https://github.com/sylvance/tursodb

Gem wrapper for the Turso Platform REST API

ruby-gem sql turso

Last synced: 11 Oct 2025

https://github.com/dunmengjun/sqldsl

基于jdbc实现的sql dsl,类似Querydsl, 但不需要插件就可提供类型安全的查询(基于SerializedLambda)。可以很方便的和各种类型的库(比如mybatis, hibernate等)集成。

dsl gradle hibernate java jdbc lambda maven mybatis mysql oracle postgresql querydsl sql sql-server

Last synced: 14 Jan 2026

https://github.com/fx-max/leetcode

记录个人 LeetCode 解题过程。

database leetcode leetcode-php mysql php sql

Last synced: 18 Apr 2026

https://github.com/5umitpandey/learning_sql

Basic SQL Practice Questions | SQL | MsSQL | MySQL

learnsql mssql mysql sql sqlbolt

Last synced: 08 Feb 2026

https://github.com/dataspoclab/dataspoc-lens

Virtual warehouse — SQL + Jupyter + AI over cloud Parquet via DuckDB

cli data data-engineering data-lake duckdb etl parquet python singer sql

Last synced: 20 Apr 2026

https://github.com/shanukatiyar111/pyspark-project-1

DATABRICKS PROJECT- END TO END SALES ANALYSIS

databricks pyspark python sparksql sql

Last synced: 19 Jun 2025

https://github.com/ggabriel96/resql

A database auditing and recovery library based on SQLAlchemy

auditing database recovery sql sqlalchemy

Last synced: 01 May 2026

https://github.com/pierresh/phpstan-pdo-mysql

Static analysis for SQL queries in PHP code

mysql pdo phpstan phpstan-extension sql static-analysis

Last synced: 01 Apr 2026

https://github.com/meepks/etl-pipeline-using-python

This project implements an ETL (Extract, Transform, Load) pipeline that retrieves weather data from the OpenWeatherMap API, processes it, and stores it in a SQL Server database.

api etl python sql sqlserver

Last synced: 04 Feb 2026

https://github.com/ra1nz0r/scheduler_app

Планировщик - возвращает следующую дату выполнения задачи в зависимости от переданных параметров её повторения.

cicd go restapi server sql sqlite3 taskfile unit-testing yaml

Last synced: 05 Mar 2026

https://github.com/meken/sql-partitioned-tables

Showcase on how to do partitioned tables on Azure SQL Databases with sliding windows

archival azure data-factory partitioning sql

Last synced: 16 Oct 2025

https://github.com/proddata/node-cratedb

A lightweight Node.js client for CrateDB.

crate cratedb crateio database sql

Last synced: 05 Mar 2026

https://github.com/camilajaviera91/dag-first-approach

This project automates the extraction, transformation, and export of sales data from a PostgreSQL database, enhances the data with exchange rate information, and exports the results in CSV and Google Sheets formats. It uses a Directed Acyclic Graph (DAG) to manage task dependencies and execute them in order.

airflow dag dotenv faker googlesheets gspread gspread-dataframe matplotlib-pyplot network oauth2 os pandas postgresql psycopg2 python random requests sql

Last synced: 13 Apr 2026

https://github.com/benscabbia/ssms-results-parser

Visually compare side-by-side two SQL Server Statistics IO and Time data. Simply copy your output from SSMS and compare!

compare-data parser results-viewer sql sql-server sqlserver ssms

Last synced: 22 Apr 2026

https://github.com/nbryttel/sql-taxdatabase

SQL-Taxdatabase (Tax Expense Schema) is a relational database schema designed to manage tax-related expenses.

architecture azure data-science sql tableau visualization

Last synced: 18 Oct 2025