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/mellambias/mysql-ddl

Ejercicios de consultas sql

mysql sql

Last synced: 23 Jun 2026

https://github.com/vitor-msp/crud-java

CRUD básica desenvolvida em Java para cadastro de contatos em banco de dados MySQL.

crud java jdbc mysql sql swing

Last synced: 17 May 2026

https://github.com/yasminbrazasilva/exerciciosbancodedados-af-4

Exercícios para AF da matéria de Banco de Dados do 2º semestre de ADS

banco-de-dados modelo-conceitual modelo-logico sql stored-procedure views workbench

Last synced: 02 Feb 2026

https://github.com/dirkjbosman/node-postgresql-destructured

A (Destructured) Express Node PostgreSQL App

api express javascript node nodejs postgresql sql

Last synced: 03 May 2026

https://github.com/fesabelilla/databaselab-3.1

MSSQL Using Microsoft sql server management studio 17

java mssql mssqlserver sql

Last synced: 17 May 2026

https://github.com/dontkaiad/it-journey

a structured overview of my career in tech: from L1 support to LLMs (a bit of chaos included)

api confluence documentation grafana jira linux monitoring prompt-engineering qa rpi sql ssh tech-support

Last synced: 17 May 2026

https://github.com/nik-0-05/mint-classics-model-car-database-with-mysql-workbench-project

This project analyzes inventory optimization and warehouse efficiency for Mint Classics Company using MySQL databases. I imported and explored the relational data model in MySQL Workbench, executing SQL queries like select, group by, and having to retrieve and analyse multi-table inventory data.

data-driven-decisions exploratory-data-analysis mysql-database sql

Last synced: 28 Mar 2025

https://github.com/franciscoylderlan/api-todoapplication

API backend desenvolvida em Java utilizando o framework Spring Boot. A API é responsável por fornecer serviços para gerenciar uma lista de tarefas, permitindo a criação, atualização, exclusão e recuperação de tarefas.

api crud java springboot sql

Last synced: 17 May 2026

https://github.com/leftcoastnerdgirl/sql_and_sqlalchemy

This project introduces SQL coding via SQLAlchemy and continues to reinforce skills in data visualization through Matplotlib.

data-visualization jupyter-notebook matplotlib matplotlib-pyplot pandas-python sql sqlalchemy

Last synced: 24 Jun 2025

https://github.com/interes-group/b-vsa-cv1

Example project for demonstration of usage of JDBC and connection to SQL database (MySQL or H2).

b-vsa h2 java jdbc maven mysql sql

Last synced: 19 Apr 2026

https://github.com/unna97/twarc2_to_sql

This converts the output jsonl file twarc2 api to sql

computational-social-science sql twarc2 twitter

Last synced: 03 Jul 2026

https://github.com/lynder063/database-systems

Tento repositář obsahuje materiály a zdroje týkající se návrhu a správy databázových systémů

db psql sql vspj

Last synced: 06 Jan 2026

https://github.com/rajsunny5714/understand-jdbc-

I have made this repository for those person who wants to know how the jdbc work nad i have also made a hotel-booking mini project on it....

java jdbc-driver sql

Last synced: 05 Apr 2025

https://github.com/anandanraju/sql_data_analysis_projects

About This Two projects involves analyzing Pizza Data & Walmart Sales data using SQL to identify insights and trends. The aim is to do data-driven approaches to understand sales performance, identify key factors influencing sales, and provide actionable recommendations for business improvement.

csv data-analysis data-management mysql pizza sql sql-schema walmart

Last synced: 24 Jun 2025

https://github.com/bhaveshharmalkar/sql-data-warehouse-project

Comprehensive data warehousing and analytics project, from building a data warehouse to generating actionable insights

data-analysis data-analytics data-engineering data-science etl sql sqlserver

Last synced: 03 Jul 2026

https://github.com/vigneshss-07/mastering-sql-and-bigquery-on-google-cloud-platform

Take your Data Analytics skills to the next level with this comprehensive playlist. Learn SQL from the basics to advanced techniques while mastering BigQuery on Google Cloud.

analytics bigquery gcp sql

Last synced: 21 Jun 2025

https://github.com/fmw666/it-qas

