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/webwareforpython/w4py3-middlekit

Webware for Python MiddleKit ORM

database orm python python-3 sql

Last synced: 14 Apr 2025

https://github.com/josemg-ux/travel_agency

Travel agency created with nodejs, express as a server and sequelize to interact with a BD

bootstrap express javascript mvc nodejs nodemon sequelize sql

Last synced: 01 Nov 2025

https://github.com/nezorinegor/bookstore-db

📖 База данных для книжного магазина

database design-patterns sql

Last synced: 02 Aug 2025

https://github.com/praveendecode/youtube-data-harvesting-warehousing

Efficient YouTube data harvesting and warehousing with Python, SQL, MongoDB, and Streamlit, enabling seamless analysis and visualization for insightful decision-making in content management and audience engagement strategies

api apiintegration dataanalysis dataharvesting datawarehousing eda mongodb postgres python sql

Last synced: 16 Aug 2025

https://github.com/noborus/sqlss

Split SQL into statements

sql sql-splitstatement

Last synced: 04 Oct 2025

https://github.com/toolgood/toolgood.sqlfirewall

SQL Firewall, Prevent SQL injection, 防sql注入

sql sql-injection

Last synced: 13 Apr 2025

https://github.com/henomis/ai-sql-assistant

AI powered SQL query builder assistant

ai assistant builder chatgpt go lingoose llm openai sql

Last synced: 17 Aug 2025

https://github.com/niclasko/fusebase

Data Convergence Engine

data-virtualization etl sql

Last synced: 28 Apr 2025

https://github.com/dev-siri/tea-share

Tea Share is a social media application made for Android in Flutter and the Web with TypeScript & SvelteKit.

android dart flutter golang mobile mysql planetscale social-media sql svelte sveltekit tailwindcss

Last synced: 24 Aug 2025

https://github.com/polarfish/update-sql

Liquibase updateSQL command as a service

java liquibase sql

Last synced: 14 Apr 2025

https://github.com/noonat/migrate

A simple migration helper for Go's database/sql package.

database golang migrations mysql postgres postgresql sql sqlite

Last synced: 09 Apr 2026

https://github.com/sondosaabed/joining-data-in-sql

In this course I learned how to use table joins and relational set theory on joining data. I have also learned how to work with more than one table in SQL, use inner joins, outer joins, and cross joins, leverage set theory, including unions, intersect, and except clauses, and create nested queries.

datacamp-course join joining-data joining-tables sql

Last synced: 24 Jan 2026

https://github.com/evanssnave/final-capstone-project-back-end

@Doc is an application that'll allow users to register and create medical appointments or if they desire they can also reserve doctors. There are options so that users can add or delete a doctor. In a doctor's details page information relevant to appointments and reservations will be displayed.

api backend collaboration database postgresql rubocop ruby ruby-on-rails sql

Last synced: 14 Sep 2025

https://github.com/ellisgl/geeklab-glpdo2

PHP >= 8.1 PDO Wrapper for Easy and Proper Bindings.

binding bindings database db escape mysql pdo pdo-mysql pdo-php pdo-wrapper php php8-1 php81 sql

Last synced: 19 Aug 2025

https://github.com/ocelot-inc/ocelotgui-tarantool

A GUI for Tarantool.

gui sql tarantool

Last synced: 12 May 2025

https://github.com/tebogoyungmercykay/relational-database_using_self-organizing_treaps

This implementation puts a twist on the Standard Treap (randomized search tree) in the sense that I add the idea of self-organizing data structures on top, To implement a Database (collection of rows that are somehow related) Indexing.

abstract classes data-structures-and-algorithms databases indexing java readme relational-databases self-organizing self-organizing-treaps sql sqlqueries templates treaps

Last synced: 13 Apr 2025

https://github.com/stefanov-sm/restql

restql - RESTful web services in SQL

database jsonschema postgresql rest-api sql webservices

Last synced: 14 Apr 2025

https://github.com/lmc-eu/applyalter

