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/naemazam/analyze-international-debt-statistics

It's not that we humans only take debts to manage our necessities. A country may also take debt to manage its economy. For example, infrastructure spending is one costly ingredient required for a country's citizens to lead comfortable lives. The World Bank is the organization that provides debt to countries.

data-manipulation importing-and-cleaning-data jupyter-notebook python sql

Last synced: 30 Apr 2026

https://github.com/raziyehbazargan/entityframework

a small project that shows both Database-First workflow and Code-First workflow

codefirst csharp database-first entity-framework mvc-framework sql

Last synced: 29 Jun 2026

https://github.com/turbot/powerpipe-mod-covid19

Visualize COVID-19 vaccinations, healthcare capacity, regional trends, and more using Powerpipe and PostgreSQL.

covid-19 covid-data covid19 covid19-data dashboard postgres postgresql powerpipe powerpipe-mod sql

Last synced: 22 Jun 2026

https://github.com/z3ath/malgo

:floppy_disk: MyAnimeList XML to SQLite migration utility and Go library — command line tool also available

golang library migration myanimelist sql sqlite3

Last synced: 07 Jun 2026

https://github.com/iantomasinicola/portfoliodataanalyst

Progetto di Data analysis con Python, Microsoft Sql Server e Excel

data-analysis excel python sql

Last synced: 21 Jun 2026

https://github.com/jordan-m-young/rscodb

Relational Database Implementation

database from-scratch postgres rust sql

Last synced: 10 May 2026

https://github.com/quaddarv1ne/bmstu-data-architect

Архитектор данных — это специалист, который проектирует, создаёт и управляет структурами данных организации, обеспечивая их эффективное хранение, обработку, интеграцию и безопасность. Он разрабатывает стратегии работы с данными, определяет стандарты, выбирает подходящие технологии (например, базы данных, облачные решения)

analytics csv csv-parser database excel postgresql powerbi python sql

Last synced: 18 Jun 2026

https://github.com/asynched/tiny-sql

A tiny in-memory database written in Node.js

database node sql

Last synced: 11 May 2026

https://github.com/marcominerva/entityframeworkcoreauditing

This repository show different ways to audit database changes with Entity Framework Core

auditing entity-framework-core net sql sql-server temporal-table

Last synced: 24 Apr 2026

https://github.com/codad5/e-commerce-website-

This is an e-commerce website where a seller have a dashboard be able to edit and contact coustomer

ajax cart e-commerce ecommerce ecommerce-platform javascript jquery php shop sql

Last synced: 10 May 2026

https://github.com/fblupi/grado_informatica-diu

Prácticas de la asignatura Diseño de Interfaces de Usuario de la UGR

ajax bootstrap centered-user-design justinmind mysql php sql webapp

Last synced: 30 Apr 2026

https://github.com/adelrizq/firsttosolve

FirstToSolve is a competitive programming platform to manage competitive programming regular activities,

automation automation-selenium cmp2022 codeforces competitive-programming dotnet hackerrank mvc sql

Last synced: 28 Apr 2026

https://github.com/grizz-it/dbal-pdo

Database abstraction layer package implementing PDO

databases dbal pdo php sql

Last synced: 29 Apr 2026

https://github.com/amhsirak/pg-index

Indexing on a Postgres table containing 50 million rows

database db-index indexing postgresql sql

Last synced: 12 May 2026

https://github.com/lpraat/inbq

A library for parsing BigQuery queries and extracting schema-aware, column-level lineage.

bigquery data-lineage parser sql

Last synced: 26 Apr 2026

https://github.com/samuel-ricardo/agendafx

App Desktop que promete elevar sua produtividade pra outro nível.

agenda calendar css css3 database java javafx jfoenix jfoenix-application mvc mysql notifications sql tsql

Last synced: 09 Apr 2026

https://github.com/tanveerisonline/oop_school_library

OOP SCHOOL LIBRARY is an educational school library app that records the available books and the records of borrowed books and who borrows them.

postgresql-database rspecs rubocop ruby ruby-on-rails sql

Last synced: 19 May 2026

https://github.com/turbot/powerpipe-mod-videogames

