An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: sql-statement

JSQLParser/JSqlParser

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern

Language: Java - Size: 12.8 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 5,704 - Forks: 1,389

hhyo/mybatis-mapper2sql 📦

Generate SQL Statements from the MyBatis3 Mapper XML file

Language: Python - Size: 24.4 KB - Last synced at: 3 days ago - Pushed at: almost 4 years ago - Stars: 89 - Forks: 40

doug-martin/goqu

SQL builder and query library for golang

Language: Go - Size: 7.04 MB - Last synced at: 25 days ago - Pushed at: about 1 year ago - Stars: 2,518 - Forks: 217

AnghelLeonard/Hibernate-SpringBoot

Collection of 300+ best practices for Java persistence performance in Spring Boot applications

Language: Java - Size: 31.8 MB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 1,348 - Forks: 538

csbernath/DataCommander

Data Commander is a front-end for SQL and other databases. The program has a plugin architecture for adding arbitrary data providers.

Language: C# - Size: 11 MB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 10 - Forks: 2

SQL-Server-projects/Reporting-Services-examples

:closed_book: Various example reports I use for Microsoft Report Server (SSRS & PBIRS) as well as documents for unit testing, requirements and a style guide template.

Language: Mathematica - Size: 11.8 MB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 135 - Forks: 76

FerreroJeremy/ln2sql

A tool to query a database in natural language

Language: Python - Size: 10.8 MB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 513 - Forks: 200

ernestoherrera/FluentSql

FluentSql library creates Sql statements from C# Sql like syntax and uses Dapper for execution.

Language: C# - Size: 268 KB - Last synced at: 18 days ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 5

somdipdey/EasySQL

Use this class library to execute your MS SQL queries easily without hassle.

Language: C# - Size: 33.2 KB - Last synced at: 12 days ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

BangkokPicasso/df_to_mysql_table_statement_generator

Converting a Pandas DataFrame into a MySQL CREATE TABLE statement

Language: Python - Size: 5.86 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

rcarvello/mysqlreflection

A useful utility for the Object Relational Mapping of MySQL databases

Language: PHP - Size: 386 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 14 - Forks: 6

junyugit/insql 📦

A lightweight .NET ORM framework

Language: C# - Size: 638 KB - Last synced at: 3 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Jamshid-M/NativeDB

Android project with sqlite3.c library with C++/Java implementation

Language: C - Size: 2.15 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

Glyart/MystralSQL

Mystral (pronounced "ˈMistrəl") is an efficient library to deal with relational databases quickly. 🧁

Language: Java - Size: 746 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 0

oun111/zas

Access MYSQL database with other sql languages(for example, ORACLE's sql)

Language: C++ - Size: 231 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 155 - Forks: 39

residentsystem/DbConnect

DbConnect is coded around MySqlConnector, an ADO.NET data provider for MySQL. MySqlConnector also support MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL for MySQL and more. DbConnect can be used to test connection to a database or run SQL statements.

Language: C# - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

fridex/json2sql 📦

A lightweight Python3 library for describing SQL statements using JSON or Python dictionaries

Language: Python - Size: 26.4 KB - Last synced at: 11 days ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

vigneshjayavel/query_parser_antlr

A simple compiler experiment to parse simple sql statements.

Language: Python - Size: 102 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 7 - Forks: 4

Awwwesome-MiniSQL/Awwwesome-MiniSQL

A simple MiniSQL project written in C

Language: C - Size: 9.48 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 10 - Forks: 1

mo-azfar/OTRS-Custom-SQL-Statistic

OTRS custom statistic module based on SQL

Language: Perl - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 3

pontazaricardo/SQL_GPS_Distance_calculator

This is an example of how to calculate the distance between two GPS coordinates as a function in MySQL.

Language: SQLPL - Size: 73.2 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

ngangavic/easy-php

PHP Data Access Object Library

Language: PHP - Size: 36.1 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

pavlexander/mysql-excel-data-administrator

Excel which allows to administrate data for SQL databases (such as MySQL and MariaDB)

Language: Visual Basic - Size: 252 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

yuvrajsab/CD-Project

A simple SQL update statement parser.

Language: Yacc - Size: 60.5 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

itinance/sql-schema-lite

A simple SQL-builder in modern JavaScript especially for SQLite3

Language: JavaScript - Size: 21.5 KB - Last synced at: 10 days ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

Dagon0577/sql-coverage-test-suite

Testing the result set of a distributed database node.(mysql)

Language: TSQL - Size: 53.7 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

ristep/SimpJ2J

Single entry point PHP api, JSON request and respond

Language: JavaScript - Size: 14.5 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

Abhisheksinha1506/Map-SQL

This is a java implementation for SQL using Hash Maps.

Language: Java - Size: 132 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

weggetor/BBQuery

The bitboxx bbquery module is a DNN module for querying and editing database tables. Its intention is more for intranet than internet. You can define database querys (selects) to every kind of database (if drivers are installed) and even edit the tables if configured like this. if you or your employees need to fire every morning the same query to the database to check if nightly production went well and every record is on his right place, this is the module for you! The minimum DNN Version for this module is 06.01.00.

Language: C# - Size: 267 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 2

JSWesterfield/Sql-statements

SQL queries and stored procedures(Procs), I've worked on on various projects.

Language: PLpgSQL - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

JonathanMoreno14/SQL-Basics

SQL Basics learn by doing - This is a list of basic SQL commands that will also include live examples using MS SQL Server

Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0