Tool for applying alterscripts for DB2, PostgresSQL and Oracle

database database-migrations sql

Last synced: 13 May 2025

https://github.com/cefoler/databases

Framework for SQL and NoSQL databases.

database databases h2 java kafka mongodb mysql nosql postgresql rabbitmq redis sql sqlite

Last synced: 10 Apr 2026

https://github.com/vshulcz/youtube_crawler

A simple YouTube crawler, allows you to quickly collect data from channels, view and sort them in a table, perform SQL queries and advanced search by various parameters.

crawler database gui osint parser python requests reverse-engineering sql tkinter youtube

Last synced: 16 Jan 2026

https://github.com/walidabazo/ms-sql-server-script-administration-website

ms sql server script administration website with role - permissions back-end website

sql webar webxr

Last synced: 09 Aug 2025

https://github.com/srinivasrm/mutual-funds-analysis-and-prediction

In this project I have performed analysis and prediction on 1,3,and 5 year returns on 1064 mutual funds in India. I have scraped data from a website which is the most visited website for mutual fund investments.I have tested regression models linear model,SGD Regressor , Random Forest Regressor,Decision Tree Regressor,Ridge,MLP Regressor and linear model (Lasso).After which I have selected the best perorming model and performed Hyper parameter tuning and then deployed an interactive application which can generate the visualization and send an email with the visualization to the users email address.

beautifulsoup data-analysis data-base data-cleaning data-science deployment etl finanace frontend funds machine-learning mutual mutual-funds pgsql python scikit-learn sql streamlit web webapplication

Last synced: 27 Oct 2025

https://github.com/maghead/magsql

high performance cross platform sql generator

sql universal

Last synced: 01 May 2025

https://github.com/bogdanp/racket-define-query

Turn .sql files into virtual-statements.

racket sql

Last synced: 03 Apr 2025

https://github.com/wroge/esperanto

SQL Database Access Layer for multiple Dialects

mysql no-orm oracle postgres sql sqlite sqlserver

Last synced: 11 Apr 2025

https://github.com/giis-uniovi/tdrules

Test Data Coverage Evaluation components: Full Predicate Coverage Rules (FPC) and SQL Mutants to assess the coverage of the test data

api-testing coverage database fpc mcdc mutants openapi sql testing

Last synced: 11 Apr 2025

https://github.com/kstrassheim/datawarehouse-crawler

This is a content and schema crawler tool to receive, update and import various kinds of data into a Onprem or Cloud based SQLServer or Azure-Synapse-Analysis (Azure Datawarehouse SQLServer). As source it supports SQLServer Tables, ODATA Endpoints, CSV Files or Excel Files. For multiple sources it can run in parallel mode where it would make a thread for each connection. The speciality of this crawler is that it creates the target tables by himself using the additional info from source.json. In case of Azure-Synapse-Analysis it would estimate the distribution type and keys. The syncing works completely without SQL Transactions by using a consistency correction algorithm for very frequent fact tables. There are 5 Syncing Algorithms (see Manual/Insert) which can be selected as well as one Update Algorithm.

azure-data-warehouse azure-synapse-analytics business-intelligence crawler csv data-import data-science datawarehouse datawarehousing docker dotnet-core-2 excel integration-testing odata parallel-computing sql

Last synced: 28 Apr 2026

https://github.com/rajat2502/sql-editor-view

SQL EDITOR VIEW is an application that allows users to simply execute SQL queries on a sample database or design their own tables and receive instant results.

compiler sql vue

Last synced: 09 Jul 2025

https://github.com/piharpi/db_hotel_realta

Mini Project 🏨 Hotel Realta

case-study sql sql-server

Last synced: 28 Oct 2025

https://github.com/datatogether/sql_datastore

Experimental Golang implementation of the ipfs datastore interface for sql databases.

datastore-interface golang ipfs package sql

Last synced: 07 Oct 2025

https://github.com/mallickboy/edtech.github.io