Visualize video game platforms, developers, industry trends, and more using Powerpipe and MySQL.

dashboard mysql mysql-database powerpipe powerpipe-mod sql video-game

Last synced: 27 Aug 2025

https://github.com/edurankcr/edurankcr.api

Backend service for EduRankCR.com.

api-rest backend c-sharp docker sql tsql

Last synced: 21 Feb 2026

https://github.com/omjogani/patient-monitoring-system

Patient Monitoring System for Doctor using ASP.net Framework

asp-net-framework csharp dotnet dotnet-framework sql

Last synced: 19 May 2026

https://github.com/toddbirchard/bigquery-to-sql

:bar_chart: :arrow_right: :floppy_disk: Lightweight ETL script to migrate data from BigQuery to SQL.

bigquery etl google-cloud python sql sqlalchemy

Last synced: 09 Feb 2026

https://github.com/k3rnel-dev/sqlab

A simple web application for skills to learn sql-injection for a more precise understanding

hack pentest sql sqlinjection web-application

Last synced: 15 Mar 2025

https://github.com/alenales/etl

ETL задача. Ежедневная выгрузка данных и формирование/отправка новой таблицы в tabix

airflow-dags clickhouse sql

Last synced: 27 Apr 2026

https://github.com/tushar2704/sales-for-retail-and-food-services

This project aims to analyze and visualize the sales data for Retail and Food Services in the U.S.A. The data is sourced from the U.S. government website and has been processed using SQL to create a database for easy management and analysis.

analysis dashboard portfoilo portfolio-project postgresql sql tushar2704

Last synced: 04 Nov 2025

https://github.com/designliquido/lincones-postgresql

Biblioteca de LinConEs para JavaScript usando PostgreSQL.

hacktoberfest lincones portugues portuguese postgresql sql typescript

Last synced: 01 Jul 2025

https://github.com/filipeesch/dynamic-sql

A .NET library designed to create complex, parameterized SQL queries dynamically using a versatile template syntax. Effortlessly handle conditional logic, integrate variable lists, and generate optimized SQL statements with ease. Ideal for applications requiring flexible SQL construction with maximum code safety and readability.

dotnet query query-builder sql

Last synced: 03 Aug 2025

https://github.com/shanduur/c-embedded-sql

This repository contains code of VSCode extension for highlighting SQL syntax in C code.

c esql sql

Last synced: 04 Oct 2025

https://github.com/abhinavkorpal/sql-pl-sql

SQL-PL-SQL

database plsql sql

Last synced: 25 Jun 2025

https://github.com/rosbit/go-sql-driver

wrapper of database/sql/driver to easy writing sql driver in golang

driver golang sql sql-driver-wrapper wrapper

Last synced: 27 Oct 2025

https://github.com/isi-mube/iron-labs

A repo to store and share solved data analytics assignments and side projects during my bootcamp at Ironhack.

elasticnet jupyter-notebook jupyterlab linear-regression python regression-models sql vscode

Last synced: 28 May 2026

https://github.com/gsiems/go-db-meta

Query database metadata

database meta-data mysql oracle postgresql sql sqlite3

Last synced: 12 Jan 2026

https://github.com/nelson6e65/bash-mysql-helper

Import, export and make backups of MySQL/MariaDB databases using .env file

backups bash basher database dotenv env gzip laravel mariadb mariadb-databases mysql mysql-helper mysqldump sql

Last synced: 11 Apr 2026

https://github.com/woodprogrammer/sql2nosql

Sql to Nosql data migrator

database migration nosql sql

Last synced: 03 May 2026

https://github.com/mayank0255/coding-questions

Coding questions for Interview Prep that I have solved on Algoexpert, Leetcode, Codewars, and Hackerrank :man_technologist:

algoexpert code codewars coding-interviews competitive-programming hackerrank interview java javascript leetcode mysql python sql

Last synced: 14 Apr 2025

https://github.com/perezrd5/ssis_multiplefileimport

This project absorbs files from multiple source files and processes them conditionally based on their encryption, compression, format, and other variable conditions.

bulk-copy decryption encryption gnupg gpg logging microsoft-sql-server pgp sql sql-server-data-tools ssis ssis-component stored-procedures t-sql vb-net winzip

