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/vinniko/sauep

🏭 Energy analysis and metering system for heavy industry

asp-net-core csharp http net-core rest-api sql tcp tcp-server tcp-server-client tcp-socket wpf

Last synced: 20 May 2026

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

SQL Generation for Perl 5

json-sql perl perl5 sql

Last synced: 19 Jun 2026

https://github.com/armahdavi/scale_ai_outlier_llm_training_tuning_rlhf

This repository summarizes work samples in the Scale AI's Remotask and Outlier platforms to train and tune LLMs by providing penalty and reward data.

css-html java javascript llm prompt-engineering python reinforcement-learning sql

Last synced: 18 Feb 2026

https://github.com/bytebase/tidb-parser

TiDB parser based on ANTLR4

antlr antlr-parser antlr4 database parser sql tidb

Last synced: 02 Nov 2025

https://github.com/sidheshwarjadhav100/nomineetrack

NomeeniTrack: A Java-based JDBC project to manage election candidate data for the Election Commission of India (ECI).

arraylist crud-operation database java jdbc maven mysql oop sql

Last synced: 20 Apr 2026

https://github.com/justin-pyne/coding-problems

A collection of my LeetCode solutions for Python data structure/algorithm problems and SQL problems, organized by language.

algorithms leetcode leetcode-solutions python sql

Last synced: 25 Jun 2026

https://github.com/kunalkeshan/mkd-blog

mkd-blog short for Markdown Blog is a blogging platform where anyone can share the articles they write to the world. The editing platform of the mkd-blog uses articles written in Markdown and is converted into HTML.

blog blogging css ejs expressjs full-stack-application html javascript markdown mysql nodejs sql

Last synced: 22 Mar 2025

https://github.com/imega/txwrapper

SQL transaction wrapper on golang

database mysql sql sqlite3 transaction

Last synced: 10 May 2026

https://github.com/olivr/sql-utility-data

General utility data in relational SQL format for countries, languages, currencies (ISO 3166-1, UN M49, ISO 639-1, ISO 4217)

countries currencies data-set iso-3166-1 iso-4217 iso-639-1 languages postgresql sql un-m49

Last synced: 05 Apr 2025

https://github.com/gino-freud-hobayan/instacart-analysis__sql-capstone-project

Capstone Project: Analyzing the Instacart dataset (Microsoft SQL) with a 10-minute live video presentation on YouTube

adhoc-analysis aggregate-functions datadefinitionlanguage datamanipulationlanguage dataquerylanguage joins sql

Last synced: 19 Mar 2026

https://github.com/starsheriff2/sql-zoo-answers

These are the answers for the 'SQL-Zoo' Advanced tutorial exercises in https://sqlzoo.net/wiki/SQL_Tutorial. All 9 sections with their corresponding exercises and quizzes were passed with a perfect score.

database excersices mysql queries sql

Last synced: 02 May 2026

https://github.com/mtrzc0/forums

Open-source reddit like platform

js php sql xampp

Last synced: 02 May 2026

https://github.com/praczet/sql-command.nvim

Simple plugin to run sql command (for mariadb). It allows to run command from selection or for current line.

mariadb query sql

Last synced: 02 Jan 2026

https://github.com/cyberoctane29/cyclistic-bike-share--analyzing-rider-behavior

Analyzed Cyclistic's bike-share data to uncover usage differences between casual riders and annual members. Utilized SQL and MySQL for data processing, R for visualisation, and Kaggle for collaboration. Insights will guide marketing strategies to convert casual riders into annual members.

data dataanalysis dataanalytics database rlanguage rmarkdown spreadsheet sql

Last synced: 22 May 2026

https://github.com/indiecodermm/vet-clinic-db

A PostgreSQL exercise project to learn and practice database basics

database postgresql sql

Last synced: 16 May 2026

https://github.com/bisegni/sql-proxy

a proxy for mysql engine write in go using https://github.com/xelabs/go-mysqlstack and info form radondb

sql

Last synced: 30 Mar 2025

https://github.com/planetarydev/pure-live-pg

PostgreSQL wrapper with live, realtime queries

livedata pg postgres postgresql reactive realtime sql

Last synced: 28 Jun 2025

https://github.com/manuthecoder/devlist

Devlist is a better way to work on code projects!

