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/nrnrk/psql-splitter

Split a postgres sql file into multiple files

golang postgresql sql

Last synced: 14 Jan 2026

https://github.com/liatemplates/sqlite

This template enables you to use SQLite databases directly in LiaScript via sql.js. You can create, query, import, and export databases interactively in your Markdown documents.

database liascript liascript-template markdown oer sql sqlite sqlite3

Last synced: 14 Apr 2026

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/hungryvovka/codewars-sql

My assignment solutions of Codewars tasks by using SQL.

codewars codewars-kata-solution codewars-solutions codewars-sql sql

Last synced: 19 Jan 2026

https://github.com/c0va23/mongo2sql

Translate MongoDB documents into SQL via LUA-scripts

docker golang lua-script mongodb oplog postgresql sql

Last synced: 14 Jan 2026

https://github.com/vinay-ram1999/data-engineer-playground

A fully containerized multi-service environment to prototype end-to-end ETL workflows.

airflow big-data-analytics data-engineering delta-lake docker iceberg lakehouse minio nessie postgresql spark sql trino unitycatalog

Last synced: 14 Apr 2026

https://github.com/wojciechstaszewski4/amusementparkdatabase

🎢 A database and web management system for an amusement park developed in .NET Razor. Features include user management, attractions, ticketing, promotions, CRUD operations, filtering, and master-slave relationships, with SQL scripts for schema creation, stored procedures, triggers, views, and an ERD diagram.

amusement-park backend crud data-management database-design entity-framework erd filtering-sorting master-slave razor-pages relational-database scalable-systems sql stored-procedures triggers web-application

Last synced: 23 Feb 2026

https://github.com/medz/refine-sqlx

A powerful, cross-platform SQL data provider for Refine

bun cloudflare-d1 data-provider node refine sql sqlite

Last synced: 14 Apr 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/goindow/chain-pdo

链式 PDO 封装库,支持多数据源/数据库、链式操作、源生语句、事务处理等

chain-pdo pdo sql

Last synced: 11 Oct 2025

https://github.com/veselink1/quick-draw

A simple multiplayer drawing game with a Go REST backend and a React frontend.

bootstrap docker docker-compose go golang postgresql react rest sql

Last synced: 14 Apr 2026

https://github.com/mathiaslinux/sae_401_bo

The redesign of an escape game company's website for a college project.

bash-scripting css educational-project escape-game html js linux-compatibility linux-installer mariadb php sql website

Last synced: 11 Oct 2025

https://github.com/aniruddha-biswas/load-large-datasets-into-mysql-using-python

Python script to load large Excel/CSV datasets into MySQL using Jupyter Notebook, pandas, and SQLAlchemy.

database largedata mysql pandas python sql

Last synced: 12 Apr 2026

https://github.com/hussein-m-kandil/odin-file-uploader

A stripped-down version of personal storage service like Google Drive. Built as part of studying The Odin Project's Node.js course.

backend ejs express express-session express-validator expressjs javascript neon node nodejs passport passportjs postgresql prisma sql supabase uploader vercel vercel-serverless-functions

Last synced: 11 Oct 2025

https://github.com/rishraks/student-management-system

A Java-based Student Management System for coaching tutors, utilizing a MySQL database for secure and efficient student record management.

java java-8 sql

Last synced: 12 Oct 2025

https://github.com/cmijrey/qa-training

This is the repo for my QA Training Session

git github python qa selenium sql sqlite

Last synced: 11 Apr 2026

https://github.com/stimulsoft/samples-reports.python

Python samples for Reports.PYTHON report builder for Python 3.10 and higher, and embedded report designer and report viewer

adapters builder charts client-server database django export flask generator integration javascript js json pdf python python3 reporting sql tornado webapp

Last synced: 10 Apr 2026

https://github.com/germanysources/fosswaresearch

Search engine for free and open source software on github, gitlab and other hosting services.

github-api gitlab-api searching sql

Last synced: 21 Jan 2026

https://github.com/yeongseon/excel-dbapi

PEP 249 (DB-API 2.0) compliant driver for querying Excel files with SQL

database db-api excel openpyxl pandas pep249 python sql

Last synced: 14 Apr 2026

https://github.com/raad07/sql_project-world_layoffs_dataset

This is a SQL project which comprises the Data Cleaning in the first part and Exploratory Data Analysis (EDA) in the second part.

data-analysis database mysql sql

Last synced: 27 Jan 2026

https://github.com/rkoeninger/xuji

SQL for Shen

shen sql

Last synced: 24 Feb 2026

https://github.com/lisakey/datacamp-data-analyst-python-sql-projects

