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/snxethan/csc260-library

A C# Dynamic Web Development Library developed as part of the CSC260 course at Neumont College of Computer Science

api blazor neumont sql web

Last synced: 24 Sep 2025

https://github.com/chasesinghofen/scotchbox-project

scotch-box project with sql, js, html,csv file and json data

php7 scotch-box scotch-box-project scotch-io scotchbox sql vagrant

Last synced: 16 May 2026

https://github.com/thallesdaniel/dividas

**SISTEMA DE GERENCIAMENTO DE DÍVIDAS** Este é um sistema python desktop, com a função de gerenciar dívidas. Ao chegar no dia do pagamento, o mesmo emite um alerta no computador da pessoa.

object-oriented-programming poo postgresql python sql

Last synced: 18 Apr 2026

https://github.com/rminelli/user-auth-angular-node-sql-server

User authentication using Node.js, Angular.js and Microsoft SQL Server

angularjs expressjs javascript nodejs sql sql-server sqlserver-2016

Last synced: 07 Apr 2026

https://github.com/geraldohomero/javascript-typescript-notes

Exercícios e anotações sobre JavaScript, TypeScript, Vite.js, React.js, Next.js, Redux e outros

api git html5 javascript js mariadb mysql nextjs nodejs oop reactjs redux sql ts typescript vuejs

Last synced: 09 Apr 2026

https://github.com/phillbertnevinemmanuel/coviddeathvaceda

an exploratory data analysis based on dataset of covid statisics from 2020-2022

data-analysis database sql

Last synced: 09 Apr 2025

https://github.com/dominikjalowiecki/demoty

Website for sharing and commenting memes.

ajax css html javascript php sql

Last synced: 09 May 2026

https://github.com/thrive4/util.fb.cmdsqlite

import and export tool for sqlite written in freebasic with sqlite3

csv educational export folders html import json mht mp3-cover-image mp3-tags sql sqlite3 xml

Last synced: 09 Apr 2026

https://github.com/anuprshetty/ipl_data_management

IPL Data Management is a relational database system which helps to store and retrieve Indian Premier League (Twenty20 cricket league that is annually held in India) data. Normalization techniques are applied on this relational database model to minimize the redundancy in the database tables.

docker erdiagram mysql normalization-database rdbms sql

Last synced: 15 May 2026

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/bartoszzap/car-service-database

A car service database project for handling and storing relative data

database mysql-database sql

Last synced: 15 May 2026

https://github.com/banyc/dfsql

SQL REPL/lib for Data Frames

cli csv data-analysis jsonl ndjson repl sql

Last synced: 31 Jul 2025

https://github.com/flowsynx/plugin-postgresql

FlowSynx plugin to interfaces with PostgreSQL for CRUD operations. Supports JSONB, full-text search, and advanced query features.

data database flowsynx postgresql postgresql-database sql

Last synced: 09 May 2026

https://github.com/yihleego/sql-parser

Sql Parser is a IntelliJ IDEA plugin, it can easily parse SQL.

idea-plugin intellij-idea mybatis sql

Last synced: 17 May 2026

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/cityssm/mssql-multi-pool

A simple way to manage connections to multiple SQL Server databases using the Node.js Tedious driver.

connection-pool hacktoberfest mssql node-mssql pool sql tedious

Last synced: 30 Oct 2025

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/aksh-patel1/text-to-sql-with-llm

text-to-sql-with-LLM is a cutting-edge natural language processing application that leverages the power of Google's Gemini Pro to provide a seamless and intuitive text-to-SQL experience. This project aims to bridge the gap between natural language queries and PostgreSQL databases, offering a chat-like interface for effortless data retrieval.

gemini gemini-api gemini-pro generative-ai google-gemini llm natural-language-processing nlp-machine-learning postgresql python sql sqlite3 streamlit

Last synced: 10 Apr 2026

https://github.com/ashishsingh789/jforce-solutions-data-analyst-interview-task-

This repository contains a solution for a Data Analyst interview task performed for JForce Solutions. The task involves importing, cleaning, and transforming a dataset using Python, followed by creating a Power BI dashboard to visualize key business insights.

pandas pgadmin4 powerbi python sql visualization

Last synced: 12 May 2026

https://github.com/softx0/practicaxlstobbdd_etl

Practica inteligencia de negocios, etl desde archivos excel a una base de datos relacional

