sql-builder
There are 105 repositories under sql-builder topic.
groue/GRDB.swift
A toolkit for SQLite databases, with a focus on application development
jOOQ/jOOQ
jOOQ is the best way to write SQL in Java
go-jet/jet
Type safe SQL builder with code generation and automatic query result data mapping
doug-martin/goqu
SQL builder and query library for golang
huandu/go-sqlbuilder
A flexible and powerful SQL string builder library plus a zero-config ORM.
phpmyadmin/sql-parser
A validating SQL lexer and parser with a focus on MySQL dialect.
G4brym/workers-qb
Zero dependencies Query Builder for Cloudflare Workers
maxtoroq/DbExtensions
Data-access framework with a strong focus on query composition, granularity and code aesthetics.
nreco/data
Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).
leporo/sqlf
Fast SQL query builder for Go
rushteam/gosql
golang orm and sql builder
wirekang/kysely-playground
Playground for kysely, a type-safe sql builder.
c9s/SQLBuilder
A powerful, fast, cross-platform SQL Builder for PHP. Convert your structured data into SQL queries with a fluent style interface and targeting on all the mainstream database (MySQL, PostgreSQL, SQLite)
0x1000000/SqExpress
SqExpress is a sql query builder which allows creating SQL expressions directly in C# code with strong typing and intellisense.
OpenGamma/ElSql
Manage external SQL files in Java with a little DSL goodness
cristalhq/builq
Easily build SQL queries in Go.
funcool/suricatta
High level sql toolkit for clojure (backed by jooq library)
andrewpillar/query
Simple Query Builder for PostgreSQL - WIP
sad-spirit/pg-builder
Query builder for Postgres backed by SQL parser
mishael-o/Dapper.SimpleSqlBuilder
A simple and performant SQL builder for Dapper, using string interpolation and a fluent API to build safe, static, and dynamic SQL queries.
goal-web/querybuilder
一个像 Laravel 那样好用的查询构造器。
biagioT/jpa-search-helper
Helper library for building and running advanced and dynamic queries using JPA in Spring Boot.
fankux/rellaf
c++ reflection library base on c++11 which very simple to use in order to increase productivity
lpxxn/yggdrasill
yggdrasill can turn the table into a go struct,support PostgreSQL, MySQL
metarhia/metasql
Metarhia SQL builder and Postgres utilities 🐘
Jacoby6000/sqlz
Pure Functional SQL generation.
wroge/superbasic
The superbasic SQL-Builder.
huacnlee/sql-builder
A simple SQL builder for generate SQL for non-ActiveRecord supports databases
go-sqlt/sqlt
A Go Template-Based SQL Builder and Struct Mapper.
vizzdoom/sqlmap-command-builder
Advanced SQLMap command builder with an intuitive cheatsheet UI. Works locally in your browser as a single HTML file (no data sent anywhere).
wangjiegulu/RapidORM
Quick solutions for Android ORM
roneli/goqux
Library for simple CRUD, scanning & pagination using query builder in golang
youqiang95/DAG-SQL-Builder
DAG-SQL-Builder is an editor that helps data developers write complex SQL. It advocates using DAG (Directed acyclic graph) to combine simple SQL to build complex SQL, Through this approach, you will have easier control over SQL with complex logic. In addition, its ”SQL-template“ functionality can reduce your time writing SQL and improve your work
nhlpa/Sequel
.NET SQL builder that emulates writing SQL.
hkarim/jam
Scala SQL Builder for doobie and slick
panates/sqb
Extensible, multi-dialect SQL query builder and Database connection framework for NodeJS