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/anjadj/car-service-sql

MySQL database - Car service

database mysql-database sql

Last synced: 06 May 2026

https://github.com/diyadude/django

A simple blog app focusing on building things separately and step by step.

css3 django html5 python sql

Last synced: 07 May 2026

https://github.com/rafavermar/mysql

Here I would like to share all my little projects in SLQ. From self taught ones to guided AWS deployemnts

aws mysql mysql-database mysqlworkbench sql

Last synced: 07 May 2026

https://github.com/purestorage-openconnect/sql-pvd

Repository for a Pure Validated Design scripts and templates.

azure cbs flasharray powershell purestorage python sql

Last synced: 07 May 2026

https://github.com/ggldnl/data-management-for-data-science

Material from the Data Management for Data Science course

data-science mongodb postgresql sql university

Last synced: 07 May 2026

https://github.com/mjkillough/rqlite

Reading (and maybe writing) SQLite files in Rust

database rust sql sqlite

Last synced: 07 May 2026

https://github.com/acrisiopb/api_park_2025

Projeto - API | Estacionamento - Controle de Entrada e Saída de veículos + Cobrança + Taxa

java mysql postman spring-boot sql

Last synced: 07 May 2026

https://github.com/ehtishama/mini-sql

A simple file-based SQL database implementation in JavaScript.

javascript sql sqlite

Last synced: 07 May 2026

https://github.com/himanshsharmaa/examify

Examify is an online examination and classroom management system designed for educational institutions. Built to emulate key features of Google Classroom, it offers seamless login, class joining via code, exam management, result processing, and user roles for students, teachers, and administrators.

exam-system html javasvript mysql php sql

Last synced: 07 May 2026

https://github.com/the-forgebase/restql

The main purpose of this package is to provide a more generic and flexible way to generate SQL queries for different databases while still having to do the db connection and query execution part yourself.

golang mysql postgresql rest-api sql sqlite surrealdb surrealql

Last synced: 07 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/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/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/jgohel9902/property-analytics-u.s.-owned-and-leased-properties

This project focuses on analyzing the U.S. Inventory of Owned and Leased Properties using datasets from Data.gov. It includes SQL queries for data cleaning and trend analysis, Excel for manipulation and reporting, Python for automated workflows and exploratory data analysis, and Power BI for creating interactive dashboards to visualize key insights

data-visualization dataanalysis excel jupyter-notebook pandas powerbi python sql

Last synced: 07 May 2026

https://github.com/wesleysbmartins/go_pgsql

Este repositório didático explora as possibilidades existentes em uma aplicação Golang integrada a um banco de dados relacional PostgreSQL, intermediada pelo driver ou lib database/sql do próprio Go.

crud database go golang postgres postgresql prepared-statements preparedstatement query sql transactions

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/simonapiz/goldmedalmetrics

In this project I wrote all the SQL statements for an Olympic metrics reporting web application.

codecademy-solutions javascript nodejs sql sqlite

Last synced: 07 May 2026

https://github.com/michaltalaga17/fn

projects for festiwal nauki

css html js python school 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/galileo680/networkingplatform

A networking platform similar to LinkedIn, that allows users to manage profiles, skills, education, job postings, and more.

backend java jwt-authentication linkedin-clone postgresql rest-api spring-boot sql

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/lucasmontagnani/site_e-commerce

Site de tipo e-Commerce completo, contendo interfaces para usuários/administradores, responsividade e transações bancarias.

e-commerce e-commerce-project e-commerce-website html html-css-javascript html5 javascript language-javascript linguagem-php menu mysql mysql-database php products shopping shopping-cart site sql web website

Last synced: 07 May 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/christiansassi/programmazione-web

This guide will show you how to setup Apache Derby and use it with Intellij IDEA.

database derby derby-database intellij intellij-idea java sql tomcat tomcat-server

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/fabiannorbertoescobar/der-sql-ejercicios