control-flow data-flow etl excel microsoft sql sql-server ssis visual-studio

Last synced: 30 Jul 2025

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

PostgreSQL Query Exporter

csv database exporter go golang postgresql sql

Last synced: 09 May 2026

https://github.com/humbertocg18/pucrs-bd_i-2-2023

Trabalhos, Projetos, Exercícios e aulas realizados no Astah na cadeira de Banco De Dados 1, matéria do segundo semestre.

astah bd db mysql oracle pucrs sql

Last synced: 15 May 2026

https://github.com/omar-muhamad/vet-clinic-database

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

database postgres postgresql sql

Last synced: 16 May 2026

https://github.com/lucasmontagnani/gerenciador-estacionamento_java

Software de gerenciamento de estacionamentos, capaz de cadastrar clientes e seus veículos nas vagas do estabelecimento, monitorando a hora de entrada e saída, além de calcular o valor a ser cobrado ao final da locação.

dao dao-design-pattern engenharia-de-software interface java java-8 jdbc jframe linguagem-java mvc mvc-architecture mvc-pattern mysql sql

Last synced: 16 May 2026

https://github.com/wajid7511/graphqldemo

Built a GraphQL API with ASP.NET Core and HotChocolate, focusing on SQL database integration and code-first schema design. Implemented CRUD operations, pagination, and AutoMapper. Managed EF Core migrations and conducted unit tests with MSTest. Created detailed API documentation and Readme

automapper code-first-approach docker entity-framework-core graphql graphql-api hotchocolate mongodb netcore producer rabbitmq rabbitmq-consumer sql unittesting webapi worker-service

Last synced: 13 Apr 2026

https://github.com/zaadevofc/spreadsheet-db

Using Google Sheets API as a fast and efficient SQL Database alternative, just kidding :/

database db node spread-db spreadsheet spreadsheets sql

Last synced: 07 Jan 2026

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/IamRezaMousavi/rust-todo

A RESTful api for todo list app implement in Rust

actix-web json json-api rest-api rusqlite rust serde sql sqlie3 sqlite todo

Last synced: 11 Mar 2025

https://github.com/f-z/databases

Various database projects (modeling, SQL, R)

data-visualization databases datavisualization map-reduce mapreduce r sql

Last synced: 16 May 2026

https://github.com/VSBrilyakov/med-app

Небольшой проект, реализующий веб-сервер для учёта медперсонала, а также пациентов и их приёмов.

clean-architecture dependency-injection gin-gonic go golang migrate postgresql rest-api sql

Last synced: 22 Sep 2025

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/nhihin/sampleDB

Store and manage samples in SQL database through shiny application.

bioinformatics r shiny sql

Last synced: 30 Jul 2025

https://github.com/sumitm01/srms

Repository for versioning of a full stack PHP project used to manage student results and allows to download results in a PDF.

apache bootstrap4 css3 database html mysql-database php8 sql

Last synced: 04 Apr 2026

https://github.com/cayo-rodrigues/joking

A social network where you can share puns (CS50x final project)

ajax bootstrap css flask html javascript jinja2 jquery python sql sqlite webapp

Last synced: 07 Apr 2026

https://github.com/andreriffen/relational-sql

Some basics of Relational Database in SQL

apache2 innodb mariadb mysql sql

Last synced: 15 May 2026

https://github.com/kenzycodex/distributed-file-storage

This project focuses on developing a Server Load Balancer Distributed File Storage, Sharing, and Management System to efficiently handle file operations across multiple storage containers. The system ensures optimized file management, secure access control, and dynamic workload distribution using advanced load-balancing techniques.

docker java javafx mysql server spring sql

Last synced: 09 Apr 2026

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

A database system for a vetinary clinic for keeping inventories of animal details such as date of birth, neutered, escape attempts, weight and name. Build using PostgrelSQL server and PGAdmin4.

pgadmin4 postgres postgresql postgresql-database psql sql

Last synced: 29 Oct 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/xxyzz/db

Stanford Databases MOOC exercises

database mooc sql xml

Last synced: 04 Apr 2025

https://github.com/coderberry/arel_assist

ArelAssist is to ArelHelpers as Robin is to Batman

arel sql

Last synced: 26 Jun 2026

https://github.com/mustika-putri-m/sql-tugas-modul-growian