ajax css html javascript php sql

Last synced: 04 May 2026

https://github.com/toskpl/sql

Advanced analytical functions sql

datawarehouse oracle oracle-database sql

Last synced: 08 Mar 2026

https://github.com/pleuvoir/sql-metadata-plugin

Execute SQL to return result set metadata easily.

metadata plugin springframework sql

Last synced: 12 Jan 2026

https://github.com/elyse502/uok

A repository for my coding assignments and projects at the University of Kigali, showcasing various programming modules and practical implementations.

backend coding computer-science cplusplus cprogramming data-science frontend html-css-javascript java javascript mysql-database oop-principles pandas php programming python sql university-project web-development xampp-server

Last synced: 08 Apr 2026

https://github.com/kritagya123611/university-erp

The Multi-Role University ERP project is a web-based system that serves as an enterprise resource planning (ERP) solution for universities. It will include different user roles such as Admin, Faculty, and Student, each with specific access rights and functionalities. Admin: Manages users, courses, departments, and overall system configurations. F

css3 express-middleware expressjs html5 nodejs postgresql sql tailwindcss

Last synced: 08 Apr 2026

https://github.com/shellyda/project-design-database

Database system for bus companies, managing driver outsourcing, trip tracking, maintenance, and ticket sales. Designed in conceptual, logical, and physical stages with SQL implementation.

conceptual-model database design-database logical-model physical-model sql

Last synced: 14 May 2025

https://github.com/popckovs/python_desctop_library

A simple application with a description and notes on the python language, to facilitate learning

python python-pq5 sql

Last synced: 23 May 2026

https://github.com/mrceperka/sql-file-loader

SQL file loader - Load queries from big SQL files

files php7 sql

Last synced: 03 Jan 2026

https://github.com/richardbnk/data_preview

An interactive Streamlit-based dashboard for data scientists to preview, analyze, and visualize datasets quickly, supporting file uploads, summary statistics, and basic data cleaning..

analytics business-intelligence data-science datavisualization sql

Last synced: 02 Jul 2026

https://github.com/humbertocg18/sites-criados-php-html

Este repositório é para compartilhar e demonstrar alguns sites que eu fiz ao longo do tempo. Tanto trabalhos ministrados no Ensino Médio Técnico do @senacrs-emti (Distrito Criativo), tanto como alguns projetos pessoais.

css html html5 js php sql

Last synced: 09 Apr 2026

https://github.com/omatheusribeiro/clean-architecture-template-dotnet

This repository has a Clean Architecture template using .NET Core 8. It applies the Code First pattern with Migrations to create a SQL Server database. The goal is to guide developers in learning and applying Clean Architecture principles in .NET applications. 🚀

architecture auto-mapper automapper clean-architecture code-first codefirst dotnet dotnet-core dotnet-core-8 entity-framework entity-framework-core jwt jwt-authentication jwt-token migration sql sql-server viewmodel xunit

Last synced: 24 Feb 2026

https://github.com/apostolouagge/Cinema-Management-Program-MVC

Cinema management program in .NET

asp-net-core csharp mvc sql

Last synced: 21 Sep 2025

https://github.com/sahinmeric/holbertonschool-higher_level_programming

High-level Programming curriculum of Software Engineering Foundations at Holberton School UY

data-structures javascript networking oop python sql tdd

Last synced: 08 May 2026

https://github.com/erinenovita/data-management

This project aims to translate business requirements into data management solutions. It will involve a complete process of extracting, refining, and delivering datasets extracted from both structured databases and unstructured data sources.

database sql

Last synced: 30 Jul 2025

https://github.com/s0rbus/steampipe-plugin-openmeteo

Plugin for Steampipe to access weather data from Open-Meteo

postgresql postgresql-fdw sql steampipe steampipe-plugin weather-forecast

Last synced: 09 Mar 2026

https://github.com/oleggator/query-exporter

PostgreSQL Query Exporter

csv database exporter go golang postgresql sql

Last synced: 09 May 2026

https://github.com/fortunewalla/airportdb

We used the http://flughafendb.cc/ airport database (small) and converted most of the fields to English.

airport airport-data airport-db airportdb dataanalysis database datascience flughafen flughafendb heatwave machinelearning mysql oracle sample-database sql sqlquery

