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/jacraig/inflatable

An ORM. Useful for prototyping but it has the ability to generate a database from a model, keeps them in sync, and has the ability to analyze the database and make suggestions. Has lazy loading, allows quering using IQueryables, straight SQL, and caching of data is built in. So in otherwords, it's a basic ORM.

orm sql

Last synced: 12 Aug 2025

https://github.com/briansterle/drogo

a SQL query engine written in Go

data engine query spark sql

Last synced: 12 Aug 2025

https://github.com/poksyy/hospital-project-backend

This repository contains the backend development for a Hospital Management System as part of a class project. It is implemented using Java and Hibernate, following the first phase of the course where all teams build a backend for a hospital. FRONTEND:

crud database delete get hibernate hospital hospital-management java learning-java mysql nurse post postman project school-project self-learning sql

Last synced: 01 May 2026

https://github.com/xjectro/calvero-club-chat-api

An open-source, modern real-time chat API built for the Calvero Club Chat community! Focused on high performance, security, and scalability. The user interface and API are provided in separate repositories under a unified community brand.

api aspnetcore authentication backend chat community dotnet jwt messaging middleware open-source realtime scalable server signalr sql sqlite user-management webapi websocket

Last synced: 15 Aug 2025

https://github.com/wiris/santoku

Python wrappers around a variety of external services

aws google-cloud salesforce slack sql

Last synced: 19 Aug 2025

https://github.com/ihahachi/algeria-cities

Algeria Wilayas & Communes 2026 🇩🇿 | A developer-friendly JSON dataset featuring all 69 provinces and 1,541 municipalities. This repository includes geographic coordinates (longitude/latitude) for each province capital to support mapping, logistics, and localized service apps.

csv excel geojson json php sql

Last synced: 10 Apr 2026

https://github.com/rajtilak-2020/suraksha-mirage_nextech1.0

A real-time cybersecurity honeypot dashboard built with React and TypeScript. Monitors and visualizes login/signup attempts with comprehensive analytics, threat detection, and admin management capabilities.

cyberdefence cybersecurity ethical-digital-standards hackathon honeypot innovation react sql supabase typescript

Last synced: 09 Mar 2026

https://github.com/imor/pg_escape

A Rust library to escape Postgres flavoured SQL

postgres postgresql sql sqlinject-defense

Last synced: 21 Aug 2025

https://github.com/ouail-01/vet-clinic_database

Relational database project for a vet clinic.

postgresql sql

Last synced: 25 Oct 2025

https://github.com/notcoffee418/dapperbulkqueries

Unofficial implementation for executing bulk INSERT, UPDATE and DELETE queries with Dapper for PostgreSQL and SQL Server.

bulk dapper dapper-extensions postgresql sql

Last synced: 24 Aug 2025

https://github.com/kishlayjeet/connect-postgresql-database-to-python

This repository is to show you how you can connect your PostgreSQL database to your python.

postgres postgresql postgresql-connect-python postgresql-connector postgresql-database postgresql-python psycopg2 sql

Last synced: 14 Apr 2025

https://github.com/mahrjose/bracu-cse370

BRAC University's course - CSE370 (Database Systems) Notes, Questions, Solutions & more. (Spring 23)

bracu bracu-cse bracu-cse370 cse cse370 database dbms lab mahrjose php sql

Last synced: 31 Aug 2025

https://github.com/shivamsouravjha/demons

This is a demo sample of linking NODEJS via ORM and MYSQL

crud-operation crud-sample javascript mysql-database nodejs orm postman-collection sequelize sql

Last synced: 09 May 2026

https://github.com/wiriswernek/atividades

Este repositório contem as atividades realizadas durante o período de tempo em que estive na faculdade

bootstrap c css3 html5 java javascript sql

Last synced: 10 Apr 2026

https://github.com/julianolaurentino/sql_sample

Estudos voltados para criação de consultas em SQL. Este repositório está sendo alimentando semanalmente.

data-analysis sql sql-query sql-server

Last synced: 05 Mar 2025

https://github.com/itcraft-cn/xbatis2sql

collect sql statements from iBATIS sqlmap files / MyBatis mapper files

ibatis mybatis rust sql

Last synced: 31 Aug 2025

https://github.com/rusty-libraries/rusty-schema-diff

A powerful schema evolution analyzer supporting JSON Schema, OpenAPI, Protobuf, and SQL DDL

diff openapi protobuf schema sql

Last synced: 15 Apr 2025

https://github.com/miguelestradam36/snowflake-python-connector

Snowflake python connector usage and easy to use object

python snowflake snowflake-python-connector sql

Last synced: 01 Mar 2025

https://github.com/andreeadraghici/librarydatabase

SQL database for managing a library using PostgreSQL

postgresql sql

