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/nikhleshshukla123/etlweather

Orchestrated pipeline and tasks using DAG in airflow

airflow astronomer docker python sql

Last synced: 14 May 2026

https://github.com/effectra/sql-query

Effectra/SqlQuery is a powerful database manipulation package for PHP.

manupulation mysql php sql sql-query sqlite syntax

Last synced: 07 May 2026

https://github.com/ariaandika/postro

Asynchronous Postgres Driver and Utility.

database postgres sql

Last synced: 07 May 2026

https://github.com/emmadiblo/stand.php

Mini-bibliothèque PHP pour faciliter la gestion des bases de données et des sessions

bibliotheque burundi crud database emmadiblo framwork numedev php sql stand

Last synced: 07 May 2026

https://github.com/sohaib90/pythonapi

python API development course

api-development learning postgres python sql sqlalchemy

Last synced: 14 May 2026

https://github.com/derak-isaack/nyc-taxi-analytics

Data engineering ETL project using OLAP databases and DBT to perform analysis on NYC taxi data.

data-pipeline dbt duckdb etl olap-database powerbi prefect python3 sql

Last synced: 07 May 2026

https://github.com/doks-coders/expensetracker

Expense Tracker built with .NET MVC, Stored Procedures and Entity Framework

csharp dotnet dotnet-core sql sqlserver storedprocedures

Last synced: 07 May 2026

https://github.com/chylex/advent-of-code

My solutions to https://adventofcode.com.

advent-of-code kotlin nasm python rust sql

Last synced: 07 May 2026

https://github.com/codinglabsong/anyfile-agent

Ask any questions about your own documents via natural language! Supports many file extensions.

agent duckdb embeddings gradio natural-language ocr persistent-memory persistent-storage prompt-engineering rag rag-chatbot sql sqlqueries

Last synced: 07 May 2026

https://github.com/kenken64/dssi-day3-ollama

A comprehensive pipeline for training and deploying text-to-SQL models using the Gretel AI synthetic dataset and Ollama for local deployment. Now optimized for smaller models and efficient memory usage!

docker huggingface-transformers ollama sql test

Last synced: 11 Jun 2026

https://github.com/prince0010/laravel-task-list

Task List with simple crud created using Laravel and TailwindCss

laravel sql tailwindcss

Last synced: 07 May 2026

https://github.com/prakshi-23/bank-application-

# Banking Application (GUI) A desktop-based Banking Application built with Python and CustomTkinter, featuring account management, transactions, and customer verification.

advanced-excel application auto-py-to-exe customtkinter customtkinter-project excel gui-application mysql pandas pyinstaller python sql tkinter tkinter-gui

Last synced: 07 May 2026

https://github.com/matt5816/randomusersqldbgenerator

Generator of fake users SQL database import file.

database fakedata fakeusergenerator sql

Last synced: 07 May 2026

https://github.com/kaoutarelouahabi/sql-data-warehouse-dbt-airflow

A comprehensive blueprint for an enterprise-grade SQL Server Data Warehouse built with a Medallion Architecture, orchestrated by Apache Airflow, and transformed using dbt (data build tool).

apache-airflow best-practices data-engineering data-quality data-warehouse dbt docker docker-compose elt etl medallion-architecture sql sql-server

Last synced: 07 May 2026

https://github.com/trovalo/mystuff

A repo with my useful stuff

sql

Last synced: 07 May 2026

https://github.com/pngo1997/sql-and-pl-sql-database-management-practice

Practice SQL and PL/SQL for database management, data querying, and trigger implementation.

database-management python query sql sqlite trigger

Last synced: 07 May 2026

https://github.com/jgcarrillo/php-mvc-tenis

A Basic MVC for tennis tournaments management written in PHP

bootstrap mvc-architecture php phpmyadmin sql tenis

Last synced: 07 May 2026

https://github.com/kyuvi/hctb

Helsinki City Bike App

clojure csv-import sql

Last synced: 07 May 2026

https://github.com/charles-dr/contacts-server

Node API for contact management

expressjs nodejs sql sqlite typescript unit-testing

Last synced: 04 Apr 2026

https://github.com/mrs-wilderness/etl-mini-exercise

A small SQL ETL exercise demonstrating a basic PostgreSQL workflow with staging, simple data cleaning, and incremental batch processing.

etl postgresql sql

Last synced: 10 Jun 2026

https://github.com/keshab5300/swiggy-analysis-using-mysql

This project analyzes Swiggy's SQL dataset to derive insights on customer behavior, restaurant performance, and order patterns. By implementing sophisticated SQL queries with intricate joins, the analysis aims to facilitate strategic decision-making for improving service quality and customer satisfaction.