Last synced: 02 Apr 2026

https://github.com/hydraphyzer/library-management-system-in-c-and-sql

This Project Is Part of Our Software Engineering Lab (SE Lab). In This Project We Have Built a Library Management System Desktop Application With Beautiful Design Layout. This is Implemented With the Help of C# .Net Core 6.0 and SQL Database

csharp library-management-system librarymanagementsystem sql

Last synced: 30 Jun 2025

https://github.com/dave-007/presentations

Repository for source files in my past and upcoming presentations. Powershell, SQL, Azure or AWS command line script files, code for examples and demos, supporting slides as PDFs.

awscli azure-cli demos pdfs powershell sql supporting-slides

Last synced: 30 Jul 2025

https://github.com/reo7sp/two-step-migrate

SQL migration tool for blue-green deployments

blue-green-deployment migrate postgreql sql

Last synced: 11 Aug 2025

https://github.com/Imran53/SQL-Mastery-for-Interviews

Level up your SQL skills for interviews! Explore a curated collection of SQL resources, interview questions, answers, PDFs, YouTube channels, websites, and Hackerrank solutions. Get ready to excel in SQL-related interviews with comprehensive learning materials and real-world problem-solving examples.

hackerrank-solutions hackerrank-sql interview-preparation interview-questions sql sql-query

Last synced: 11 Apr 2025

https://github.com/turbot/powerpipe-mod-spotify

Visualize Spotify Tracks, Genre and Audio Features, and more using Powerpipe and SQLite.

dashboard powerpipe spotify sql sqlite sqlite3

Last synced: 27 Aug 2025

https://github.com/byancamatos01/labbanco

"Revisão de SQL em Lab de Banco de Dados"

banco-de-dados ddl mysql sql

Last synced: 06 Apr 2025

https://github.com/ashirwadpradhan/tpsql

Asynchronous execution of parallely executing SQL query

asynchronous-tasks asyncio parallel-processing query-optimization spark-sql sql

Last synced: 04 Jun 2026

https://github.com/jmaupetit/data7

⚡ Open your data in minutes

csv database datasets http parquet sql

Last synced: 18 Mar 2025

https://github.com/spektom/vertica-utilities

Useful Vertica DB functions

database-management sql vertica

Last synced: 17 Jun 2025

https://github.com/margelo/react-native-quick-sqlite

DEPRECATED: Use "react-native-nitro-sqlite" instead

jsi lib native react react-native sql sqlite storage

Last synced: 14 Apr 2025

https://github.com/casualcomputer/sql.mechanic

Functions that generate SQL queries that summarize high-dimensional tables stored in various databases (e.g. Microsoft SQL Servers, Netezza, DB2, Postgres, Oracle, MySQL, etc.).

data-analysis data-quality-checks data-science database mysql netezza oracle postgres quality-control r sql sql-server

Last synced: 30 Jul 2025

https://github.com/ripytide/audio-network

haha audio on many pc at once lol funny

ajax audio javascipt php rickroll sql

Last synced: 16 Jan 2026

https://github.com/dandimrod/indexsql

Project that simplifies the use of IndexedDB by making it compatible with SQL like sintaxis.

indexeddb indexeddb-wrapper javascript sql

Last synced: 06 Jul 2025

https://github.com/zerlok/gendalf

Code-first, deterministic generator for type-safe Python transport and SQL adapters.

adapter-pattern aiohttp ast backend code-first codegen compiler deterministic devtools fastapi grpc no-ai no-orm python sql sql-codegen static-analysis type-safe

Last synced: 08 Mar 2026

https://github.com/tss-sniper/llm-powered-sql-assistant

This simple LLM application translates your plain English queries into SQL commands and retrieves answers directly from the DB.

api gemini-pro llm python sql sqlite streamlit

Last synced: 10 May 2026

https://github.com/avisionh/sqlgpt

Translating natural language into a query and then executing it on a database

chatgpt langchain ollama sql

Last synced: 09 Apr 2026

https://github.com/hellymodikalpesh/atliq-hospitality-analysis