Several projects completed during my Data Analyst 📊 training on the DataCamp platform with Python 🐍 and SQL 🗃️. Each project addresses real-world challenges using modern analytical tools and techniques.

analysis cleaning-data data dataanalysis dataanalyst matplotlib pandas python seaborn sql transformation visuali

Last synced: 19 Apr 2026

https://github.com/thomascode92/sql-complete-developers-guide

From data definition to manipulation (CRUD, relations, JOIN): Learn SQL for MySQL, Postgresql & more from the ground up! 🗃️🗄️

academind-course database learn-sql-language mysql postgresql rdbms sql

Last synced: 19 Apr 2026

https://github.com/birg81/jee.1stfakecrudtest

Questo è un esempio di applicazione REST. Adoperando Tomcat e JDBC, il codice si connette al db ed effettua delle operazioni sulla scorta degli specifici metodi lanciati. Adoperando postman sarà possibile invocare dall'url <URL PROGETTO>/api/response.json una delle 4 operazioni CRUD scelta. Su quel url risponderà una servlet che adoperando un approccio DAO invocherà una classe che attraverso il bean effettuerà le operazioni. Il Codice funziona, per qualsiasi dubbio contattatemi

crud-application dao-design-pattern html jakarta jakarta-ee jakartaee java jdk18 jee json json-api mvc mysql postman rest sql tomcat

Last synced: 14 Apr 2026

https://github.com/petrfaltus/ms-sql-server-connection-source-codes

Console applications for connection to the Microsoft SQL Server, how to update rows, how to read the table and how to call the stored function and the stored procedure. Complete example collection including Docker and SQL init. Code for Java built by the Maven, for Java built by the Gradle, for C# built by the .NET Framework and for PHP.

batch batchfile client csharp docker dotnet dotnet-framework gradle java maven microsoft-sql-server ms-sql-server php pl-sql sql sql-functions sql-procedures

Last synced: 27 Jan 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/vishnuganeshan/fullstack-tech-notes

🎯 My journey to becoming a Senior Full-Stack Developer – Structured notes, projects, and progress tracking across React, Node, SQL, DSA, System Design, DevOps, and more.

ai computer-fundamentals devop dsa express javascript mongodb mongoose mysql new-technologies nextjs node react sql system-design typescript

Last synced: 15 Oct 2025

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/hanpama/pgmg

PostgresQL model generator

code-generation golang postgresql sql

Last synced: 17 May 2026

https://github.com/bradleybonitatibus/qtrex

Query template rendering and execution library written in Python

google-bigquery python sql yaml

Last synced: 14 Apr 2026

https://github.com/ani811625/csi-assignment2

📊 SQL queries built on the AdventureWorks2022 database. Includes stored procedures, views, triggers, functions, and sample test queries for an order management system.

adventureworks microsoft-sql-server sql

Last synced: 16 Oct 2025

https://github.com/diovanas/ladystore-backend

Servidor que atende às demandas de uma loja de vestuário nos aspectos das atividades internas, de clientes e fornecedores, além do registro de vendas.

flask python sql

Last synced: 05 Feb 2026

https://github.com/aubainmbk/realtime-bikestation-tracker

Ce projet est un moyen de démontrer mes capacités de collecte de données grâce aux API. L'objectif est de créer une appli web qui permet d'accéder aux infos sur les stations de vélos en temps réel.

api apscheduler dataanalysisusingpython flask-application folium-maps html-css-javascript opencage-geocoder sql streaming-data

Last synced: 17 Oct 2025

https://github.com/mjh1000/php-sql-database-backup

A simple PHP script to backup SQL Databases (WordPress, etc)

backup-database php sql wordpress

Last synced: 04 May 2026

https://github.com/phillbertnevinemmanuel/automotivesalesdataanalysis

This marks my inaugural venture into personal data analysis, employing SQL and Python for Correlation Analysis. I've sourced the dataset from Kaggle, specifically focusing on automotive sales. You can find the dataset linked on my website below. I'm excited to share that I've independently managed the majority of tasks involved in this project.

data-analysis dataset microsoft-sql-server python python-lambda sql ssms tsql

Last synced: 14 Mar 2026

https://github.com/shveta-maini/business-insights-360

Power BI Dashboard to understand AtliQ hardware’s last 4 years' Sales Trends

excel powerbi sql

Last synced: 22 Jan 2026

https://github.com/bultakov/postgresql-projects

PostgreSQL Tutorial

postgresql psql sql

Last synced: 05 Feb 2026

https://github.com/jamesehiabhi/grace-edtech-hub

Analysis Report on Grace EdTech Performance Database

pdf sql sql-server

Last synced: 19 Oct 2025