An innovative EdTech platform built with ReactJS, Node.js, and MongoDB, enabling seamless course management, user interaction, and real-time updates. Designed for scalability and user-friendly experiences.

css fullstack-development html javascipt mongodb nodejs reactjs sql

Last synced: 13 Apr 2025

https://github.com/aziontech/edgesql-shell

A command-line interface for interacting with Azion's EdgeSQL service.

azion cli edge-computing edgesql sql sqlite

Last synced: 28 Oct 2025

https://github.com/lnvaldez/stackoverflow-sql-queries

SQL queries and resources for working with the Stack Overflow 10GB database provided by Brent Ozar.

csv csv-files queries query rpt sql sql-server sql-server-database sql-server-management-studio stackoverflow

Last synced: 30 Oct 2025

https://github.com/buckelieg/jdbc-fn

A functional layer to simplify a usage of JDBC with Stream API for Java 8+

database functional java java-8 java8 jdbc jdbc-stream sql sql-query sql-script sql-stream stream streams

Last synced: 16 Dec 2025

https://github.com/alaa-abdallah1/auction-site

Overview This is an auction app that allows users to bid on items. The app is built using Laravel and Vue. Users can view a list of items up for auction, place bids on items, and view their bidding history.

css html laravel mysql oop php sql tailwindcss vue

Last synced: 15 Jul 2025

https://github.com/seferogluemre/entityframeworkdbfirstproduct

Entity FrameWork first database commerce project

commerce csharp dbfirst-database entity-framework sql

Last synced: 11 Apr 2025

https://github.com/klen/muffin-databases

Async support for a range of databases for Muffin Framework

asyncio muffin sql

Last synced: 15 Jul 2025

https://github.com/0xataru/dfox

DFox is a Rust-based database management tool that provides a terminal user interface (TUI) for interacting with PostgreSQL and MySQL databases. It allows users to perform database operations easily and efficiently through a simple and intuitive interface.

crossterm ratatui-rs rust sql tui-rs

Last synced: 07 May 2025

https://github.com/sayakpaul/reporting-in-sql-datacamp-course-exercises

Contains my solutions to the exercises of the course "Reporting in SQL"

postgresql sql

Last synced: 10 Sep 2025

https://github.com/heminsatya/aurora

Aurora is an MVC structured web framework for creating RESTFUL CRUD applications quickly and simply

back-end crud framework mvc mysql oop orm postgres python rest sql sqlite web

Last synced: 07 May 2025

https://github.com/arshadkazmi42/chrome-cookie

Chrome cookie manager for node. To set and get cookie from chrome

chrome chrome-cookie cookie cookie-crud crud db hacktoberfest sql sqlite

Last synced: 20 Mar 2025

https://github.com/umbrellaleaf5/sql

My repository where I first try and learn SQL and databases

dafe education mipt sql

Last synced: 03 Jul 2025

https://github.com/manusquall/restaurant-web-app

A restaurant web app to save commands of differents food products, show them and modify it also. Similar to a CRUD app

crud-application database food-products php restaurant-web sql sql-database

Last synced: 13 Apr 2025

https://github.com/kenvilar/miozika

:musical_note::notes::headphones: A Music Streaming Service Web Application https://miozika.herokuapp.com/

javascript music-player mysql-database object-oriented-programming php7 sql

Last synced: 10 Jul 2025

https://github.com/bhavik-jikadara/peowt

Predicting the Energy Output of Wind Turbine Based on Weather Conditions

data-science deep-learning kaggle lstm machine-learning mysql nlp prediction python sklearn sql windpo

Last synced: 04 Apr 2025

https://github.com/prashantbtkl/nlsql

generates SQL query from natural language for your PostrgreSQL database

llm llm-inference postgres postgresql sql text-to-sql

Last synced: 07 May 2025

https://github.com/fdhhhdjd/full-stack-php-laravel-crud

Php,Laravel,My Sql,Jquery,...

jquery laravel php sql

Last synced: 29 Jan 2026

https://github.com/milenkovicm/adhesive