mysql sql

Last synced: 12 Jun 2026

https://github.com/jardissupport/dbquery

Fluent SQL query builder with CTEs, window functions, subqueries, and JSON support for MySQL, MariaDB, PostgreSQL, and SQLite

domain-driven-design jardis php query-builder sql sql-builder

Last synced: 12 Jun 2026

https://github.com/saravana1606/voting-system

With our voting system, every voter is guaranteed an accessible and secure voting method, This program allows the user to login and vote. Each voter have their own username and password. The admins can conduct elections, authenticate voters and display results in a graphical representation

colorama matplotlib-pyplot pip python pyttsx3 sql sqllite3

Last synced: 12 Jun 2026

https://github.com/matheusafonseca/c207-l8

Repositório para salvar os scripts em .sql que fazemos na disciplana de Banco de dados no INATEL

database database-schema mysql sql

Last synced: 07 May 2026

https://github.com/saniikakulkarni/cakes-and-bakes

A cart management system for small scaled bakery business.

database fullstack javascript php phpmyadmin sql

Last synced: 07 May 2026

https://github.com/mattlean/scfgc-ranking-system

Calculate & log rankings for the Santa Cruz Fighting Game Community

bootstrap css html php sql web-app

Last synced: 07 May 2026

https://github.com/cou929/sql-fingerprint-js

Converts a SQL into a fingerprint. A JavaScript port of pt-fingerprint.

javascript mysql sql

Last synced: 07 May 2026

https://github.com/ryuuutaaa/react-with-phpmyadmin

Error and Problem in PHP... this link video = https://www.youtube.com/watch?v=3yx-VlhgMuI&list=PLCakfctNSHkFDTFczqhXNv-nYMHvLMT1H&index=4

javascript phpmyadmin react-router-dom reactjs sql

Last synced: 07 May 2026

https://github.com/francois-lenne/biomethane

Data pipeline in order to retrieve the csv with the french production of biomethane upload every day

cicd cloudfunction google-cloud pubsub python snowflake sql

Last synced: 07 May 2026

https://github.com/mmaunze/sqltojpa

sqlToJPA is a tool for automatically generating Java JPA (Java Persistence API) entity classes from SQL schema files. It parses CREATE TABLE statements, maps SQL data types to Java types, and creates fully annotated Java classes with fields, getters, setters, constructors, relationships, and equals/hashCode methods.

cpp java jpa-entities orm python sql

Last synced: 08 May 2026

https://github.com/pgx-contrib/pgxaip

Drop-in pgx v5 query rewriter that turns AIP-160 filter and AIP-132 order-by strings into parameterized WHERE and ORDER BY clauses.

aip aip-132 aip-160 filtering go golang pgx postgres postgresql query-rewriter sql

Last synced: 13 Jun 2026

https://github.com/geeksdevelop/sqlmodel

Package to generate the models using the structure of the database tables

database laravel model php sql

Last synced: 08 May 2026

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

This repository is related to my training in software engineering in the ALX program.

javascript python software-engineering sql

Last synced: 08 May 2026

https://github.com/znev434/sql_advanced

SQL_Advanced: A project demonstrating advanced SQL queries, data management, and analytics using SQLite and Flask.

django flask python python3 sql sqlite3

Last synced: 08 May 2026

https://github.com/deepakmali-09/spring-data-jpa-p01

This Spring Boot project demonstrates the use of Spring Data JPA for performing CRUD operations in a Student Management System. It leverages JpaRepository to manage student data, allowing users to perform actions like adding, retrieving, updating, and deleting students using HTTP endpoints.

crud-api http-endpoints java mysql-database restfull-api spring-boot spring-data-jpa sql

Last synced: 08 May 2026

https://github.com/neorandom/sql-pseudocode-transpiler

Transpile a custom SQL pseudocode into multiple things.

json openpyxl pandas pandas-dataframe pandas-python pseudocode sql ssms

Last synced: 08 May 2026

https://github.com/amitdev3/leetcode-sql-50

This repository contains solutions to 50 SQL questions commonly asked in coding interviews, as part of a series of videos uploaded to YouTube. n each video, I walk through the solutions in detail, explaining the approach and thought process behind solving each problem. The solutions provided here are written in SQL

sql sqlserver

Last synced: 13 Jun 2026

https://github.com/phal-sovandy/e-commerce_database

E-Commerce Database built with PostgreSQL. Manages products, sellers, customers, orders, and reviews with detailed schema, advanced SQL logic, and data import/generation capabilities.

data-science database dataset ecommerce plpgsql postgresql python sql

Last synced: 08 May 2026

https://github.com/alexekinney/url-shrtnr

Shortern URLs with ExpressJS, sqlite, and EJS