AtliQ Hospitality Analysis | Power BI insights into revenue trends, occupancy, ADR, and strategic recommendations for boosting performance and optimizing operations.

dax-expression powerbi sql

Last synced: 14 Feb 2026

https://github.com/bilbottom/billiam-database

OLAP database project for life admin (feat. dbt).

dbt duckdb sql

Last synced: 03 May 2025

https://github.com/sujunmin/oracledbdailycheckscripts

Oracle DB 12c Daily Check Scripts for Windows

daily-tasks database-status oracle-db powershell sql windows

Last synced: 03 Oct 2025

https://github.com/cleilsonandrade/ecoleta

Projeto com proposta de criar uma rede de pontos de reciclagem, utilizando servidor web, banco de dados e template engine.

database express fullstack monolith nlw nodemon nunjucks reciclagem recycling rocketseat sql sqlite

Last synced: 29 Sep 2025

https://github.com/pmassicotte/duckfetch

A duckdb CLI installer

cli duckdb installer rust-lang sql

Last synced: 21 Mar 2025

https://github.com/jackhawks/lemon-docs

Lemon Docs 是一个全面的文档集,包括 Figma 原型、PowerDesigner 物理模型、初始化 SQL 脚本数据等。

figma lemon powerdesigner sql

Last synced: 02 Sep 2025

https://github.com/officialpiyush/discord-chat2db

Save discord chat into database

chat database discord eris pg postgresql sql

Last synced: 22 Mar 2025

https://github.com/mihailtd/mongodb-postgresql-comparison

Compare MongoDB and PostgreSQL in areas such as performance, ease of use, scalability etc.

databases mongodb nosql performance postgresql sql

Last synced: 18 Apr 2026

https://github.com/hq969/bharatinternproject-2

The Cat and Dog Image Classifier is a deep learning-based computer vision project designed to classify images as either cats or dogs. Using Convolutional Neural Networks (CNNs), the model learns patterns from a dataset of labeled images and accurately predicts the category of new images.

classifier-model database sql

Last synced: 16 May 2026

https://github.com/shaadclt/music-store-analysis-sql

This repository contains a collection of SQL queries that can be used to extract information from a database. Each query is designed to solve a specific problem or retrieve specific data. The queries cover various scenarios, including finding the most senior employee, analyzing customer spending, determining popular genres, and more.

pgadmin4 postgresql sql

Last synced: 28 Mar 2025

https://github.com/dimikot/ent-framework

A PostgreSQL graph-database-alike library with microsharding and row-level security

cluster database graph-database micro-sharding microsharding orm postgresql replication-lag sharding sql

Last synced: 05 Mar 2025

https://github.com/hgwood/advent-of-code-sql

My solutions to Advent Of Code, written in SQL. See https://adventofcode.com/.

advent-of-code advent-of-code-2022-sql advent-of-code-2023-sql postgresql sql

Last synced: 19 May 2026

https://github.com/sofiane-abou-abderrahim/mysql-nodejs-express-demo-blog

I built this little demo blog which uses all 4 CRUD operations with help of SQL and MySQL package which I was using and this connection pool I created which we can use for sending queries to the database. Therefore, all the commands are executed in the NodeJS code. So, the database is used as a data storage in this website application. Indeed, the data is not stored in a standard file.

crud crud-application ejs express expressjs mysql mysql-database nodejs nodejs-server pool promise router sql

Last synced: 10 Apr 2026

https://github.com/zhukovanan/wildberries

Интеграция API Wildberries партнеры с помощью R

api etl mssql-database r sql

Last synced: 03 Feb 2026

https://github.com/sriramalavalapati3/movie-ticket-reservation-system

This is a Booking Service which allows you to choose seats and book

docker docker-compose expressjs mysql-database nodejs nodemon sql

Last synced: 11 Apr 2026

https://github.com/kyopark2014/aws-athena

It decribes how to use aws athena for data analytics

aws aws-athena query sql

Last synced: 27 Jun 2025

https://github.com/simoneas02/data-science

🐍 A planning study to become a data scientist and to improve my current skills. 🤘🏼🌻

data data-analysis data-science data-visualization deep-learning machine-learning pandas python3 r sql

Last synced: 12 Apr 2026