Apache Datafusion JVM User Defined Functions (UDF), integration nobody asked for 😀

arrow bytecode-compiler compiler datafusion java jni jvm rust sql udf udf-libraries userdefined-functions

Last synced: 10 Apr 2025

https://github.com/lewuathe/terraform-aws-presto

Terraform module to create Presto cluster

bigdata presto sql terraform

Last synced: 16 Jun 2025

https://github.com/suxrobgm/sql-data-transfer

SqlDataTransferUtility is application that convert SQL table scheme and table records to JSON format

converter json netstandard scheme sql

Last synced: 23 Jun 2025

https://github.com/ihengshuai/blog

this is a blog for sharing the knowledge of web development.

blog canvas compiler css devops docker frontend http hybird javascript k8s nginx nodejs react sql vue

Last synced: 11 Apr 2025

https://github.com/saiteja-talluri/fake-news-detection-using-crowdsourcing

Web App for crowdsourcing the verification of spurious news articles.

ajax crowdsourcing database-design database-management fake-news js sql

Last synced: 10 Apr 2025

https://github.com/archf/ansible-sql-runner

Run a sequence of sql queries or scripts on a target db

ansible database impala phoenix postgresql role sql

Last synced: 11 Apr 2025

https://github.com/powersync-ja/powersync-dotnet

SDK that enables local-first and real-time reactive apps with embedded SQLite for .NET clients

local-first local-storage offline offline-first powersync sql sqlite state-management sync

Last synced: 06 May 2025

https://github.com/elizabethsiegle/remote-mcp-server-authless-rickroll

MCP server that pretends to generate a podcast and then proceeds to rickroll you by returning a dynamic AI-generated slug to a Cloudflare Worker that displays a dynamic webpage

cloudflare cloudflare-d1 cloudflare-mcp cloudflare-workers d1-database sql

Last synced: 21 Jun 2025

https://github.com/turbot/steampipe-plugin-dockerhub

Use SQL to instantly query Docker Hub repositories, tags, tokens and more. Open source CLI. No DB required.

backup dockerhub etl hacktoberfest postgresql postgresql-fdw sql sqlite steampipe steampipe-cloud steampipe-plugin zero-etl

Last synced: 01 May 2025

https://github.com/dataterminalapp/dataterminal

A minimal Postgres desktop client for macOS

database electron mac-app postgres postgresql sql

Last synced: 17 Jun 2025

https://github.com/yordanov0502/disasterscout

Web application for reporting and monitoring of natural disasters and emergencies

axios caffeine-cache cookie firebase git gradle hibernate java javascript jwt mui openssl postgresql react react-query scss spring-boot sql vite

Last synced: 11 Jul 2025

https://github.com/fireemerald/knowntitles

A offline tool to edit the knownTitles of all characters

add character knowntitles lookup modify remove sql tool trinitycore

Last synced: 11 Jan 2026

https://github.com/0xsio/sqlstate-rs

Representations and parsing logic for SQLSTATE return codes.

rust sql sqlstate

Last synced: 10 Apr 2025

https://github.com/turbot/steampipe-mod-oci-compliance

Run individual configuration, compliance and security controls or full compliance benchmarks for CIS across all of your Oracle Cloud Infrastructure accounts using Powerpipe and Steampipe.

cis cis-benchmark compliance hacktoberfest oci oracle-cloud oracle-cloud-infrastructure powerpipe powerpipe-mod security sql steampipe steampipe-mod

Last synced: 06 Mar 2026

https://github.com/jakiboy/sqalar

Filter & Fetch Array with SQL Query (PHP)

array arrayassql ferch orm sql

Last synced: 21 Jun 2025

https://github.com/d-ganchar/ripley

A simple interface for routine db operations and data maintenance

clickhouse data data-maintenance database python sql

Last synced: 05 May 2025

https://github.com/astrodynamic/retailanalitycs-in-postgresql

