querybuilder
Query builder
A C# library for building complex SQL queries with support for multiple databases and a unified API
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
3k stars
128 watching
502 forks
Language: C#
last commit: 3 months ago
Linked from 3 awesome lists
activerecordc-sharpcsharpdata-access-layerdatabasemysqlpostgresqlquery-buildersqlsql-querysql-query-buildersql-server
Related projects:
Repository | Description | Stars |
---|---|---|
nullism/bqb | A lightweight query builder library for generating SQL queries with parameterized placeholders. | 152 |
auraphp/aura.sqlquery | A collection of query builders for various databases | 451 |
go-jet/jet | A tool for efficiently writing and executing complex type-safe SQL queries in Go with automatic data mapping. | 2,663 |
querydsl/querydsl | A framework for constructing type-safe SQL-like queries in Java for multiple backends. | 4,749 |
asherber/petapoco.sqlkata | A set of extension methods for using SqlKata with PetaPoco, allowing more flexible and powerful querying capabilities | 27 |
knex/knex | A SQL query builder for multiple databases | 19,362 |
agrosner/dbflow | A Kotlin-based, fast and feature-rich Android database library that generates boilerplate code for you. | 4,876 |
cristalhq/builq | A simple and safe Go library for building SQL queries with parameter indexing. | 89 |
aldy505/bob | An SQL query builder for Go that provides a structured way to create and execute SQL queries. | 17 |
dotnetnext/sqlsugar | An ORM framework providing simple and high-performance data access for various databases | 5,382 |
multiprocessio/dsq | A command-line tool for running SQL queries against various data formats | 3,712 |
jooq/jooq | A powerful and type-safe way to write SQL queries in Java | 6,170 |
tobymao/sqlglot | A comprehensive SQL parser and transpiler for multiple dialects | 6,745 |
dbeaver/dbeaver | A multi-platform tool for connecting to and managing various databases | 40,507 |
kgrzybek/sample-dotnet-core-cqrs-api | Sample .NET Core CQRS API with raw SQL and Domain-Driven Design using Clean Architecture | 2,892 |