Hands On SQL Lite and Google Bigquery for Growian Assigment

google-bigquery sql sqlite

Last synced: 18 Mar 2025

https://github.com/apostolouagge/University-management-program-MVC

University management program in .NET

asp-net-core csharp mvc sql

Last synced: 21 Sep 2025

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/EnriqueBDeL/Primer-Contacto-SQL-y-PL-SQL

Este repositorio contiene tanto practicas realizadas durante mis estudios, como códigos libres que he realizado para practicar. El programa que utilizo es Oracle APEX.

evolution notes oracle remeber sql university university-project

Last synced: 21 Sep 2025

https://github.com/elitan/tsql

A type-safe SQL query builder and database toolkit for TypeScript.

bun database mssql mysql nodejs postgres sql sqlite typescript

Last synced: 21 Sep 2025

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/krisnasuma/registerlogin

Simpel Website Register dan Login

css database javascript native php sql

Last synced: 11 Apr 2026

https://github.com/tamino-martinius/node-next-model-knex-connector

SQL connector for next-model package using Knex.

database model mysql node node-module nodejs postgres sql sqlite

Last synced: 15 Jan 2026

https://github.com/misicode/Kaggle-Intro_to_SQL

Solutions of the exercises from the course "Introduction to SQL with BigQuery" by @Kaggle.

bigquery kaggle kaggle-intro-to-sql sql

Last synced: 10 Mar 2025

https://github.com/brandonleekramer/diversity

In this project, my colleague Catherine Lee (Rutgers) and I employ computational text analysis to examine quantitative trends in the use of diversity terms, OMB/Census terms, and other population labels in a sample of 2.6+ million biomedical abstracts spanning the last 30 years.

diversity pubmed python r sql text-mining word-embeddings

Last synced: 05 May 2026

https://github.com/fabiannorbertoescobar/java-db-connections-ejercicios

ABMs y Apps con diferentes conexiones a bases de datos SQL, noSQL y XML.

abm bson crud dom hibernate hql java javascript jaxb jdbc json mongodb mongodb-driver mvc mysql nosql sax sql sqlite xml

Last synced: 11 Apr 2026

https://github.com/kennedyowusu/vet_clinic_database

Vet Clinic Database is a relational database focus project. Through the project, users can query the db, perform crud operations on specific data form the database using SQL terminal.

database postgresql sql

Last synced: 15 May 2026

https://github.com/usman-rizwan/docsy-ai

Docsy AI transforms your static PDF documents into interactive, intelligent assistants. Simply upload a PDF and start chatting — ask natural questions, get instant summaries, and extract key insights from complex content with ease using an AI-powered interface.

ai chatwithdocs clerk convex gemini langchain nextjs pdf-parser react-hook-form shadcn-ui sonner sql uploadthing zod

Last synced: 23 Jun 2026

https://github.com/alexlatam/golang-simple-blog-app

Simple blog using Go. With MySQL database conection.

boostrap bootstrap5 go golang mysql sql

Last synced: 08 May 2026

https://github.com/vargascardona/productos-sql

Ejercicio de conexión a MariaDB

java management sql tables

Last synced: 21 Sep 2025

https://github.com/wendymunyasi/cois

This is a customer order and invoice system built with xbase and C++

cplusplus dbase prg sql xbase

Last synced: 18 May 2026

https://github.com/joinery-labs/joinery

Privacy-first local data analytics powered by DuckDB.

data-analytics duckdb sql sql-workbench

Last synced: 25 Jan 2026

https://github.com/4l1c3-r4bb1t/uri-exercises

📚 URI exercises resolution.

java sql

Last synced: 29 Jul 2025

https://github.com/listiangr/hotel_management_database_system

Proyek ini bertujuan untuk mendesain dan mengimplementasikan database relasional untuk sistem reservasi hotel yang efisien, dengan tujuan mempermudah pengelolaan data tamu, pemesanan, kamar, pembayaran, dan ulasan.

database-management hotel-management-system mysql phpmyadmin relational-databases sql

Last synced: 03 Apr 2025

https://github.com/briso10-dev/oracle-database

An Open source project giving a maximum of Query Solutions of various different databses in Oracle

database oracle security sql

Last synced: 20 Sep 2025

https://github.com/ryosama/csv2sql

Request CSV files like SQL databases

