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/alexfariakof/harvard-cc50

Curso de introdução a Computer Science da Harvard. Tive uma ótima experiência com os diversos problemas complexos e muito difíceis de serem resolvidos, Nem todos os exercícios foram resolvidos principalmente o do modulo SQL FiftyVille .

aws bootstrap c-language-programming cs50 css docker flask html javascript jinja jquery python3 sql sqllite3

Last synced: 11 Apr 2026

https://github.com/jetsup/daraja-php-alpha

E-commerce website

css html5 javascript php sql

Last synced: 11 Apr 2026

https://github.com/ib-bib/TEI-Project

HCI Project Submission - SusTech 2021-2022 Information Systems - Group: Ibrahim Adil, Elteyp Mohammed, Talal Nasr-Aldeen

accessibility bootstrap css html javascript php sql ui-design

Last synced: 11 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/mchenryspagg/analysis-of-car-repair-shop-operations

This project presents a comprehensive data analysis of a car repair shop's operations, utilizing an extended dataset of sales receipts.

dataanalysisusingsql datavisualization matplotlib-pyplot mysql mysql-database mysqlconnector numpy pandas python salesanalysis seaborn sql

Last synced: 07 Jan 2026

https://github.com/arjun1237/dot.connect-authentication-service-provider

University Final Project - With numerous start-ups appearing around the globe and so are their respective websites,the privacy of information is being evaded by hackers on a regular basis. Hence, there is a need for a small and medium sized companies to use authentication system for websites restricted to their employees. Therefore, a need for guarded and secure login system. Unfortunately, this means extra bucks for the start-ups to procure the technology, which can be a luxury for many. This paper is about free-of-cost web service named ’Dot.Connect’ that integrates secure features of a login system by including plausible and reliable validation and verification. Basically, acting as an authentication service provider. The feature can be utilized by any registered employee of a company. The website has been coupled with attractive UI design with some study on color scheme and web design features.

css frontend html javascript php sql webdevelopment

Last synced: 12 Apr 2026

https://github.com/lithdew/sqlutil

Utilities for working with SQL in Go.

golang sql

Last synced: 17 Oct 2025

https://github.com/cyberkutti-iedc/snaildb

SnailDB is a lightweight, non-SQL database for Python, designed for simplicity and ease of use.

database lightweight non-sql non-sql-database python pythondatabase sql

Last synced: 25 Mar 2025

https://github.com/souravroy-etl/duckle

Local-first ETL/ELT studio: a drag-and-drop visual pipeline designer that compiles to SQL and runs on DuckDB. Tiny desktop app, no servers, git-friendly workspaces.

data-engineering data-integration data-pipeline data-quality desktop-app drag-and-drop duckdb elt embedded etl local-first react rust sql tauri typescript vector-database

Last synced: 23 May 2026

https://github.com/adalbertobrant/scheduled_tweets

Rails for Beginners part 10 and beyond. From https://gorails.com

html javascript rails6 ruby sql

Last synced: 13 Apr 2026

https://github.com/anny85-code/vet-clinic

In this project I used postgresSQL database to store data from a vet clinic. it is build with SQL.

postgresql sql

Last synced: 13 Jul 2025

https://github.com/chinmaykunkikar/bms-api

A ticketing platform API for selecting theaters, viewing dates, and accessing movie details and showtimes.

airtribe bookmyshow expressjs nodejs sequelize-orm sql

Last synced: 11 Apr 2026

https://github.com/youssefelghamour/artisansalley

E-commerce Full Stack website: A digital marketplace connecting artisans with customers.

css flask flask-api flask-sqlalchemy fullstack html javascript jquery jquery-ajax mysql python restful-api sql sqlalchemy

Last synced: 11 Apr 2026

https://github.com/kos59125/local-presto

Run Presto on your local machine

docker presto sql

Last synced: 18 May 2026

https://github.com/dpo007/smdrreceiverservice

Multi-threaded Windows service that listens for SMDR clients and logs call records to MS SQL server (and/or CSV).

avaya csharp smdr smdr-logger sql

Last synced: 18 Jun 2025

