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/organization-devxp/practica-codigo

Este repositorio está diseñado para que desarrolladores de habla hispana puedan practicar sus habilidades de programación mediante ejercicios organizados por niveles de dificultad: fácil, intermedio y difícil.

csharp dart go java javascript kotlin php python ruby rust sql swift typescript

Last synced: 23 Apr 2025

https://github.com/pablojimpas/protoc-gen-sqlc

Protocol Buffers plugin to generate SQL schema and queries with sqlc annotations.

code-generation code-generator connectrpc crud crud-generator generator go grpc mysql orm postgresql protobuf rpc sql sqlc sqlite

Last synced: 06 Apr 2025

https://github.com/omarbazaraa/filequerylanguage

Handy SQL-like query language tool for manipulating file system.

filesystem query-language sql tool

Last synced: 04 Sep 2025

https://github.com/abbhiishek/codecommunitymusic-server

Backend service for Code Community Music

api backend django hacktoberfest postgresql python sql

Last synced: 12 Apr 2026

https://github.com/xxf098/sqlparse

A SQL Parser and Formatter for Rust

parser rust sql

Last synced: 07 May 2025

https://github.com/IowaComputerGurus/dnn.dbexporter

SQL Module for DNN for Export

dnn dotnetnuke sql

Last synced: 12 May 2025

https://github.com/mrz1836/go-datastore

💾 Data layer using GORM for accessing models via a Database

database datastore go gorm mongo mysql postgres sql sqlite

Last synced: 27 May 2026

https://github.com/vivekraj21/x-blogger

It is a SpringBoot application which provide REST APIs to admin for posting, updating, deleting blog whereas users can read and comment on post.

git java lombok mapper postman spring-boot springsecurity-jwt sql swagger-ui

Last synced: 12 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/mads80/ms-sql-hf1

Microsoft SQL Server - HF1

database microsoft-sql-server sql sql-script

Last synced: 06 Jan 2026

https://github.com/martinius96/rfid-otvaranie-dveri

RFID systém pre otváranie elektronických dverí s webovou časťou pre správu a autorizáciu prístupových kariet. Mikrokontróler ESP8266, ESP32 s WiFi konektivitou.

arduino arduino-sketch arduino-uno bootstrap esp32 esp32-arduino esp8266 esp8266-arduino html mifare mysql nfc-card-reader nfc-tag nodemcu ota-update php rc522 reader rfid sql

Last synced: 12 Apr 2026

https://github.com/zhukovanan/wildberries

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

api etl mssql-database r sql

Last synced: 03 Feb 2026

https://github.com/seddryck/tseesecake

Tseesecake is a lightweight proxy for time-series query engines, supporting multiple database engines and storage providers, with a SQL dialect dedicated to time series

query-engine sql time-series

Last synced: 12 Apr 2025

https://github.com/ercindedeoglu/northwind

Northwind database that can be downloaded as an executable sql script or as a backup that can be restored with sample data currently works with Sql Server 2005 and Sql Server 2008

database northwind northwind-database northwind-db northwind-sql-database sql

Last synced: 11 Jun 2025

https://github.com/rooklift/shin-kaya

Simple Go Database in Electron

baduk database electron go sql weiqi

Last synced: 10 Apr 2026

https://github.com/rizwanullah313/clinic-managment-system

Clinic management system using Java and MS Access

java msaccess netbeans-ide oracle-database sql

Last synced: 05 Mar 2025

https://github.com/lnxusr1/query-commander

Browser-based SQL Query tool for universal database access and management.

database database-access database-management sql sql-query

Last synced: 01 Apr 2025

https://github.com/llorllale/liquibase-facade

API providing a facade to mold liquibase' otherwise great functionality into more traditional workflows/paradigms.

database java liquibase sql version-control versioning

Last synced: 14 Jan 2026

https://github.com/p4dro-dev/desafio-de-10-questoes-nivel-hard-em-mysql

Nessa atividade, eu realizei um desafio que foi proposto no curso Técnico em informática para web, que estou realizando no IFCE. De codificar usando MySQL, responder 10 questões de nível hard. Para testar todos os meus conhecimentos adquiridos de banco de dados no curso!

back-end mysql mysql-server sql sqlserver

Last synced: 19 Feb 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/francescodisalesgithub/plsql_dummies

dummy program to prove the syntax of pl/sql

plsql-dummies sql

Last synced: 22 Mar 2025

https://github.com/bartvanbenthem/gofound-webapp

Project template for creating server rendered web applications in Go, with example database & content.