Develop a SQL script to create a database with tables, views, roles, and functions. Form personalized offers to increase average check, frequency of visits, and cross-selling.

bd csv data-analysis data-export data-input data-manipulation data-validation database-management functions git margin offers postgresql retail role-permission-management selling sql transaction tsv views

Last synced: 06 Apr 2026

https://github.com/javiercanon/microsoft-sql-server-scripts-utils

👩‍💻 Utility scripts, functions and stored procedures for Microsoft Sql Server, in the real life... 👨‍💻

microsoft-sql-server microsoft-sqlserver-database sql sql-functions sql-query sql-script sql-scripts sql-server sql-stored-procedures sql-utilities sql-utils sqlserver

Last synced: 07 May 2025

https://github.com/rammm2005/schema-ecc

Schema of Simple Database make with SQL

database eccomerce schema sql

Last synced: 16 Aug 2025

https://github.com/chromy/crunch

sqlite3 compiled to WASM for the browser and server

sql sqlite sqlite3 wasm webassembly

Last synced: 11 Apr 2025

https://github.com/magnusrodseth/complete-sql-mastery

My personal notes from the Complete SQL Mastery course.

mysql relational-databases sql

Last synced: 10 Sep 2025

https://github.com/altafjava/migrate-mongodb-to-mysql

This Python script migrates data from a MongoDB database to a MySQL database. It iterates over all collections in the MongoDB database, creates corresponding tables in the MySQL database, and inserts the data.

database database-migration migrate migrate-database migrate-mongodb-to-mysql migration mongodb mongodb-migration mongodb-mysql mongodb-to-mysql mysql python sql

Last synced: 15 Jun 2025

https://github.com/tmhalbert/datadrivenssrs

Data Driven Email Subscriptions in SSRS Standard Edition

mssqlserver reporting reports sql sqlserver sqlserver-2017 ssrs ssrs-reports subscriptions

Last synced: 07 May 2025

https://github.com/chandima2000/faculty-management-system

This is a Windows Form application developed in C#

csharp dotnet-core sql windows-forms

Last synced: 11 Apr 2025

https://github.com/joaoassalim/beecrowd-solution

Beecrowd Solution in Python, C, C++, Java and SQL

beecrowd-solutions c cpp17 java python sql

Last synced: 08 Sep 2025

https://github.com/marksikaundi/studentstudy

Manage your time effectively with student study app, The app which helps you plan for your day. a fully python Django project

googlebooksapi sql youtube-api

Last synced: 08 Feb 2026

https://github.com/jobbrio/jobbr-storage-mssql

Storage adapter for MS SQL Servers

jobbr mssql sql sqlserver sqlserver2017

Last synced: 18 Oct 2025

https://github.com/dinxsh/slice

📚 Web app for browsing, reading and getting e-book recommendations.

ajax asp-net asp-net-core asp-net-mvc ebook jquery sql

Last synced: 04 Mar 2026

https://github.com/gabrielfalcao/chemist

Simple, flexible and testable active-record powered by SQLAlchemy - supports seamless encryption of fields through PyNaCL

active-record flask functional-testing mysql mysql-orm postgresql psycopg2 python sql sqlalchemy unit-testing

Last synced: 07 Oct 2025

https://github.com/du-cki/comet

A blazingly fast CDN node written in rust.

cdn rust sql

Last synced: 04 Apr 2026

https://github.com/timkong21/medical-appointment-no-show-prediction

A machine learning solution predicting patient no-shows in healthcare appointments. This project integrates EDA, data processing, feature engineering, and XGBoost modeling, with a workflow spanning from Snowflake data retrieval to AWS deployment (S3, SageMaker, Lambda, API Gateway), aiming to enhance appointment management in medical ERP systems.

api aws aws-lambda aws-s3 data-preprocessing data-science exploratory-data-analysis feature-engineering healthcare hyperopt hyperparameter-tuning hypothesis-testing machine-learning predictive-modeling python sagemaker snowflake sql statistical-analysis xgboost

Last synced: 26 Feb 2026