Last synced: 10 Jun 2025

https://github.com/parzibyte/crud-postgresql-python

CRUD con Python y PostgreSQL usando psycopg2

crud database postgresql psycopg2 python sql

Last synced: 12 Apr 2025

https://github.com/julianb0315/proyect_bank

Este proyecto tiene como objetivo desarrollar una aplicación para la gestión de datos en un entorno bancario, utilizando el lenguaje de programación Java. La aplicación se ha diseñado siguiendo el enfoque SCRUD (Search, Create, Read, Update, Delete) para gestionar de forma integral las operaciones de información que maneja el banco.

crud java oracle-database poject practice sql swing

Last synced: 03 Feb 2026

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

Use SQL to instantly query Wiz resources. Open source CLI. No DB required.

backup etl golang hactoberfest postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl

Last synced: 01 May 2025

https://github.com/antoniomrtz/zeppelinum

UberEats like App for food delivery

dao-design-pattern java jpa mongodb sql

Last synced: 15 May 2026

https://github.com/jimenacambronero/learndata

Proyecto 4 para Unicorn Project: 🧹 Limpieza de datos - LearnData.🎯El objetivo de este proyecto Creación de una base de datos. Identificar y Corregir Inconsistencias. Detección y Eliminación de Duplicados. Normalización de Datos.

etl mysql mysql-database sql

Last synced: 02 May 2025

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

Use SQL to instantly query Nomad ACLs, deployments, namespaces & more. Open source CLI. No DB required.

backup etl hacktoberfest nomad postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl

Last synced: 01 May 2025

https://github.com/cleaning-corp/db

БД для клининговой компании: учёт заказов, клиентов, сотрудников и т.д.

database plpgsql postgresql relational-databases sql sql-schema

Last synced: 10 Apr 2025

https://github.com/cc59chong/data-modeling-with-postgres

This project builds a star schema in Postgres with fact and dimension tables for analytics. A Python ETL pipeline transfers data from local JSON files into these tables.

database etl json modeling postgres python sql

Last synced: 06 Apr 2026

https://github.com/shellyln/go-sql-like-expr

Convert SQL Like patterns to Go regular expressions.

go golang golang-library library regex regex-pattern regexp sql

Last synced: 02 Jul 2026

https://github.com/lilpug/dotnetsdb

Dotnetsdb is a .NET database library that makes integrating with databases easy again.

connector database dll dotnetsdb library mysql server sql

Last synced: 07 May 2026

https://github.com/nextras/multi-query-parser

Parses particular queries form a SQL file.

multi-query nextras parser sql

Last synced: 07 May 2025

https://github.com/mohammedmehdio/ClubHub

ClubHub is a web platform designed to enable users to sign up and join clubs online.

admin admin-dashboard club-management club-website clubs css database figma figmadesign html html-css-javascript inscriptions javascript js mysql php sass sql ui ux

Last synced: 07 May 2025

https://github.com/klane/springboard

Springboard Data Science Career Track assignments

data-science jupyter-notebook pyspark python scikit-learn springboard sql

Last synced: 13 Apr 2025

https://github.com/tafadzwamc/exploratory-data-analysis-projects

This is a repository demonstrating my various data analysis projects, utilizing Python, SQL, Excel ad Power BI.

msexcel mssqlserver powerbi python sql

Last synced: 30 Oct 2025

https://github.com/andif888/ansible-role-win-sqlserver

Ansible Role to install SQL Server on Windows

ansible-role sql windows

Last synced: 10 May 2026

https://github.com/peterhenryd/supermodel

Supermodel is an abstract data-modeling library written in Rust.

sql

Last synced: 13 Jun 2025

https://github.com/jacobstephens2/channel-zero-news-web-app

A web-based party game inspired by Jackbox and SNL's Weekend Update- players write scripts for each other to perform live on a shared screen.

bootstrap css game html javascript live multiplayer party-game php real-time sql web-app

Last synced: 07 Apr 2026

https://github.com/danieljancar/sql-cheatsheet

A community currated SQL cheatsheet with most important SQL commands, information and tips. 💽

bbzw cheatsheet sql sql-cheatsheet sql-commands

Last synced: 01 May 2025

https://github.com/quantco/sqlcompyre

Python package for comparing SQL tables and databases.

python sql

Last synced: 03 May 2025

https://github.com/mayankjhanwar/domestic-airlines-management-system

The purpose of this project is to computerize the front-office management of the Airline Institutions. The main function of the system is to register and store passenger and flight details, and retrieve those details as and when required, and manipulate these details meaningfully.

database dbms html my-sql mysql-database php sql sql-server wamp-server

Last synced: 11 Apr 2025

https://github.com/rosacarla/dio-cloud-data-engineer