authentication go golang html project-template sessions sql starter-project template web web-application webapp

Last synced: 11 Mar 2026

https://github.com/taleeus/sqld

A Go library to build and manage dynamic queries

database go query-builder sql

Last synced: 19 Feb 2026

https://github.com/deverebor/modelagembancodedadoscovid

*SEM VALORES REAIS* feito para método avaliativo da matéria de Gerenciamento em Banco de Dados

database microsoft-sql-server sql university

Last synced: 09 Mar 2026

https://github.com/j1sk1ss/dateapppc.exmpl

Простое нативное приложение для Windows с демонстрацией ООП и SQL баз данных на примере приложения для знакомств.

data oop-principles parsing pgadmin4 sql wpf

Last synced: 11 Apr 2026

https://github.com/ganl/go-dm

达梦 Go 驱动源码 针对版本 DM8

dm dm8 drivers golang sql

Last synced: 04 Jul 2025

https://github.com/georgetdn/syscppcp

Store C++ class data in a file ( persistence ) and manipulate it programmatically or using Small SQL (included)

class data framework object persistence serialize sql windows

Last synced: 04 Apr 2025

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/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/mikoto2000/sql-divider

SQL のサブクエリを抽出し、それぞれの部分ごとにクエリの発行ができるツール。

sql

Last synced: 04 Feb 2026

https://github.com/iangelmx/NaturalLanguageProcessing

Aquí residen desarrollos de Computing Selected Topics acerca del Procesamiento de Lenguaje Natural en Python

html python sql

Last synced: 15 Mar 2025

https://github.com/karenpayneoregon/sqlserver-connection-timeout

Code sample which sets a timeout on a SqlConnection which constrains opening a connection to a four second time period which is adjustable.

csharp sql sql-server

Last synced: 02 May 2026

https://github.com/brenimcode/hypermarket-database

The HIPERMARKET project aims to develop a relational database system for a hypermarket scenario. The main objective is to reinforce knowledge in database modeling and SQL query development, addressing aspects such as relational algebra, SQL (DDL and DML), stored procedures and triggers.

git postgresql sql

Last synced: 27 Feb 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/subnwa/sql

A starter code for creating a SQL database.

base data database master microsoft sql

Last synced: 06 Mar 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/iambotcoder/buildyourpc

Build Your PC is an Ecommerce website and compatibility guidance for do-it-yourself computer builders.

javascript jsp-servlet sql

Last synced: 27 Apr 2026

https://github.com/khilnani/sql-runner

Run sql from json files.

python sql workflow

Last synced: 25 Mar 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/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/mg98/filter.js

JS package that enables you to formulate complex conditions in a convenient string syntax which can then be matched with objects and further query a JSON array.

declarative-programming json sql

Last synced: 16 May 2025

https://github.com/burhanahmed1/sql-dbms

Practice tasks for DBMS in Microsoft SQL Server.

dbms dbms-lab dbmslab sql sql-query sql-server sqlserver

Last synced: 01 Jul 2025

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/fsistemas/gosqltojson

gosqltojson is a go version of sql2json(python3). Help to automate sql query execution and export to csv, json

automation command-line-tool csv database go json mysql postgres sql tool

Last synced: 12 Apr 2026

https://github.com/skrteeeeee/cursocief

Curso web "fullstack" de profesionalidad de Grado 3, realizado en CIEF.

bootstrap css express html javascript node-js php sql

Last synced: 05 Jan 2026

https://github.com/rainggor/animehaven

The AnimeHaven Backend is a microservice-based RESTful application built with Java 21 and Spring Boot 3.4, featuring OAuth2 for secure authentication. It enables efficient management of anime catalogs, user accounts, and interactive features like comments and ratings.

google java java21 oauth2 postgres postgresql spring spring-boot sql

Last synced: 29 Jun 2025

https://github.com/rohitkumar-tech/personalexpansetracker

This is the repository for the personal expense tracker

jaa java javaapplets localhost php sql xampp

Last synced: 22 Sep 2025

https://github.com/shamimgeek/docker-compose-postgres

Postgresql with pgadmin4 and docker-compose and practice sql

docker docker-compose pgadmin-docker pgadmin4 postgresql sql

Last synced: 17 Jan 2026

https://github.com/mynk2906/tendermanagementsystem

The Tender Management System is an e-Tendering System which facilitates the complete tendering process with the exception of advertising.

java jdbc sql

Last synced: 22 Mar 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: 24 Sep 2025

https://github.com/izolate/yesql

A tool to write raw SQL in Go more effectively

go named-arguments sql templates utilities