https://github.com/tatangharyadi/integration

Integration to various APIs and database using Go with GitHub Actions for CI/CD to GCP Cloud Run

auth0 gcp-api-gateway gcp-cloud-run gcp-pubsub github-actions go go-chi odoo pgx postgresql sql terraform viper voucherify zerolog

Last synced: 22 Jan 2026

https://github.com/zx80/pg-schema-version

Simple Postgres Schema Versioning

database postgres schema sql versioning

Last synced: 20 Oct 2025

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: 20 Oct 2025

https://github.com/iness000/ecoeats-sql

A MySQL implementation based on EcoEats, a MERN stack web application for a food waste management system.

food-management mysql-database sql

Last synced: 01 Jun 2026

https://github.com/sksubhadeep/covid-19-portfolio-project-using-sql

SQL Portfolio Project on COVID-19 Dataset

covid-19 cte sql views

Last synced: 26 Jan 2026

https://github.com/mensenvau/internship_sql_analytics

🚀 Internship SQL (Easy, Advanced)

adventureworks data-engineer internship sql

Last synced: 24 Feb 2026

https://github.com/jasminemlewis/best-practice-cultural-competence

Best Practice Cultural Competence is a custom, peer-review content management system for reviewers to assess the teaching practices of healthcare students. It automates the process of assigning codes and reviewers to articles, sequencing four stages, and calculating the rating of articles.

bootstrap4 database mysql oop pdo-php php6 sql

Last synced: 15 Mar 2026

https://github.com/drako01/bootcamp_java_educacionit

Repositorio de Todas la Actividades del Bootcamp de JAVA

css3 eclipse-ide html5 java javascript json jsp maven servlet spring-boot sql

Last synced: 13 Apr 2026

https://github.com/future-architect/uroborosql-doc

uroboroSQL documentation

java sql

Last synced: 15 Mar 2026

https://github.com/tusharpandey003/sql_query_generator

This streamlit app framework help to generate sql query and generate result from database with help of generative AI (Gemini pro)

gemini-pro gen-ai generative-ai query sql sqlite sqlite3 streamlit-application

Last synced: 18 Apr 2026

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/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/pirito10/taquillavirtual-sinf-uvigo

Virtual Ticketing System Database project for the course "Sistemas de Información" in the Telecommunications Engineering Degree at the Universidad de Vigo (2023 - 2024)

java relational-database sql ticketing-system

Last synced: 26 Oct 2025

https://github.com/jundel-malazarte/crud_employee

Create, Read, Update & Delete - Table Employee with MySQL Database (CRUD)

skills sql table test

Last synced: 23 Jan 2026

https://github.com/aleenprd/docbt

Documentation Build Tool - Generate YAML documentation for dbt models with optional AI assistance. Built with Streamlit for an intuitive and familiar web interface.

ai analytics-engineering bigquery data data-modeling data-science dbt docker llm lmstudio ollama openai snowflake sql streamlit

Last synced: 11 Nov 2025

https://github.com/m7moudgadallah/sales-office-db-design

This repository contains the database design for a sales office management system. The database captures information about sales offices, employees, properties, and property ownership. The design emphasizes efficient data management, adherence to business requirements, and normalization.

database dbschemas eer-diagram erdiagram mssqlserver normalization sql tsql

Last synced: 16 Mar 2026

https://github.com/akarshankapoor7/sql-interview-questions-and-concepts

These are the most commonly asked interview questions for DA, BA and DS profiles.

advancetopics business-analyst data-analyst data-science interview-questions sql

Last synced: 28 Jan 2026

https://github.com/aneeshpatne/naturenest

Gardening Community Database Integration ! - This project serves as an environmental initiative aimed at promoting sustainable gardening practices and community involvement.

django-framework front-end-development mysql-database project-management reactjs sql

Last synced: 29 Jan 2026

https://github.com/deddyandri/tomanbikeshare

SQL & Power BI project about helping Toman Bike Share to understand if increasing prices next year is possible

powerbi sql

Last synced: 24 Jan 2026

https://github.com/deddyandri/snowflake-project

as Part of my learning journey on UDEMY

snowflake sql

Last synced: 24 Jan 2026

https://github.com/omonimus1/database-management-rocket-coursework

Database Design and implementation of SQL queries for the Database Management module Coursework

computer-science database-management sql university-coursework

Last synced: 06 Feb 2026

https://github.com/roe-dl/weewx-snmp

WeeWX service to fetch data by SNMP

monitoring pysnmp snmp sql weewx weewx-service

Last synced: 15 Apr 2026

https://github.com/frederikhs/sql2csv

Go library for generating csv files based on SQL queries

csv go sql