Last synced: 31 Jul 2025

https://github.com/ahmed-safa/propertify-real-estate-management-

A database management related project. Here only MySQL is used. Queries are noted in this project. Mainly terminal is used to operate the database. Also Toad from Oracle is used for easier execution and visualization.

database dbms-project plsql sql toad

Last synced: 15 Oct 2025

https://github.com/n1colasf/obligatorio-bd2

Obligatorio Base de Datos 2 (Semestre 3 - Agosto 2021) Calificación: 40/40

sql sql-functions sql-queries sql-server sql-stored-procedures sql-trigger

Last synced: 31 Jul 2025

https://github.com/letruongzzio/object-oriented-software-development

Repository of our team's OOAD knowledge and project presentations.

application-foundation csharp-code dotnet object-oriented-programming sql

Last synced: 31 Jul 2025

https://github.com/pythoninthegrass/sql_zero_to_hero

The Complete SQL Bootcamp: Go from Zero to Hero @ Udemy

docker postgres python sql

Last synced: 01 Aug 2025

https://github.com/project-tsurugi/yugawara

Fundamental language toolkit for Tsurugi SQL IR

compiler optimizer sql tsurugidb

Last synced: 01 Aug 2025

https://github.com/codecshekhar/sql-examples

This repository contains SQL to illustrate its concepts

mysql mysql-database sql

Last synced: 01 Aug 2025

https://github.com/ayush-anand-17/resortbookingsystem

A full stack application where owners can rent their resorts and customers can book the resorts.

angular bootstrap csharp dotnet html-css sql ssms typescript

Last synced: 09 Apr 2026

https://github.com/pprattis/a-programming-tutorial-web-app-with-JDBC-client

A jdbc application that runs queries in pgAdmin to simulate the functionality of a programming tutorial class that saves the tutorial's theory and tests in the database.

bootstrap computer-science java jdbc jsp-servlet pgadmin pool-connection-jdbc-java postgresql query servlet sql student tutorial tutorials-platfrom web-application

Last synced: 28 Sep 2025

https://github.com/starkgang/envrx

A resilient method to handle environment variables with support for leading databases and three different file formats.

env environment-variables json mongodb redis sql sqlite3 variables yaml

Last synced: 09 Apr 2026

https://github.com/luisfelipepoma/social_swift

A full-stack application for managing the human resources of an enterprise, built using Angular for the frontend, PostgreSQL for the database, and Spring Boot for the backend.

angular application fullstack html humanresourcemanagement postgresql spring-boot sql typescript

Last synced: 09 Apr 2026

https://github.com/MaeAERIAH369/Ecole-42-Cursus

1st and 2nd years of École 42. Proficiency in C, C++, Asm, OOP, SQL and system administration.

asmx86 c cpp98 network oop postgresql sql system-administration

Last synced: 01 Oct 2025

https://github.com/theodoremoreland/redb

A Python automated ELT pipeline that routinely aggregates 20+ million rows of parcel data from numerous local government departments for the Regional Entity Database.

airflow aws boto3 data-engineering plpgsql postgresql professional python redb sql sqlalchemy unittest

Last synced: 02 Oct 2025

https://github.com/shimbhu77/vaarta

Vaartalap is an innovative social media application, inspired by Twitter, developed using the Java programming language and Spring Boot framework.

java jwt-token lombok maven mysql-database spring-boot spring-security sql swagger-ui

Last synced: 09 Apr 2026

https://github.com/pradnyagandhale96/e-commerc

E-commerc web Application

css3 html5 java javasacript reactjs spring sql

Last synced: 09 Apr 2026

https://github.com/samantha-ruth/just-tech-news

A Tech Blog were individuals can log in, post interesting articles, and comment on others. Built using Express.js, SQL, MySQL2, Sequelize, and Handlebars.

express expressjs handlebars mysql sequelize sql

Last synced: 09 Apr 2026

https://github.com/diego17cp/vet-project

A repository of a team-based veterinary application using Java and connecting it to a DB

crud java oracle-database oracle-developer practice-project sql team-repo

Last synced: 09 Aug 2025

https://github.com/windi-wulandari/pbi_kimia-farma-x-rakamin