Last synced: 15 Jul 2025

https://github.com/lenisha/sqltest-dotnetcore

sql odbc test for dotnet core on docker using AAD Pod Identity, MSI and Always Encrypted

aks azure-sql-server docker dotnet-core k8s msi msi-identity odbc-driver pod-identity sql

Last synced: 19 Apr 2025

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/moisentinel/grade11-cs-ip

Notes for Informatics Practices (IP) or Computer Science (CS) - Grade 11 (XI) CBSE NCERT

cbse compsci cs grade11 ncert python sql

Last synced: 11 Jun 2025

https://github.com/sergiobarriel/nc.sqlbuilder

NC.SqlBuilder is a lightweight SQL builder

builder lightweight sql

Last synced: 03 Apr 2025

https://github.com/semperos/ari

Ari: Array Relational Interactive Programming

array-language array-programming duckdb go-lang go-language goal-language sql

Last synced: 08 May 2025

https://github.com/siyovush-hamidov/moscow-state-university-classes

🎓 Explore my work in C++ (competitive programming, desktop app development) and SQL (database development) as I navigate through my academic journey.

competitive-programming cpp sql

Last synced: 12 May 2026

https://github.com/sahar-se/voice_recognation

This project aims to change the speech to text and text to speech with the help of the web application. The web application is developed using JavaScript, HTML, PHP, SQL, and Tailwind CSS. The web app will talk with you through a bot called Robo, change your voice to text and give you some recommendations, Publish your texts.

css3 git github html5 javascript php sql tailwindcss vscode

Last synced: 12 Apr 2026

https://github.com/faisal-khann/vendor_impact_analysis

Vendor Impact Analysis is the process of evaluating and measuring how well suppliers or vendors contribute to a company's success in terms of product quality, cost-effectiveness, timely delivery, reliability, and overall value.

data-visualization git powerbi python sql sqllite3

Last synced: 21 Aug 2025

https://github.com/alokthedataguy/text-to-sql-agent

The Text-to-SQL Agent is designed to to interact with databases using simple, conversational language, eliminating the need for manual query writing.

agentic-ai langchain langchain-agent llm nextjs15 sql sqlite typescript

Last synced: 02 Sep 2025

https://github.com/amberlee2427/nancy-brain

Nancy's RAG backend and HTTP API/MCP server connectors.

embeddings http mcp mcp-server python rag rag-chatbot sql

Last synced: 18 Jan 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/viktorsvertoka/goit-rdb-hw-05

Home task for Relational Databases: SQL course🗄️

goit goit-rdb-hw-05 sql workbench

Last synced: 20 Jan 2026

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/abeatrix/network

Twitter Clone in Python and Django.

django-rest-framework python3 sql twitter-clone

Last synced: 18 Aug 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/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/roystonfurtado/python-snake-game

Snake Game created using Python with storage of Game Data in MYSQL Database using pymysql.

mysql pygame-mixer pymysql python python-snake sql tkinter

Last synced: 29 Jun 2026

https://github.com/mohamed-94/dll-for-sql-connection

A Dynamic Linking Library (DLL) for SQL parsing and Connection ..Integrates with MS SQL Server.

dynamic-link-library ms-sql-server sql

Last synced: 11 Mar 2026

https://github.com/ashishkumbhar01/php-chat-app

A PHP Chat App based on Web Socket async

async asynchronous chat javascript messaging mysql php sql websocket

Last synced: 03 Feb 2026

https://github.com/udoy2/electronicgoodies

This project is an ASP.NET MVC application designed to provide a seamless shopping experience for electronic products.🎯✅

asp-net-core-mvc csharp css html javascript sql

Last synced: 04 Jan 2026

https://github.com/willabides/sqlcgetters

Generate getters for sqlc structs

code-generation sql sqlc

Last synced: 30 Mar 2025

https://github.com/g4brym/sqlify

A simple sql builder with migrations based on standard Python type hints

database migration-tool migrations postgres postgresql psycopg2 python query query-builder sql sql-builder sqlite3

Last synced: 11 Mar 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/viktorsvertoka/goit-rdb-hw-07

Home task for Relational Databases: SQL course🗄️

goit goit-rdb-hw-07 sql workbench

Last synced: 09 Apr 2025

https://github.com/vedanti-u/dbsense-ai

A quick and lightweight library to chat with databases. It uses schema over bulky data embedding for efficient and speedy interaction, ensuring data security.

ai database db langchain ml npm npm-package open-ai openai oss postgresql sql typescript

Last synced: 12 Apr 2026