https://github.com/jeescu/nebula

:milky_way: Experimental Node.js micro-framework for building micro-services and APIs.

api boilerplate expressjs generator javascript micro-framework microservice nebulajs nodejs rdbms sql

Last synced: 09 Apr 2026

https://github.com/subnwa/sql

A starter code for creating a SQL database.

base data database master microsoft sql

Last synced: 06 Mar 2025

https://github.com/tknishh/case-study-ueats-ghub-sql

Analyzing the Impact of Business Hour Mismatch on Order Volume in the Food Delivery Industry: A Case Study of UEats and Ghub

assignment bigquery case-study-analysis loop product-analyst sql

Last synced: 23 Aug 2025

https://github.com/tspannhw/table-ddl

DDL for Kudu, Impala, Phoenix, HBase, Hive, MySQL, PostgreSQL, Calcite, ... Tables. SQL.

apache-hbase apache-hive apache-kudu apache-phoenix apache-sparksql cloudera ddl hue nifi sql

Last synced: 19 Mar 2026

https://github.com/kostiantyn-nemchenko/ansible-role-postgresql

Yet another Ansible role for PostgreSQL

ansible ansible-roles database postgresql sql

Last synced: 11 Apr 2026

https://github.com/iwolf22/the-complete-2023-web-development-bootcamp

Homework and assignments from The Complete 2023 Web Development Bootcamp by Dr. Angela

api-rest css express-js html javascript node-js nosql oauth2 reactjs sql

Last synced: 09 Apr 2026

https://github.com/mortenson/pg-autojoin

Automatically add joins to PostgreSQL queries

databases postgresql sql

Last synced: 05 Jan 2026

https://github.com/praisespjmt/personal-catalog

This project implemented a console app that will help you to keep a record of different types of things you own: books, music albums, and games. The data are stored in JSON files. The project was implemented using Ruby and SQL

ruby sql

Last synced: 29 Mar 2025

https://github.com/yswa-var/locoforge

prompt to SQL, NoSQL and GoogleDrive task executing agent

agentic-ai langgraph langgraph-python nosql python sql

Last synced: 20 Jan 2026

https://github.com/hq969/operational-analytics-for-hcl-foxconn-semiconductor-osat-facility

Operational Analytics for HCL–Foxconn Semiconductor OSAT Facility is an end-to-end data analyst portfolio project that simulates real-world manufacturing operations. It focuses on improving production efficiency, analyzing equipment downtime, optimizing workforce attendance, and predicting operational risks using machine learning,SQL, and Power BI.

downtime powerbi predict-absenteeism python3 sql workforce-trends yield yield-monitor

Last synced: 04 Oct 2025

https://github.com/johnsesana/eda-liquor-sales

Exploratory Data Analysis on Public Datasets

data-analysis data-visualization sql tableau-dashboards

Last synced: 09 Mar 2026

https://github.com/MCodrescu/database_app

Database application built with R shiny.

database odbc postgres r sql teradata

Last synced: 29 Jul 2025

https://github.com/szymonmaszke/programming-languages

Mindmap notes regarding programming languages (polish and english)

c cpp java mindmap mysql notes programming-language python r scala sql

Last synced: 10 Apr 2026

https://github.com/dario-l/ses

SimpleEventStore is a simple event store library for .NET based on rdbms persistance.

cqrs cqrs-es event-sourcing event-store event-stream ms-sql-server rdbms sql streams

Last synced: 03 Oct 2025

https://github.com/carvetighter/sqlmethods

A wrapper for pymssql (Microsoft Sql Server Package). I wrote this in the process of working with Sql Servers as a Data Scientist.

microsoft-sql microsoft-sql-server pymssql python python-3 python3 sql

Last synced: 04 Jan 2026

https://github.com/tebogoyungmercykay/the_jerman_otto_car_site

This repository serves as my personal web development space, where I am constantly experimenting, practicing, and refining my skills. It contains a variety of projects, code snippets, and resources that I used/use.

ajax angular bootstrap car-site css database-dump expressjs html javascript jquery json logs mobile-app mongodb mysql nodejs php sql typescript xml

Last synced: 09 Apr 2026