https://github.com/eezing/sqerge

Forward only PostgreSQL migration

migration postgres sql

Last synced: 04 Feb 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/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: 06 Aug 2025

https://github.com/haidermalikk/mood-atlas-alt-version

Mood Finder is an app that recommends destinations based on user moods or feelings. It combines a React/Next.js frontend with a Flask Python AI backend to process user prompts, using Google Places API for location data and Google Maps API to display the recommended places. The backend also utilizes SpringBoot to transfer user data to a SQL Database

css flask google google-cloud google-cloud-platform google-maps-api googleplaces java javascript nextjs openai postman python react spring-boot sql

Last synced: 01 Apr 2026

https://github.com/heliorm/heliorm

A code-first object-relational model for accessing SQL data from Java

java orm sql

Last synced: 11 Jan 2026

https://github.com/isaque-s-0liveira/mysql-one-for-all-be

O desafio simula um banco de dados similar ao do Spotify, no qual foi necessário lidar com dados brutos e não estruturados, aplicando técnicas de modelagem para estruturar o banco de dados de forma eficiente.

docker mysql normalization-database sql

Last synced: 19 Apr 2026

https://github.com/m-mdy-m/sql-vs-nosql

Examinando SQL e NoSQL e comparando-os

articles mon mysql noejs nosql sql

Last synced: 02 Apr 2025

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/aliatayee/vet_clinic

This template should be used for database related projects at Microverse. Generate your own repository, update this README and edit all files content while working on projects. You should not be adding any new files unless asked otherwise.

database postgress sql

Last synced: 04 Jul 2025

https://github.com/pedrofnseca/bd-vendas

🐬 Banco de dados para vendas

cloud data-structures database mysql sql

Last synced: 18 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/ritankarsaha/law-and-order

This is a law and order website where the person can search for legal regulations and articles on law.

sql typescript

Last synced: 19 May 2026

https://github.com/vehanrajintha/vehicle_auction_system

Vehicle Auction System made by using PHP and SQL

auction auction-system auction-website auctions mysql php sql vehicle

Last synced: 18 May 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/turbot/steampipe-mod-gitlab-compliance

Run individual controls or full compliance benchmarks for across all of your GitLab resources using Steampipe.

cis cis-benchmark compliance gitlab hacktoberfest security sql steampipe steampipe-mod

Last synced: 10 Jun 2025

https://github.com/castaglia/proftpd-mod_dbacl

Using SQL tables for file/directory access control for ProFTPD

acl proftpd sql

Last synced: 29 Mar 2025

https://github.com/basemax/megamenuphp

MegaMenuPHP is a simple menu system for PHP that allows you to recursively get menu items and its submenus.

mega-menu megamenu menu mysql php recursive recursive-algorithm recursive-functions sql

Last synced: 03 Apr 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/mverleg/atadb

atadb will be a simple but fast relational database that supports a subset of SQL.

database rmdbs rust sql

Last synced: 19 May 2026

https://github.com/ferdinand-swoboda/folo

A jOOQ object-relational loader.

java jooq sql

Last synced: 14 Jan 2026

https://github.com/yaph/queries

Collection of Data Queries in SPARQL and SQL

bigquery data-mining dbpedia openstreetmap osm queries sparql sql stackoverflow wikidata

Last synced: 01 Feb 2026

https://github.com/vinnybellack/finzooid-customer-success

Showcases my work at Finzooid (2019–2022) in customer success and marketing ops using ChatGPT, Power BI, Buffer, and SQL. Includes anonymized examples of feedback analysis, KPI tracking, social scheduling, and churn prediction workflows.

buffer chatgpt customer-success excel powerbi project-coordination project-management sql

Last synced: 17 Apr 2026

https://github.com/c0de4un/go-query-builder

SQL Query Builder written in Go for sql module

go golang mysql query-builder sql

Last synced: 17 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/owengretzinger/education-data-for-change

Website created to help discover insights into the Ontario education system using EQAO and income data.

css education html javascript mongodb python sql website

Last synced: 17 Apr 2026

https://github.com/kulkarnishub377/cafe-system-architecture