Reúne atividades e projetos realizados durante o bootcamp Cognizant Cloud Data Engineer #2, promovido pela DIO Inc.

etl hadoop hive impala linux mongodb python sql

Last synced: 12 Apr 2025

https://github.com/jmoussa/expense-report-app

Personal project using React.js, Node/Express and a MySQL database to hold an individual's purchase/expense history across stores. Good practice for building a front-end with React, and communicating with a backend and database.

crud-application database node nodejs react sql

Last synced: 17 Jun 2025

https://github.com/HelgeSverre/sql-splitter

Split large SQL dump files into individual table files. Fast, memory-efficient, multi-dialect.

cli database devtools mysql mysqldump postgresql rust sql sql-dump sqlite

Last synced: 06 Mar 2026

https://github.com/ligmitz/cryptic-hunt

Repo holding the code for Abhedya, an event of Prodyogiki - 2021 organized by ISTE - NITH.

django docker nginx sql

Last synced: 17 Jun 2025

https://github.com/joknaa/plsql-javaswing_project

🏛 An Academic Project, Accessing and Executing PL/SQL scripts from Java Program with Swing GUI.

java plsql plsql-javaswing sql swing-gui

Last synced: 19 Jun 2025

https://github.com/guenthermi/open-food-facts-postgresql-import