A data-driven analytics project for Kimia Farma to evaluate business performance from 2020-2023 using BigQuery. Focused on transaction data, inventory, branch operations, and product insights. Results were visualized through an interactive dashboard to support strategic decisions and optimizations.

big-data-analytics bigquery datawarehouse googlelooker sql

Last synced: 03 Jan 2026

https://github.com/sukrut10k/rbac-college-erp

A College ERP system with Role-Based Access Control (RBAC) and data encryption, designed for testing security vulnerabilities like SQL injection, phishing, spoofing, and penetration testing.

cybersecurity encryption erp kali-linux md5-hash phishing-attack php rbac sql

Last synced: 11 Aug 2025

https://github.com/randomhashtags/swift-database

Standalone library enabling communication with your favorite databases in Swift.

databases microsoft-sql-server mongodb multiplatform nosql oracle-database postgresql sql swift

Last synced: 09 Apr 2026

https://github.com/saklis/ace-model-generation

T4 scripts to generate model classes compatibile with ACE ADO Cache Engine.

c-sharp csharp orm sql t4

Last synced: 09 Apr 2026

https://github.com/amanvermai30/quiz-application

The quiz application is a web application that allows users to create and participate in timed quizzes. The application has a RESTful API that provides functionalities for creating and retrieving quizzes.

dao-design-pattern java jpa-hibernate lombok mysql postman spring spring-mvc springboot sql

Last synced: 12 Apr 2026

https://github.com/miroslav-reiter/postgresql

Materiály k online kurzom a školeniam PostgreSQL

postgresql postgresql-database sql

Last synced: 13 Aug 2025

https://github.com/vitor-msp/originarios

Desenvolvimento de um site para venda de produtos indígenas.

asp-net asp-net-mvc bootstrap cropperjs csharp entity-framework razor sql sqlserver

Last synced: 13 Aug 2025

https://github.com/gabrielamoura25/blogs-api

A API de Blogs é uma APIRest e banco de dados para gerenciamento da produção de conteúdo de um blog.

express javascript joi jwt mysql nodejs sequelize sql

Last synced: 02 Apr 2026

https://github.com/sammymedawar/nuevamed-csharp-windowsforms

Our first software project for the COSC231: Database Management Course. It is a clinic information system that can deal with patients and appointments.

csharp sql windowsforms

Last synced: 03 Jan 2026

https://github.com/garcane/cinemax-rentals-data-analysis-project

This project aims to utilise the provided database schema to create a realistic business scenario where the following information is extracted and analysed data using MySQL and Power BI.

mysql mysql-database powerbi powerbi-report powerbi-visuals sql

Last synced: 05 Oct 2025

https://github.com/luismendes070/employee-crud-api

Aplicação CRUD com api com diferentes frameworks e sendo consumido por um único Back-End

angular api application-programming-interface crud-api postgresql-database psql serverless sql vuejs2 vuejs3

Last synced: 05 Oct 2025

https://github.com/jdizm/node-express-sequelize

A demo node/express API project using sequelize and postgres with schema migrations

api docker express node postgresql sequelize sql

Last synced: 10 Apr 2026

https://github.com/vadvergasov/testingsystem

Testing system for schools. Dynamic test addition.

bash batch css html php postgresql pyinstaller python sql

Last synced: 10 Apr 2026

https://github.com/gcoronelc/sql-server-prog-01

Taller de programación con T-SQL en el CEPS-UNI.

coronel database programacion sql t-sql transact udemy

Last synced: 20 Aug 2025

https://github.com/madhuresh2011/crm-analysis-using-sql-and-power-bi

⭐CRM Analysis is a data-driven project aimed at improving Customer Relationship Management (CRM) processes through the analysis of customer data. This project leverages tools and technologies, including Power BI, SQL and Excel, to analyze CRM data and extract actionable insights. The goal is to help business optimize their sales.

analysis crm excel kpi powerbi project sql sql-powerbi-excel

Last synced: 12 Feb 2026

https://github.com/holomodular/servicebricks

Universal microservices foundation with storage agnostic APIs supporting relational, document, cloud and embedded database engines

api cloud crud database ddd eda embedded microservices nosql polyglot query restapi search servicebricks servicequery services sql

Last synced: 15 Feb 2026

https://github.com/lucasbelpiede/law_firm

A advocacy website template developed with WordPress