A production-ready, full-stack Point-of-Sale and cafe management system built on Django REST Framework (backend) and vanilla HTML/CSS/JS (frontend). Designed for small-to-medium cafes with dine-in, takeaway, and delivery workflows.

architecture dijango fullstack-development python sql web-development

Last synced: 04 Apr 2026

https://github.com/socketbyte/simple-query-creator

Simple query creator and executor

generator kotlin maven mysql sql wrapp

Last synced: 18 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/joaoespacheco/trybe-project-23-one-for-all

Projeto de criação, população e manipulação de um banco de dados SQL

database docker mysql sql

Last synced: 18 Apr 2026

https://github.com/jonathan-r-andrade/store-manager

API RESTful para gerenciamento de vendas no formato dropshipping.

chai express-js javascript mocha mysql node-js oas3 openapi-specification restful-api sinon sql swagger-ui unit-tests

Last synced: 04 Apr 2026

https://github.com/binayakshree/blog-app

Blog app with dashboard created using Hono & React

fullstack honojs javascript neondb prisma-orm react sql typescript webdevelopment

Last synced: 05 Apr 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/droptheplot/vim-go-sql

Highlight SQL syntax in Go strings

go sql syntax-highlighting vim

Last synced: 18 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/puureya2/catering-order-form

Year 2, Internet Programming ISB42503, Lab Project

database-management-system html-css mysql php relational-database sql

Last synced: 19 Apr 2026

https://github.com/phartenfeller/ora-script-validator

A CLI to validate Oracle SQL-Scripts for common errors.

cli linter oracle oracle-db sql validator

Last synced: 19 Apr 2026

https://github.com/aboualine/php-library-system

A Library Management System built with PHP, MySQL, and Bootstrap. It manages books, tracks borrow/return transactions, and allows searching by title, author, or ISBN. Fully responsive and user-friendly.

bootstrap5 css html java javascript js json library library-management-system mysql php sql system vscode xml

Last synced: 14 Apr 2026

https://github.com/dadananjesha/twitter-search-api

A minimum viable product written in Python using Django and the Django REST Framework with a sqlite database.

django-application django-rest-framework dockerfile mvp mvt-architecture python3 sql sqlite3 twitter-api

Last synced: 20 Apr 2026

https://github.com/sauberr/flask-2024

Flask website project for Hillel Python Pro course

faker flask python sql

Last synced: 08 Feb 2026

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

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

database-design databases mysql mysql-server sql

Last synced: 20 Apr 2026

https://github.com/0prashantyadav0/backend-project

This website consist of express nodejs project with ejs

ejs express nodejs sql

Last synced: 20 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/ktamburi/eis-database

A database design and SQL script project for the CEN203 Database Management System course at Epoka University

database-management database-schema sql

Last synced: 17 Mar 2026

https://github.com/00nevo/uebungen-exercises-sql

What i am reading regarding SQL.

learning lernen sql sqllite

Last synced: 23 Jan 2026

https://github.com/tushar2704/sql-challenges

Collection of SQL challenges designed to demonstrate my skills and expertise in database management, data analysis, and data manipulation using SQL. This repository serves as a showcase of my abilities to handle complex SQL queries, optimize database performance, and solve real-world data problems.

data-analytics data-mining data-science datamanipulation mysql postgresql sql

Last synced: 24 Apr 2026

https://github.com/nickyhof/commitdb

A Git-backed SQL database engine written in Go. Every transaction is a Git commit, providing built-in version control, history, and the ability to restore to any point in time.

database git golang python sql

Last synced: 09 Feb 2026

https://github.com/kool-cool/taskmaster

"TO-DO" webapp from "flask" #CRUD

curd flask sql

Last synced: 25 Apr 2026

https://github.com/cephascard0207/librarydb_mysql_starter-kit

The LibraryDB_mysql_STARTER-KIT project provides a complete setup for a simple library database using MySQL Workbench and SQL, featuring a detailed query script and an ER diagram to visualize table relationships. It is designed for beginners and students to easily understand and implement database structures and relationships.

dbms mysql sql

Last synced: 25 Apr 2026