Last synced: 24 Feb 2026

https://github.com/pkg-id/passwd

passwd is a zero-setup package for hashing passwords and comparing passwords.

bcrypt go hash sql

Last synced: 29 Jan 2026

https://github.com/sprintup/bottlecaps

An open source continuous innovation social interaction platform designed to meet people nearby by listing shared interests.

angular-cli angular4 dotnet-core entity-framework-core identity-provider sql

Last synced: 29 Jan 2026

https://github.com/anas727189/bookshelf-buddy

📚 Bookshelf Buddy: A full-stack web app to manage, track, and explore your personal book collection with ease!

css ejs nodejs openlibrary-api postgresql sql

Last synced: 06 Feb 2026

https://github.com/renoyegon/row_health_wellness_program

This analysis assesses the performance of a tech-driven insurance company's Wellness Reimbursement Program, with a focus on generating actionable insights and strategic recommendations for the product and marketing teams, as well as responding to ad-hoc analytical queries to enhance program impact and efficiency.

calculated-fields excel sql tableau

Last synced: 29 Jan 2026

https://github.com/mushfique-tajwar/ecommerce

An eCommerce website project with dynamic database using PHP & SQL. (HTML & CSS as well)

bracu cse370 cse370lab cse370project css database dynamic ecommerce ecommerce-website html mysql mysql-database php sql

Last synced: 30 Jan 2026

https://github.com/pinguet62/dbunit-sql

SQL dataset support for "DbUnit" and "spring-test-dbunit"

dbunit spring-test sql

Last synced: 30 Jan 2026

https://github.com/singlestore-labs/singlestore-cloudflare-external-functions

Example of how to use SingleStore External Functions with CloudFlare Workers

cloudflare cloudflare-workers singlestore sql udf

Last synced: 06 Feb 2026

https://github.com/muhammadadilnaeem/text-to-sql-llm-app-along-with-querying-sql-database-using-google-gemini

Welcome to the Text-To-SQL LLM App! This project leverages advanced language models to convert natural language queries into SQL statements, providing a seamless interface to interact with SQL databases using the Google Gemini API. 🎉

css gemini-api google html huggingface-spaces llm markdown python sql streamlit

Last synced: 15 Apr 2026

https://github.com/alaa-abdallah1/wuzzufny-jobs-site

Wuzzufny is a job search platform that helps job seekers find jobs that match their qualifications and helps recruiters find suitable candidates for their companies. The platform is built using HTML, CSS, JavaScript, Vue.js, Vuetify, Vuex, Laravel, PHP, OOP, MySQL, SQL, and host files on AWS.

css html javascript laravel mysql oop php sql vuejs vuetify vuex

Last synced: 15 Apr 2026

https://github.com/easonsyc/sql-study

Some codes when I study SQL.

sql study

Last synced: 17 Mar 2026

https://github.com/nafisalawalidris/international-breweries

This GitHub readme provides an overview of data analysis using SQL on the International Breweries dataset, including dataset description, analysis questions, example SQL queries, and key insights derived from the analysis.

data-analysis insights international-breweries-dataset queries sql

Last synced: 31 Jan 2026

https://github.com/bhushan354/patients-database

I have designed this 'Patients-Database' Using a diagram . I have interpreted all the things from diagram and Created a Data model from it .

plpgsql postgresql sql

Last synced: 25 Feb 2026

https://github.com/tynoee/record_company-database

A record company database with multiple query commands using SQL

data-analysis sql

Last synced: 31 Jan 2026

https://github.com/hedimuhamad/movie_api

Movie_API created with PHP and MariaDB

mariadb php sql

Last synced: 15 Apr 2026

https://github.com/code-raushan/bitespeed-identity-reconciliation

Solution to identity-reconciliation problem using NodeJS (TypeScript) and PostgreSQL.

assignment nodejs postgresql sql

Last synced: 15 Apr 2026

https://github.com/igorcarmona-git/csvtodb_printeraudition

Solução interna para realizar uma auditoria de impressão no servidor de PrintServer.

postgres printerservice python python-script sql windowsserver

Last synced: 07 Feb 2026

https://github.com/mdanwarulkarim/supershop_sales_analysis_sql

This project examines customer demographics, sales trends, and high-value transactions, uncovering patterns, top customers, and category performance. The insights provide actionable perspectives to understand sales, customer behavior, and product performance for informed decisions.

eda etl sql

Last synced: 31 Jan 2026

https://github.com/nouranhaitham/dbms_property_finder

A comprehensive database management system for efficiently handling property ownership, client reviews, transactions, and locations.

database-management database-relationships database-schema entities erdiagram oracle oracle-forms sql

Last synced: 07 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