ejs express expressjs sql sqlite sqlite3 url-shortener

Last synced: 04 Apr 2026

https://github.com/wadhia-bhavesh/psdroid-tracker

PsDriod Tracker is a GPS-based mobile app for personal security, it ensures user safety with real-time location tracking, emergency SOS messages, and automated emergency calling. Compatible with Android, it offers a user-friendly interface, adding family/friends, and customizable alert settings for enhanced personal security.

andriod andriod-app andriod-development andriod-sdk firebase firebase-auth java sql sql-database sqlite xml

Last synced: 08 May 2026

https://github.com/fer25-code/springjpa

Back End with Spring boot

java jpa jpa-hibernate json orm spring-boot sql swagger

Last synced: 08 May 2026

https://github.com/jasminemlewis/housing-choice-connect

Housing Choice Connect allows New Orleans voucher holders and participating landlords to easily search or advertise rental properties without reviewing an extensive list.

ado-net asp-net bootstrap4 css3 database html5 sql vbnet

Last synced: 08 May 2026

https://github.com/pinedah/escom_advanced-databases

This repository contains materials, notes, and projects for the Advanced Databases course in the Data Science degree at IPN. It covers decision support systems, OLAP technologies, data warehouses, ETL processes, and non-relational databases, including document-oriented, key-value, and graph databases.

data-science databases escom powerbi python school sql

Last synced: 13 Jun 2026

https://github.com/samjoesilvano/password_strength_prediction_using_nlp

Developed a predictive model to categorize passwords as Strong, Good, or Weak, enhancing security and reducing breach risks. The project involves cleaning and analyzing data from an SQL database, using the TF-IDF technique for transformation, and implementing a Logistic Regression model to achieve accurate classifications.

data-analysis data-classification data-cleaning data-visualization logistic-regression machine-learning natural-language-processing pandas password-security password-strength python scikit-learn sql tf-idf

Last synced: 08 May 2026

https://github.com/samaalharbi2/book-children-project

A simple library management website built with PHP, MySQL, and JavaScript, featuring home, about, and contact pages

css html javascript mysql php sql web website

Last synced: 08 May 2026

https://github.com/flowritte/almacen_api

Ejercio de varios microservicios de 3 microservicio inter comunicados entre se de producto-inventrario-tiket

docker eureka gateway-services kafka microservices mysql spring-boot sql

Last synced: 08 May 2026

https://github.com/burakkontas/oracle-sql-plsql-practice

Hands-on exercises, query quizes, and PL/SQL scripts for the NORTHWIND database. Perfect for developers starting with Oracle or refining their database skills.

database northwind northwind-database oracle plsql practice sql

Last synced: 23 Jun 2026

https://github.com/gcoronelc/uni-fiis-2025-1-si302-w

Curso de Programación Orientada a Objetos en la UNI-FIIS con Gustavo Coronel.

database java jdbc oracle-database rest rest-api restful spring springboot sql web

Last synced: 18 Apr 2026

https://github.com/khoa-bit/go-db-tools

My personal tools for working with DB. Because I love zero dependency <3

db go sql sqlite

Last synced: 08 May 2026

https://github.com/thallyta-castro-cv/cities-api-java

Neste projeto foi desenvolvido uma API Rest de consulta de cidades do Brasil com dados comparativos em Java, SpringBoot e SpringData.

hibernate java postgres postgresql spring-boot spring-data sql

Last synced: 08 May 2026

https://github.com/futarimiti/learn-sql

(Finished) Learning MySQL via public resources

markdown mysql sql

Last synced: 08 May 2026

https://github.com/juanpablo70/ieti-h2

Spring Boot With H2 Database

gradle h2 persistence spring-boot sql

Last synced: 08 May 2026

https://github.com/teddy55codes/sqlitedbaccess

A lightweight sqlite nuget package.

csharp nuget sql sqlite

Last synced: 08 May 2026

https://github.com/toburger/fsharp.sql

monadic SQL client

fsharp sql

Last synced: 17 Apr 2026

https://github.com/nylla8444/archivio

CCS 222 - Final Project

php sql webdevelopment

Last synced: 08 May 2026

https://github.com/fraadap/sql-injection-analysis

CyberSecurity exam project (Bachelor Degree, course academic year 2023/2024). Goal is been implement a simple website with two different version: critical to SQL injection attacks and secured implementing contromisures. A specific time-attack strategy is been conceived.

linux php sql sql-injection sql-injection-attacks

Last synced: 08 May 2026

https://github.com/arevalolance/sqlgen

Generate SQL with natural language

ai llm postgresql prisma sql

Last synced: 29 Jun 2026