TP de Base de Datos. DER. MR. Modelado y armado de la base de datos. Tablas, vistas, consultas, stored-procedures, triggers

bd db mysql queries sql sql-server transact-sql transaction

Last synced: 07 May 2026

https://github.com/datacamp-internship/introduction-to-sql-with-jupyter-notebook

Implementing how to work with SQL on Jupyter notebook

jupyter-notebook pandas postgresql 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/anshul-ydv/library_management_system

A web-based Library Management System built using ASP.NET, C#, and MySQL. It automates book cataloging, member registration, circulation, and reporting to improve library efficiency and user experience.

asp-net csharp css dotnet html sql

Last synced: 08 May 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/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/blladerunner/customer-churn-dashboard

Customer Churn Dashboard — SQL + Python analytics project exploring customer retention patterns, churn rate by demographics and services, and key insights for telecom business strategy.

business-intelligence churn-analysis customer-retention dashboard data-analysis data-analytics data-science pandas powerbi python sql sqlite telecom

Last synced: 08 May 2026

https://github.com/breadbored/composty

Type-safe SQL query builder designed for complex database operations... in just 2kb

mysql mysql5 mysql8 postgres postgresql sql

Last synced: 08 May 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/akshitvadodariya1201/rust-with-postgresql

This project is a Rust application that interacts with a PostgreSQL database to manage authors and books. It demonstrates basic CRUD operations using the postgres crate.

cargo docker docker-compose postgresql rust sql

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/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/dor-sketch/sql_sandbox

A collection of SQL scripts designed to help you improve your SQL querying skills through practical exercises.

database postgresql sql sqlite

Last synced: 08 May 2026

https://github.com/bhojpur/sql

The Bhojpur SQL is a platform-as-a-service product used as a Database Engine based on Bhojpur.NET Platform for application delivery.

database sql sql-server

Last synced: 08 May 2026

https://github.com/rahulstech/tech-notes

notes related to different techs

git kafka kotlin 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/jveiiga/project-sqlanches

Projeto feito com SQL.

postgresql sql

Last synced: 19 Jun 2026

https://github.com/ashwathdazur/wordpressdocker

Easily deploy WordPress with MySQL using Docker Compose. This repository provides a ready-to-use docker-compose.yml file to spin up a WordPress site in minutes.

deployment docker docker-compose sql wordpress

Last synced: 08 May 2026

https://github.com/nylla8444/archivio

CCS 222 - Final Project

php sql webdevelopment

Last synced: 08 May 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/j1sk1ss/sql_databaseworker.exmpl

Simple JFrame windows app for work with sql data-base

database sql sqlite

Last synced: 08 May 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/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/dealfonso/sqlonjson

Use JSON as a SQL backend

database json python sql

Last synced: 08 May 2026

https://github.com/syncfusionexamples/crud-operations-in-wpf-scheduler-using-postgresql

How to perform the CRUD operations in WPF Scheduler (Calendar) using PostgreSQL database

appointments crud events postgresql scheduler sql wpf wpf-application wpf-calendar wpf-scheduler

Last synced: 08 May 2026

https://github.com/susa1473/rest_api-programminglanguages-

a REST-API using mySQL as database and Express.js as server

express-js joi-validation mysql-database rest-api sql

Last synced: 08 May 2026

https://github.com/hotequil/beers

CRUD in PHP for beers (study for FIAP).

css html javascript php sql

Last synced: 08 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/thecoachingonline/learning-sql

Here are my study notes for learning SQL

mysql oracle postgresql sql sqlite sqlite3

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/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/azure-samples/sql-database-engine-driver-samples

Code samples for the Microsoft SQL database engine drivers in various programming languages.

csharp dotnet go sql

Last synced: 09 May 2026

https://github.com/leoviana00/azure-functions-project

Laboratório de um fluxo de trabalho utilizando Logic App, Azure Functions e outras tecnologias de modo a garantir a persistência e continuidade das mensagens e entrega de um produto mesmo diante da indisponibilidade de um banco de dados por exemplo.