IT知识储备库,愿我能早日成为一名大佬!

etc it languages nosql operating-system programmer qa sql web

Last synced: 02 Feb 2026

https://github.com/lauramoura98/-projeto-final-java-

Projeto final do 1º Semestre de Análise e Desenvolvimento de Sistemas - FASEH

classes-and-objects java sql

Last synced: 03 Jul 2026

https://github.com/leandrolimadeveloper/desafio-database-queries-ignite

Realizar consultas no banco de dados com o TypeORM de três formas: ORM Query Builder Raw Query

query-builder sql typeorm

Last synced: 08 May 2026

https://github.com/edumoraes1/journey_active_users

Segmentação de base via SQL para jornada de vendedores ativos

bq data-analysis salesforce sql

Last synced: 02 Feb 2026

https://github.com/drmvc/database

Advanced plugin for work with database for DrMVC Framework

database mongodb multiple pdo sql

Last synced: 05 Apr 2025

https://github.com/sasakiyori/sqltext

Simplify the plain sql text which contents comments and line feeds, also do simple grammar analysis for it.

go postgresql sql sqltext text

Last synced: 17 Jan 2026

https://github.com/lruizap/teammaster

TeamMaster is a server-side web application built with PHP (MVC pattern)

composer dotenv php sql

Last synced: 18 Apr 2026

https://github.com/torshin5ergey/1tdata-do_2024-08-28_6.11-03

1T Data "Data architect (DevOps)". Задание 2024-08-28 6.11 №3

clickhouse docker docker-compose sql

Last synced: 17 May 2026

https://github.com/s-h-i-v-i-s/digital-music-store-data-analysis

Analyzed an online music store database using PostgreSQL and SQL to uncover key business insights, enhancing decision-making through data-driven analysis and visualization.

excel postgresql sql

Last synced: 22 Jun 2026

https://github.com/yanun0323/gem

Gem is a powerful database migration file generator for Go applications using GORM tags. It simplifies the process of creating database migration files by automatically generating SQL statements based on your Go struct definitions.

code-generator go gorm migrations sql

Last synced: 17 Feb 2026

https://github.com/mlorvand/collationdetails

This SQL script provides a complete overview of collation settings for all text-based columns (char, varchar, nchar, nvarchar, etc.) across user tables in a database.

collation database dba sql sql-best-practices sql-server sql-tips tsql

Last synced: 17 May 2026

https://github.com/suniljeurkar/panda_sql

CSV to MySQL Importer 🛠️ This Python script automates the process of importing a CSV file into a MySQL database by dynamically detecting column names, creating the table, and inserting data while handling missing values (`NULL`). It eliminates the need for manual SQL queries, making data migration seamless and efficient. 🚀

csv migration sql

Last synced: 03 Jul 2026

https://github.com/svenslaggare/gitrends

Web-based behavior code analysis tool.

behavior-code-analysis datafusion git sql trends

Last synced: 17 May 2026

https://github.com/miska/sipas

Sipas - Simple Pastebin Service

nette pastebin php sql

Last synced: 17 May 2026

https://github.com/abhishek5165/mastering_sql

SQL Queries 🥷

database mysql queries sql

Last synced: 17 May 2026

https://github.com/sanders41/clintrial_queries

A set of queries that I have found useful at times with using Clintrial. Most are for querying Clintrial's metadata tables.

oracle sql

Last synced: 07 Mar 2026

https://github.com/noamarchante/hotel_db

Hotel database (Database subject - Computer engineering degree)

database plsql sql

Last synced: 03 Apr 2025

https://github.com/kalyan4636/learning_sql

SQL Syntax SQL Select SQL Select Distinct SQL Where SQL And, Or, Not SQL Order By SQL Insert Into SQL Null Values SQL Update SQL Delete SQL Select Top SQL Min and Max SQL Count, Avg, Sum SQL Like SQL Wildcards SQL In SQL Between SQL Aliases SQL Joins and all topics are covered in this repo.

dbms excel msexcel msword mysql nosql sql sql-server ssms ssms-extension

Last synced: 17 May 2026

https://github.com/volkya/forumdir-springmvc

This project use Spring framework and a direct connection with PostgreSQL without an ORM

