InterpolatedSql
Sql interpolator
A C# library to build and execute safe SQL queries using string interpolation
Sql Builder using Interpolated Strings
126 stars
3 watching
7 forks
Language: C#
last commit: 4 months ago Related projects:
Repository | Description | Stars |
---|---|---|
drizin/dapperquerybuilder | A wrapper around Dapper to simplify building dynamic SQL queries with parameterized strings | 524 |
swifql/swifql | A Swift framework for building type-safe, extensible SQL queries | 295 |
r0man/sqlingvo | A Clojure DSL for building SQL queries using Lisp syntax | 210 |
fsprojects/rezoom.sql | A statically typed SQL compiler and type provider for F# | 670 |
fsprojects/sqlprovider | A general .NET/Mono SQL database type provider with support for LINQ queries and CRUD operations. | 582 |
stch-library/sql | A Clojure-based DSL for building SQL queries and statements. | 41 |
fukamachi/sxql | An SQL generator for Common Lisp that provides a simple and flexible way to create SQL queries. | 365 |
didi/gendry | A Go library for building and parameterizing SQL queries in a flexible and reusable way. | 1,622 |
zaid-ajaj/dustytables | A F# API wrapper around the SqlClient library for interacting with Microsoft SQL Server databases. | 74 |
knaadh/nestjs-drizzle | A set of modules for integrating DrizzleORM with various databases | 146 |
openresty/drizzle-nginx-module | An Nginx module for accessing MySQL and Drizzle databases in a non-blocking, streaming way | 335 |
forbeslindesay/atdatabases | Prevents SQL Injection attacks by enforcing the use of typed template literals in database queries. | 610 |
felixfbecker/node-sql-template-strings | A module that simplifies the use of ES6 tagged template strings in SQL queries. | 611 |
seancorfield/honeysql | A Clojure library that converts Clojure data structures into SQL | 1,780 |
korma/korma | A Clojure library for generating and executing SQL queries in a concise and flexible way | 1,474 |