azure azure-functions dotnet logic-app service-bus sql

Last synced: 09 May 2026

https://github.com/baschin1103/knn-classification-sqlalchemy

Example-Script to load data from a database and classify by the K-Nearest Neighbor (KNN) Algorithm.

database knn-classification labelencoder machine-learning ordinal-classification pandas sql sqlalchemy

Last synced: 09 May 2026

https://github.com/araskolnikoff/grad_project

База данных музея | Распределенное приложение

csharp open-source sql sql-server sql-server-database sql-server-management-studio windows-forms

Last synced: 09 May 2026

https://github.com/rizkipragustono/data_analysis_spark

Exploration: Data Analysis using Spark

apache-spark data-analysis pyspark python spark-sql sql

Last synced: 09 May 2026

https://github.com/victorbadaro/node-api-sequelize-example

An example NodeJS API that uses the sequelize ORM

api api-rest backend node orm postgres sequelize sql

Last synced: 09 May 2026

https://github.com/dsgs76/aerodream

This repository contains the AeroDream project for the subject of Advanced Programming

java maven spring-boot springframework sql web

Last synced: 09 May 2026

https://github.com/noisk8/u-u

Notas | Bootcamp UTE | Desarrollo web

html-css-javascript python react sql

Last synced: 09 May 2026

https://github.com/emilyfelker/bloganalysis

What can ChatGPT tell me about my younger self? Program to extract and analyze personal blog posts with basic features and ChatGPT, including a RAG pipeline.

chatgpt chatgpt-api generative-ai langchain llm natural-language-processing nlp openai-api poetry pytest python rag sql sqlite3

Last synced: 09 May 2026

https://github.com/abhignasowgandhika/jobhiringportal-dbmt-project-fall2023

Primary goal is to create a comprehensive web-based Job Hiring Platform, aimed at reducing the gap between job seekers and employers. The platform will enable seamless job searches, streamline the application process, and allow employers to manage their hiring needs effectively

databasemanagementsystem hiring php sql website

Last synced: 09 May 2026

https://github.com/julyanvdw/mytutor

MyTutor is a web platform built with Java, Vaadin, and Spring Boot that simplifies university Tutor and TA management. It handles applications, scheduling, and admin with secure, role-based access for students, tutors, and course convenors.

java maven mysql oop rest-api spring-boot sql vaadin web-application

Last synced: 09 May 2026

https://github.com/wisebyteconcepts/wise-byte-database-helper

A lightweight, attribute-driven database helper for .NET that auto-generates SQL tables from classes—supporting SQLite (with planned SQL Server & PostgreSQL), custom attributes, foreign keys, schema updates, and a simple DbContext-style workflow

csharp dotnet relational-database sql sqlite

Last synced: 09 May 2026

https://github.com/coderomm/hotels-to-stay

"Discover and book hotels worldwide with Hotels to Stay – a comprehensive hotel and travel directory. Find accommodations, explore nearby attractions, and share travel experiences. Built with ASP.NET C# and Entity Framework."

asp-dot-net asp-net asp-net-c-sharp c-sharp csharp-dotnet dotnet entity-framework sql

Last synced: 09 May 2026

https://github.com/piotrd22/sqlgenerator

An application that uses the OpenAi API and generates SQL queries for your database

java openai spring spring-ai sql

Last synced: 09 May 2026

https://github.com/alvii147/shopifydatascienceinternchallengef22

My submission for Shopify's Data Science Intern Challenge 2022

jupyter-notebook matplotlib pandas shopify sql

Last synced: 09 May 2026

https://github.com/zephyrusblaze/waterit

Intelligent watering system optimizing plant health and water usage through real-time data and AI insights. Automates irrigation to combat water wastage in agriculture and gardening.

ai arduino automation bootstrap chartjs flask gemini html-css-javascript llm nature sql watering-plants

Last synced: 09 May 2026