csv interface perl sql tool

Last synced: 09 Jul 2025

https://github.com/sambhav228/ep-mini

This project giving the brief intro to Inventory and sales Report of products

enterprise-programming java sql

Last synced: 24 Jun 2025

https://github.com/luizassimoes/diario-do-cinema

Projeto de software desenvolvido em Python com Flask para gerenciar uma lista pessoal de filmes, permitindo ao usuário adicionar, editar e registrar filmes que deseja assistir, além de atribuir notas e datas de visualização.

flask python sql

Last synced: 05 May 2026

https://github.com/eablak/blogproject

BilgeAdam academy .NET Education achievement certificate project.

asp-net-core model-view-controller sql

Last synced: 24 Jun 2025

https://github.com/muhammadsaadx/fast-flex-management-system

I have built a comprehensive database management system for Fast NUCES, facilitating student management, course scheduling, and academic tracking for improved university operations using C# and ASP.NET.

asp-net sql

Last synced: 12 Mar 2025

https://github.com/drprettyman/jobmaster

Job queue system for backend systems.

job-queue job-scheduler postgresql python sql

Last synced: 16 Feb 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/sakibvhossain/data_stores_and_persistence

Build applications that read and write to relational databases using both the Java Persistence API (JPA) and SQL. Use standard design patterns to make your persistence layer easy to test and integrate with a Spring Boot application.

hibernate-orm java multitier-architecture sql

Last synced: 05 Jun 2026

https://github.com/vduseev/aws-ec2-pricing

Command line tool to collect EC2 prices from AWS API and put them into SQLite table to analyze them better

aws command-line ec2 pricing python sql table

Last synced: 25 Jul 2025

https://github.com/manas1331/real-estate-management-project

Welcome to Landmark Estates, a streamlined real estate management platform built using Streamlit and MySQL for a modern and user-friendly experience. This project offers an efficient way to manage real estate properties with a range of features designed to simplify the process of buying, selling, and tracking properties. With a responsive interface

sql streamlit

Last synced: 07 Apr 2026

https://github.com/aloksingh20/hirequest

HireQuest is a dynamic Android hiring application bridging the gap between job seekers and HR professionals. With tailored dashboards for both candidates and HR users, the app offers a personalized experience.

alarmmanager android android-application android-studio fcm-notifications firebase java java8 jwt-authentication kotlin notification-android push-notifications redis-client rest-api room-database spring-boot spring-security sql websocket websocket-client

Last synced: 04 Jan 2026

https://github.com/nivl/go-sqldb

Interfaces and implementations to deal with database access in Go

go golang interfaces sql

Last synced: 03 Jul 2026

https://github.com/thiagodp/database-js-mssql

Database-js driver for SQL Server that works on Linux, Mac, and Windows

database database-js database-js-mssql driver ms-sql ms-sql-server mssql node query sql sql-server tds wrapper

Last synced: 16 Jun 2025

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

Run Presto on your local machine

docker presto sql

Last synced: 18 May 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: 05 Apr 2026

https://github.com/finesse/microdb

A simple database connector for using pure men's SQL with bindings 💪

database library mysql pdo pure-sql sql

Last synced: 05 Apr 2025

https://github.com/saba-burduli/-main-online-exam-project

Hello My Name is Saba Burduli and this is my first time ever doing Online Exam ASP.NET Web API . Whats cool in this project is im gonna create 3 type of role .. and they have different tokens (accses). We dont have actually many entity classes manually but we actually creating meny join tables using configuration querys

api asp-net-core entity-framework-core microsoft mssql sql web

Last synced: 18 May 2026

https://github.com/Suvroneel/Thrift-Store-E-Commerce-Website

A basic Thrift e commerce store wit admin and users interface that uses sql as database

css html php-framework php8 sql

Last synced: 21 Jul 2025

https://github.com/adamdon/mobilewebquiz

Web project utilising jQuery AJAX and Bootstrap framework. Running on Apache, MySQL and, PHP

ajax html5 jquery php sql

Last synced: 18 May 2026

https://github.com/eloyekunle/widom_sql

Basic SQL manipulations of Datasets by Prof. Widom

jupyter-notebook sql

Last synced: 03 Apr 2025

https://github.com/ziflex/dbx

Lightweight DB management toolkit

database sql

Last synced: 18 May 2026