sqlpp11
Query builder
A type-safe SQL template library that allows defining types and constructing queries with compile-time checks.
A type safe SQL template library for C++
2k stars
108 watching
340 forks
Language: C++
last commit: 6 days ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
sqlc-dev/sqlc | Generates type-safe code from SQL queries | 13,456 |
forbeslindesay/atdatabases | Prevents SQL Injection attacks by enforcing the use of typed template literals in database queries. | 608 |
fsprojects/rezoom.sql | A statically typed SQL compiler and type provider for F# | 669 |
jooq/jooq | A powerful and type-safe way to write SQL queries in Java | 6,170 |
andialbrecht/sqlparse | A Python module for parsing and formatting SQL statements. | 3,752 |
tobymao/sqlglot | A comprehensive SQL parser and transpiler for multiple dialects | 6,745 |
srombauts/sqlitecpp | A C++ wrapper around the SQLite3 library, providing an easy-to-use interface with good design and documentation. | 2,237 |
kant2002/sqlmarshal | A generator of typed functions for accessing custom SQL and stored procedures. | 59 |
stephencelis/sqlite.swift | A type-safe interface to SQLite3 for Swift development | 9,732 |
sqlfluff/sqlfluff | A tool that analyzes and formats SQL code to improve readability and quality. | 7,927 |
morphismtech/squeal | A Haskell library that embeds the language of SQL into its type system, allowing for high-level type safety and expressiveness in database interactions. | 360 |
fsprojects/sqlprovider | A general .NET/Mono SQL database type provider with support for LINQ queries and CRUD operations. | 580 |
ron4fun/srl-cpp | A C++11 library for constructing regular expressions with ease and flexibility. | 0 |
sqlitemoderncpp/sqlite_modern_cpp | C++ wrapper around the SQLite library for modern database interactions | 899 |
fnc12/sqlite_orm | An ORM library for modern C++ that provides an easy-to-use interface for creating and managing data models with SQLite | 2,298 |