Script to import data from the Open Food Facts to PostgreSQL (Dataset URL: https://www.kaggle.com/openfoodfacts/world-food-facts)

database open-food-facts postgresql sql

Last synced: 05 May 2026

https://github.com/turbot/steampipe-mod-guardrails-insights

View dashboards and reports across all of your Turbot Guardrails resources using Powerpipe and Steampipe.

dashboard hacktoberfest insights powerpipe powerpipe-mod sql steampipe steampipe-mod turbot-guardrails

Last synced: 03 Jul 2025

https://github.com/palewire/first-athena-query

How to analyze millions of records in seconds with Amazon Web Services and SQL

athena data-journalism journalism news python sql tutorial

Last synced: 12 Jun 2025

https://github.com/hjo12/loginpanel

Basic application written in C# and Windows Forms that logins into a SQL local database. Supports multiple forms inside

csharp sql windows-forms winforms

Last synced: 19 Jun 2025

https://github.com/orisai/db-audit

[WIP] SQL database analysis for common errors in structure, data and configuration

analysis audit database mariadb mysql orisai php sql

Last synced: 30 Oct 2025

https://github.com/oguzhankomcu/sql_codes_and_examples

In this file I show examples of working in database with Sql. Here, I gave information about both reading and creating a database.

database database-management dml mssql-database mysql sql sql-server t-sql trigger

Last synced: 07 May 2025

https://github.com/tong/hxnodejs-sqlite3

Haxe/Nodejs type definitions for the sqlite3 npm module

haxe nodejs npm sql sqlite3

Last synced: 15 May 2026

https://github.com/mostafasensei106/matcha-cafe-mangment-system

Semple Management System for Small Cafés

java sql swagger-ui

Last synced: 12 Apr 2025

https://github.com/marcingminski/dba

A bunch of scripts that make SQL Server administration easier

administration maintenance sql sql-server sqlserver

Last synced: 19 Jun 2025

https://github.com/poshodev/loaf

🍞 Effortless SQL server and procedures—plus other utilities—for people who really hate cursors!

bread database db loaf mariadb mysql python sql

Last synced: 24 Jul 2025

https://github.com/opencog/atomspace-bridge

Read/write interfaces between AtomSpace and SQL databases.

atomspace database postgresql sql

Last synced: 25 Jan 2026

https://github.com/rafinhaa/controlmei

Software de gerencia para Micro Empreendedor Individual (MEI)

cadastro-de-empresas csharp mei microempreendedor sql

Last synced: 20 Jun 2025

https://github.com/robinvandernoord/pydal2sql

Convert pydal define_tables to SQL using pydal's CREATE/ALTER logic

pydal python sql typedal

Last synced: 18 Jul 2025

https://github.com/mavmi/info21_v1.0

The aim of this project is to create database about school 21 peer-to-peer system using PostgreSQL

database info21 postgresql school21 sql

Last synced: 19 Jul 2025

https://github.com/ugboaja-uchechi/vet-clinic-database

Use a relational database to create the data structure for a vet clinic. In this project, you will use transactions to update and delete records. You will also use your knowledge of aggregate functions and GROUP BY to answer analytical questions.

database sql

Last synced: 10 Jul 2025

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

Use SQL to instantly query servers, networks and more from Hetzner Cloud. Open source CLI. No DB required.

backup etl hacktoberfest hcloud hetzner hetzner-api hetzner-cloud postgresql postgresql-fdw sql sqlite steampipe steampipe-plugin zero-etl

Last synced: 20 Jun 2025

https://github.com/nicoretti/harlequin-exasol

harlequin adapter for Exasol DB

exasol harlequin plugin python sql tui

Last synced: 10 Apr 2025

https://github.com/kaboc/sqlp

[WIP] Extension of Go's database/sql for easier and simpler use

database go go- sql

Last synced: 15 May 2026

https://github.com/coelhoreinaldo/trybe-exercises

Repository containing the projects and assignments I developed during my time at Trybe.

css docker git github html javascript jest nodejs react react-hooks react-router-dom react-testing-library reactjs redux sql terminal typescript

Last synced: 11 Apr 2026

https://github.com/harryvolek/aisql

Use GPT to generate SQL

chatgpt gpt-3 postgres psql sql text2sql

Last synced: 12 Apr 2025

https://github.com/zachvictor/sqlinsert

Generate SQL INSERT statement from Go struct with struct tags. Works with standard database/sql package.

bind-parameters database go golang memsql mysql oracle oracle-db postgres postgresql singlestore sql sqlserver tsql

Last synced: 06 Apr 2026

https://github.com/alhankeser/citibike-analysis

Extracting and Transforming Citi Bike Data for Analysis

citibike data-analysis data-science data-visualization etl sql

Last synced: 25 Jan 2026

https://github.com/sassman/edu-sql-parser-rs

SQL Types transpiles `CREATE TABLE` SQL code into type definitions in other languages such as TypeScript or Rust.

compiler languages parser rust sql sql-parser transpiler typegen typescript

Last synced: 01 Jul 2026

https://github.com/panoschatzi/fitnessdatabase

The Fitness Database project contains Python and SQL code for creating an ETL data pipeline that extracts, transforms, and loads fitness data into a local SQL Server.

database etl-pipeline pandas python sql sqlalchemy sqlserver ssms

Last synced: 07 May 2025

https://github.com/tekyaygilfethi/pythonsqldataframeconnector

This module allows you to create sql create and insertion queries for given dataframe.

connector postgresql python sql

Last synced: 10 May 2026

https://github.com/axion-security/goinjection

Automated SQL Injection written in Golang

blind-based error-based sql sql-injection union-based

Last synced: 29 Oct 2025

https://github.com/jdbi/jdbi3-oracle12

jdbi oracle integration

java java8 jdbc jdbi oracle-db sql

Last synced: 11 Apr 2025

https://github.com/didinj/asp-net-core-angular-7

Building Web App using ASP.NET Web API Angular 7 and SQL Server

angular angular7 asp core microsoft net server sql typescript

Last synced: 12 Apr 2025

https://github.com/evancarroll/pg-srf-repeat-benchmark

A testing repo comparing an SRF that is dually implemented as ValuePerCall and Materialize

benchmark c c-language postgresql postgresql-extension sql

Last synced: 16 May 2026

https://github.com/speedphp/speedsql

SQL Mapper annotations for NestJS, similar MyBatis.

decor mybatis nest orm sql typescript

Last synced: 12 Apr 2025

https://github.com/newking9088/sql-guide-to-solve-complex-data-science-problems

This is a comprehensive SQL guide for both MySQL users and PostgreSQL users, covering topics from basic `SELECT` statements to advanced window functions. My SQL learning journey and the suggestions from my mentees, colleagues and seniors to document this were the motivations to write this document.

dataanalysis datascience-machinelearning mysql postgresql sql

Last synced: 28 Oct 2025

https://github.com/zloom/prisma-sql-gen

A tool to generate SQL from a Prisma schema file. Using this tool, you can initialize a database at app startup or for integration tests, without relying on Prisma's npx tools.

database generator initialise nodejs prisma sql tests

Last synced: 11 Apr 2025

https://github.com/amdmi3/aesqlapius

Manage SQL queries as a Python API

python sql

Last synced: 29 Apr 2025

https://github.com/majorimi/cqrs-generic-repository

CQR/CQRS ready Generic Repository pattern implementation with EF Core

cache caching command cqrs csharp database generic-repository mapping netcore6 query sql

Last synced: 02 May 2026

https://github.com/gbourniq/dbt-fundamentals

Repository to support learning from the dbt courses

data-engineering data-pipeline dbt github-actions poetry-python snowflake sql sqlfluff

Last synced: 22 Jun 2025

https://github.com/finesse/minidb

Light database abstraction with a query builder

database library mysql pdo query-builder sql sqlite

Last synced: 10 Jun 2025

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

Curso Introducción a Bases de datos | Código 74806

mysql mysql-database mysql-workbench sql

Last synced: 17 Feb 2026

https://github.com/mmacia/query-builder.cr

SQL query builder for Crystal language

crystal database dsl query-builder querybuilder sql sqlite3

Last synced: 14 May 2026