https://github.com/laisgalvao/renovar-estofados

um e-commerce criado para meu projeto integrador do curso técnico em 2018

css ecommerce html javascript php refactoring-exercise sql

Last synced: 08 May 2026

https://github.com/josewebdev2000/100-days-of-python

My Solutions to 100 Days of Code Course By Angela Yu

back-end flask oop python sql tkinter web-development

Last synced: 08 May 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/usama-fiaz/multivendor-ecommerce-system

A Laravel-based multi-vendor e-commerce platform with admin, seller, and customer interfaces. Features include product management, order processing, and secure payment integration. Built with modern web technologies for scalable marketplace solutions.

admin-dashboard customer-portal ecommerce laravel payment-integration pos-system sql

Last synced: 08 May 2026

https://github.com/xanonymous-github/fcjhaa-web

Focus Junior High School Alumni Association Official Website

css html javascript php sql

Last synced: 08 May 2026

https://github.com/dj258255/minidb

A relational database built from scratch in C to dissect how PostgreSQL/MySQL work — pages, buffer pool, heap, B+Tree, SQL parser/executor, WAL, transactions.

b-tree c database database-internals dbms from-scratch learning-project sql storage-engine wal

Last synced: 24 Jun 2026

https://github.com/davidhristov59/databases

This repo contains auditory, lab exercises and midterm exercises for the course Databases @FCSE-Skopje

ddl dml postgresql query sql

Last synced: 15 Jun 2026

https://github.com/sravanigodavarthi/automated-elt-pipeline-aws

An Apache Airflow data pipeline is designed to perform ELT operations, utilizing Amazon S3 and Amazon Redshift Serverless.

airflow aws datamodeling datapipeline dataprocessing dataqualitycheck docker elt-pipeline parquet python redshift-serverless s3-buckets sql

Last synced: 08 May 2026

https://github.com/its-kios09/my-sql-masterclass

MySQL is an open-source relational database management system.

sql sql-server

Last synced: 15 Jun 2026

https://github.com/dealfonso/sqlonjson

Use JSON as a SQL backend

database json python sql

Last synced: 08 May 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/sushantoroy-stat/road_accident_analysis

This repository showcases a comprehensive analysis of a road accident dataset using SQL, Python, and Power BI. The goal of this project was to uncover insights and visualize patterns to support data-driven decision-making.

powerbi python sql

Last synced: 18 Apr 2026

https://github.com/envzo/xq

A lightweight SQL assembler

sql

Last synced: 08 May 2026

https://github.com/snigenigmatic/sql-engine

An educational SQL database engine built from scratch in C++ to understand database internals.

cpp db sql

Last synced: 04 Apr 2026

https://github.com/gregoritsch3/project_sql_job_analysis

An SQL project that draws useful insights from existing job data. It provides information regarding top-paying Data Scientist jobs and skills (both job-opportunity-based and salary-based), the most in-demand skills for Data Scientist roles, as well as a list of optimal Data Science skills to learn (skills high in demand and market value).

chatgpt dataanalysis postgresql sql statistics

Last synced: 16 Jun 2026

https://github.com/bijithpn/sql_connection_package

A package that connects to JDBC SQL Server databases.

flutter flutterpackage jdbc sql sql-server

Last synced: 09 May 2026

https://github.com/epomatti/powerapps-vnet-integration

Power Apps private connectivity with Azure SQL Database

azure powerapps private-endpoint sql sqlserver terraform virtual-network vnet

Last synced: 09 May 2026

https://github.com/soat-fiap/bmb.database

Manages the database schema and related files for the BMB application. It includes SQL scripts for creating tables, inserting data, and updating the schema, along with Terraform configurations to manage the database infrastructure, ensuring consistency and ease of deployment.

aws aws-aurora fiap sql terraform

Last synced: 09 May 2026

https://github.com/syedwajihrizvi/rockservers

Backend for RockServers. Built using ASP.NET, MySQL. Also contains shell scripts for project generation

asp-net csharp shell sql

Last synced: 09 May 2026

https://github.com/corey-richardson/course-progress-tracker

A Flask web application that can be used to track which courses and university modules I have completed and which I have yet to finish.

css flask html python3 pythonanywere sql sqlite3

Last synced: 09 May 2026

https://github.com/jon1vk/app-academy-open

App Academy Open - Full Stack Online Bootcamp - Includes solutions to course assignments and all the projects I have completed.

app-academy-open ruby ruby-on-rails sql

Last synced: 09 May 2026

https://github.com/andrehaguiar/andrehaguiar

Portifólio de pequenos projetos desenvolvidos nos cursos finalizados.

data-science html-css-javascript java machine-learning php python sql

Last synced: 09 May 2026