css git html javascript mysql php seo sql wordpress

Last synced: 10 Apr 2026

https://github.com/santosh-konappanavar/school_library

The school library, managed by a Ruby-powered program, efficiently organizes and automates book lending, tracking, and online reservations, streamlining the entire library experience for students.

ruby sql

Last synced: 25 Aug 2025

https://github.com/An4PDM/Plataforma-de-gerenciamento-escolar-intuitivo-com-CRUD

Projeto Full-stack com integração entre Python e MySQL, permitindo o gerenciamento de dados de um sistema escolar com uma GUI simplificada.

automation coding database development full-stack gui programming project-repository python python3 simple-gui sql

Last synced: 31 Aug 2025

https://github.com/rimveunfinishedprojects/volunteeringplatform

WEB page for Volunteers & Event Organizers

bootstrap4 facebook-sdk php sql website

Last synced: 11 May 2026

https://github.com/roneetkumar/normal-phone

Writing a program that will normalize an SQL table of phone numbers into a single format.

db go golang phone-number postgresql sql

Last synced: 08 May 2026

https://github.com/m-ahmed-anwer/website-template

Web application build for buy websites

css html javascript php sql

Last synced: 11 May 2026

https://github.com/shraddhaag/sql-practice-problem-solutions

A repository of solutions to SQL Practice Problems.

postgres solutions sql sql-practice-problems

Last synced: 29 Jun 2025

https://github.com/almoghindi/petstore

Pet Store project with ASP.NET core web API with Entity Framework on the server side, SQL Server as the Database And Angular 19 with NgRx for state management for the client side. Azure used as cloud provider.

angular asp-net aspnet-core azure bootstrap css entity-framework ngrx rxjs sql sql-server webapi

Last synced: 10 Apr 2026

https://github.com/abhi-bhatra/ksarathicommodityapi

Get the real-time price for the crop

azure flask krashak-sarathi sql

Last synced: 04 May 2026

https://github.com/aswajith7077/shopnex

An Affiliate Marketing platform featuring an interactive web application with a focus on elevating UI/UX design standards and developed using ReactJS

affiliate-marketing expressjs mysql-database reactjs relational-databases sql

Last synced: 10 Apr 2026

https://github.com/francescodisalesgithub/data-for-developers

simple SQL database with problems and solution found on stackoverflow, documentation or chatgpt

chatgpt data database developer hacker hacking knowledge solutions sql targets

Last synced: 22 Mar 2025

https://github.com/xexr/mcp-libsql

Secure MCP server for libSQL databases with comprehensive tools, connection pooling, and transaction support. Built with TypeScript for Claude Desktop, Claude Code, Cursor, and other MCP clients.

ai-tools claude database libsql mcp mcp-server mcp-tools model-context-protocol model-context-protocol-servers sql sqlite sqlite3 turso turso-db

Last synced: 29 Jun 2025

https://github.com/hadijahkyampeire/stackoverflowapi

StackOverflow-lite is a platform where people can ask questions and provide answers.

flask postgresql python3 sql

Last synced: 10 Apr 2026

https://github.com/hifza-khalid/book-management-system-sql

A Book Management System SQL project 📚 featuring tables for Authors ✍️, Books 📖, Customers 👤, and Orders 🛒. Includes sample queries for tracking book sales 💰, pricing by genre 🎭, and customer order history 📅.

book-management data-analysis database-management sql sql-queries

Last synced: 03 Feb 2026

https://github.com/sangeethnandakumar/express-data-library

This repository holds the Express Data library. This library is a easy to use wrapper around Dapper and Dapper Contrib and exposes APIs to do single line CRUD operations on databases with proper disposing

dapper dto helper mysql sql sqlserver

Last synced: 10 Apr 2026

https://github.com/abenezer-tilahun/vet-clinic-database

In this project I use a relational database to create the initial data structure for a vet clinic. Create a table to store animals' information, insert some data into it, and query it.

database sql

Last synced: 07 Apr 2025

https://github.com/wlgs/introduction-to-databases-and-sql-course

Introduction to Databases and SQL course 2021/22 at AGH UST. The repository contains also final project source files. The project was to design and create database for a restaurant.

agh agh-ust database database-course mssql sql

Last synced: 22 Apr 2026