cloudinary java-8 jdbc maven poo postgre preparedstatement spring-framework spring-mvc sql thymeleaf

Last synced: 09 Apr 2026

https://github.com/yunusemrejr/dotnet-csharp-browseworlddb

dotNET(C#)-Browse World Cities (mySQL DB) (With extra built-in Simple Calculator)

csharp dotnet sql

Last synced: 17 May 2026

https://github.com/nivedhaak/world-layoffs-sql-project

SQL Data Cleaning and EDA on World Layoffs Dataset using MySQL

ctes date-functions mysql sql window-functions

Last synced: 13 Apr 2025

https://github.com/szymon-budziak/database_project

Database system for a company providing catering services.

database mssql sql tsql

Last synced: 17 May 2026

https://github.com/onyxwizard/learn-tech

A single repository for deep, practical understanding of core technologies — designed to grow with you.

css database html ja java javascript py python react sql typescript

Last synced: 07 Apr 2026

https://github.com/praveen1664/python-database-notifier

This is a tool to monitor your database

nosql python shell sql

Last synced: 17 May 2026

https://github.com/sarveshgupta1997/sarveshgupta.in

Welcome to my web developer portfolio! I am an experienced full-stack web developer with expertise in HTML, CSS, JavaScript, Node.js, Express.js, and MongoDB. I have completed several projects that demonstrate my proficiency in designing, developing, and deploying web applications.

backend-development css3 express fullstack-development github html5 javascript mongodb mongoose node-js profile readme resume sql webdeveloper websocket

Last synced: 07 Apr 2026

https://github.com/nickklos10/sql-client-app

Two-tier Java client-server application that uses JDBC to connect multiple client users with different permissions to a MySQL database.

database-management java jdbc mysql oop sql

Last synced: 17 Jun 2025

https://github.com/vigneshSs-07/Cloud-BigQuery-and-SQL---The-Interview-Guide

This deals with SQL commands, interview preparation and query questions and solutions in BigQuery

azuresql bigquery gcp sql sql-query sql-server sqlalchemy

Last synced: 09 May 2025

https://github.com/lingumd/pewlett-hackard-analysis

Analysis on number of retiring employees per title and employees eligible for mentorship program using SQL.

joins postgresql sql sql-database sql-query

Last synced: 16 Mar 2025

https://github.com/shivani0126/music_store_analysis

This repository contains a SQL dataset of a music store and SQL queries to answer questions about the data. The results of the SQL queries can be found in the analysis.sql file. This repository can be used as a starting point for anyone who wants to learn how to use SQL to analyze data.

dataanalysis pgadmin4 postgresql sql

Last synced: 05 Apr 2025

https://github.com/omar-26/talentum

A full-stack Job Finder web application built with Angular 18 and Java spring boot

angular backend figma frontend full-stack java jpa-persistence-applications jparepository mysql mysql-database postman rest-api restful-api spring-boot sql typescript

Last synced: 07 Apr 2026

https://github.com/basavarajnavi/bank-laon-performance-analysis

Conducted comprehensive data analysis on Banking data leveraging Excel, Python, MySQL, SQL Server and Power BI

excel mysql-database powerbi sql

Last synced: 08 Jun 2026

https://github.com/hanabu/rust-diesel-oltp-benchmark

TPC-C like database benchmark implemented in Rust Diesel ORM

benchmark diesel-rs rust sql tpc-c

Last synced: 17 May 2026

https://github.com/jerryshell/jb2st

Convert Java Bean to SQL Table

codegenerator java sql

Last synced: 09 May 2025

https://github.com/tritacle/idatt2003_and_idatt2002

Work requirements in the subject IDATT2003 programming 2 and IDATT2002 databases

java javafx mysql sql

Last synced: 05 Apr 2025

https://github.com/matthewpoletin/levonke-community

Community micro-service for levonke

hibernate java rest spring sql

Last synced: 17 May 2026

https://github.com/tellay/pulseband

JavaFX application for a college project.

backend database frontend java javafx mqtt postgresql sql

Last synced: 05 Apr 2026

https://github.com/brianleect/eth-onchain-price

Retrieve and store price of ETHUSD from onchain sources into an SQLite DB for reading.

ethereum onchain sequelize sql

Last synced: 12 May 2025

https://github.com/mike-remo/solutions

My MS SQL HackerRank and LeetCode solutions

hackerrank hackerrank-solutions leetcode leetcode-solutions mssql sql

Last synced: 17 Feb 2026

https://github.com/scottgriv/sql-useful_db2_queries

A collection of useful IBM Db2 queries.

as400 db2 db2-database ibmi query sql

Last synced: 15 Jan 2026

https://github.com/mahmudmardini/practical-web-development-course-using-php

This repo is about Practical Web Development Course I prepared to help beginners practice web development and teach them how to build a website conatins main database operations (CRUD: Create Read Update Delete), how to build safe login forms and add images and remove them using PHP & MySql. Course link: https://www.youtube.com/watch?v=SEPyOJBKhaY&list=PLPTmYkqRatzKlnAq_voZL7HtzufL2_7z0

bootstrap3 css3 html5 mysql php sql

Last synced: 19 Apr 2026

https://github.com/niels-bosman/basic-php-sql-crud

Basic object oriented PHP CRUD framework. Works with mySQL and PHP 7.4.

crud framework oop php php74 sql

Last synced: 17 May 2026

https://github.com/jakeherp/cs50

My solutions for Harvard University's CS50 course 2020.

c cs50x python sql

Last synced: 18 May 2026

https://github.com/joel-henri-ngoube/docgenerator

Je mets sur pied une API (et un consommateur d'API) qui permet de générer un PDF à partir du type de document souhaité, que ce soit un devis ou un CV.

expressjs mysql nodejs reactjs sql

Last synced: 07 Apr 2026

https://github.com/billgewrgoulas/todo

A PHP web application with users and roles.

codeigniter php sql

Last synced: 18 May 2026

https://github.com/sumit0ubey/projects-webapp

A curated collection of dynamic and responsive web projects built using Django, Bootstrap 5, and PostgreSQL. It including search filters, YouTube integration, dark/light theme support, and GitHub/live demo links.

bootstrap5 django django-application javascript postgresql python sql website

Last synced: 30 Dec 2025

https://github.com/smandekar1/SQL

SQL commands and exercises using customers, product, and order tables. contains query, join, and aggregate commands. XAMPP server

sql xampp

Last synced: 12 Mar 2025

https://github.com/quaddarv1ne/flet_projects_db

Чтение и запись данных в базу данных на Flet

darwin database flet flet-app flet-dev maximdupley mysql postgresql quadd4rv1n7 sql sqlalchemy sqlite

Last synced: 05 Apr 2026

https://github.com/shahardekel/happy-insurance-data-analysis-and-visualizing-project

Practical project with a goal of creating an architecture, developing and analyzing insurance company data during the years 2011-2013 with various tools and languages

dax excel mlanguage pivot-tables pivotcharts powerbi powerpivot powerquery sql sql-server

Last synced: 12 Sep 2025

https://github.com/macagua/example_docker_mysql_python

Examples for deploy a MySQL server with database using Docker and query his data with Python

database deploy docker docker-compose mysql python python3 sql sql-query

Last synced: 09 Apr 2026

https://github.com/harshbisht27/walmart-sales-data-analysis--sql-project

This project employs SQL to perform an in-depth analysis of Walmart sales data, drawing valuable insights from Kaggle's Walmart Sales Forecasting Competition dataset to uncover trends and patterns in retail performance.

sql

Last synced: 25 Feb 2026

https://github.com/allnulled/express-boilerplate

Código fuente base para servidores basados en Node.js + Express + SQLite.

automatic backend boilerplate decorators express mysql rest rest-api security sequelize server sql sqlite user-interface

Last synced: 05 Apr 2026

https://github.com/kundan-10/fittrack-

FitTrack is a full-stack fitness tracking and social sharing platform. It empowers users to track their workouts, achieve goals, participate in fitness challenges, and stay motivated through real-time notifications and community engagement. Whether you're a casual fitness enthusiast or a hardcore athlete, FitTrack is built to motivate and support

restapi spring-boot springdatajpa sql swagger-ui

Last synced: 18 May 2026

https://github.com/pythoninthegrass/learn_sql

Follows LearnSQL course content with local dev scaffolding

docker mysql postgres python sql

Last synced: 21 Jul 2025

https://github.com/sqltee/sqltee

SQL driver wrapping, queries interpolation, time and arguments logging for Go.

database go golang logging sql

Last synced: 20 Jan 2026

https://github.com/matthewpoletin/mountainpier-social

Social service for Mountain Pier

hibernate java rest spring sql

Last synced: 18 May 2026

https://github.com/vitor-msp/agencia-viagens-blue-bird

Desenvolvimento de um site para clientes realizarem cadastro e aquisições de viagens de uma agência fictícia chamada BlueBird Viagens. Versão 1: ASP.NET MVC C#, SQL Server.

asp-net asp-net-mvc csharp entity-framework razor sql sql-server visual-studio

Last synced: 18 May 2026

https://github.com/ultipro/digit-music

Digit Music created by Patryk 'UltiPro' Wójtowicz using SQL.

mssql-database music-store sql

Last synced: 03 Oct 2025

https://github.com/ahmeddiaab/practical-dbms

A level-based roadmap to master relational databases with PostgreSQL. Practice schema design, normalization, real-world SQL, and transactions using Docker. Great for backend developers.

backend database postgres postgresql roadmap sql

Last synced: 18 May 2026

https://github.com/iankitnegi/sql_pizza_sales_project

As a BI Consultant for Plato's Pizza, you'll analyze a year's worth of transactional data to identify opportunities for driving sales and improving operational efficiency, helping the restaurant enhance its performance.

mysql sales sql

Last synced: 21 Jul 2025

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

Social network built using Spring Boot, , Spring MVC, Spring Security with JWT Authentication, Spring Data JPA with PostgreSQL

hibernate java spring-boot spring-security sql

Last synced: 18 May 2026

https://github.com/abdelwadoudmakh55/alx-higher_level_programming

Learning Python, SQL, Javascript for high level programming

javascript oop python3 sql testdrivendevlopment

Last synced: 18 May 2026

https://github.com/rudradcruze/ostad-python-webdev

Full Stack Web Development with Python, Django & React

css html oop python python3 sql

Last synced: 18 May 2026

https://github.com/sibendud/csi_2024_dataengineering

Internship on Data Engineering where below topics are applied skills that are used to complete the given tasks through out 8 weeks including the project.

adf adls azure-pipelines databricks docker ipynb json numpy pandas-python parquet-avro pipeline pyspark python sql sql-server

Last synced: 07 Mar 2026

https://github.com/mdalamin5/play-with-sql-from-scratch-sqlalchemy-orm

A complete hands-on SQL practice repo based on CampusX's DBMS & SQL course. Covers DDL, DML, Grouping, Joins, Subqueries, and Window Functions using MySQL. Ideal for beginners to strengthen their database skills with real-world datasets and structured folder-wise queries.

mysql-database postgresql sql sqlalchemy-python

Last synced: 09 May 2026

https://github.com/lauta-dev/game-api-nestjs

Este repositorio alberga el código fuente de un proyecto que implementa una API utilizando JavaScript en conjunto con el framework de backend NestJS. La aplicación está diseñada para almacenar datos en una base de datos SQLite.

nestjs-backend sql sqlite sqlite3 turso

Last synced: 18 May 2026

https://github.com/fortademunca/luca-andrei-portfolio

I developed a rigorous cybersecurity project portfolio on mock clients covering NIST, audits, Linux, SQL, assets, threats, vulnerabilities, detection, incident response, escalation, Wireshark, tcpdump, IDS (Suricata), SIEM (Splunk, Chronicle), and Python automation.

chronicle cybersecurity escalation ids incident-response linux nist playbook python security security-audit security-automation siem splunk sql suricata tcpdump threat-modeling wireshark

Last synced: 03 Jan 2026

https://github.com/joaopblume/airflow-erp-api-integrator

This was a project for a company that uses a Kunden ERP in an Oracle and wants to integrate new ORDERS into the Millennium API. I created an Apache Airflow instance and wrote a DAG for this flow. After every execution, it sends a feedback email to the company. The data is based on a View inside Oracle, grouped by order items and sent via REST API

airflow api dag oracle python rest-api smtp sql

Last synced: 21 Mar 2025