https://github.com/wvlet/sql

Bridging gaps between SQL and Scala collections

collection scala sql

Last synced: 25 Apr 2026

https://github.com/jreyesr/steampipe-plugin-blockchain

A Steampipe plugin to interface with the Blockchain.com API

bitcoin sql steampipe

Last synced: 25 Apr 2026

https://github.com/jamesrobionyrogers/spaced-repitition-software-website

Onslow SRS is a project for an assignment where we were tasked to create an interactive website

2021 assessment-project javascript php sql

Last synced: 25 Apr 2026

https://github.com/petykowski/sql-script-generator

CSVtoSQL is a utility to generate different SQL scripts by referencing .csv files.

python-3 scripting sql

Last synced: 06 Jun 2026

https://github.com/foxcapades/java-sql-import

SQL resource loading & caching

files java-10 sql

Last synced: 24 Feb 2026

https://github.com/rohitbhati22/yogaai

YogaAI is a ML5.js and PJ5.js Library based AI Yoga Trainer and Platfrom for Yoga Teacher and Student.

javascript ml5js mysql php sql

Last synced: 09 Feb 2026

https://github.com/tak172/plousios

Информационная система торговой биржи

cpp17 qt5 qtwidgets sql

Last synced: 09 Feb 2026

https://github.com/jreyesr/steampipe-plugin-mongodb

Use SQL to instantly query MongoDB databases. Open source CLI. No DB required.

postgresql postgresql-fdw sql steampipe steampipe-plugin

Last synced: 27 Apr 2026

https://github.com/lupennat/ludo

Database Abstraction Layer for Node js

database lupdo mysql nodejs pdo sql sqlite transaction

Last synced: 09 Feb 2026

https://github.com/rodolphebarbanneau/restx

Evolving REST for the modern data landscape

api db graphql http query resources rest restx sql

Last synced: 27 Apr 2026

https://github.com/manthanthakor/expensetracker

A comprehensive expense tracking application built with ASP.NET Core MVC to help you manage your personal finances.

asp-net-core asp-net-mvc authentication expense-manager expense-tracker sql

Last synced: 24 Jan 2026

https://github.com/silumankucing/social-network

learning docs about system design, web application, mobile development, data engineering, databases (sql, nosql), and machine learning operation

javascript nosql social-media software-engineering sql

Last synced: 28 Apr 2026

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

Desenvolvimento de um site para venda de produtos indígenas. Versão 2.

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

Last synced: 28 Apr 2026

https://github.com/ryn2004t/blood-donation-system

A desktop-based Blood Donation Management System built with C# Windows Forms and MySQL. It manages donor records, supports CRUD operations, and uses a typed DataSet for structured data handling. Designed to assist hospitals and blood banks with efficient donation tracking.

blood-donation crud csharp desktop-application dotnet healthcare mysql sql windows-forms

Last synced: 28 Apr 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/a1k0r/node-query-template

Node.js library for SQL queries templating

mysql nodejs postgresql query sql template

Last synced: 28 Apr 2026

https://github.com/brunos3d/banco-relacional

🛢 SQL - Projeto de estudo sobre bancos relacionais.

sql study

Last synced: 10 Feb 2026

https://github.com/ritikjha93/genius

Genius is a fully functional website that uses open AI for code generation,Image generation and chat genration.Replicate AI for music and video generation. In short It's a perfect platform to play with all AI toos

nextjs prisma sql stripe

Last synced: 29 Apr 2026

https://github.com/yusufyusie/catalog-of-my-things

In this project, you will create a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the UML class diagram presented below. The data will be stored in JSON files

json ruby sql

Last synced: 29 Apr 2026

https://github.com/waveform-computing/dbsuite

An old application for managing database documentation and bulk loads

db2 documentation etl sql

Last synced: 24 Jan 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/bultakov/postgresql-projects

PostgreSQL Tutorial

postgresql psql sql

Last synced: 05 Feb 2026

https://github.com/vhawk19/ambaan

just wants the average analyst to be happi

data-analysis duckdb-wasm sql vue

Last synced: 01 Mar 2026