sqlgenv0.6.0
- Updated
sqlgen is an ORM and SQL query generator for C++-20, similar to Python's SQLAlchemy/SQLModel or Rust's Diesel.
- Project website: https://github.com/getml/sqlgen/
#Usage
sqlgen provides CMake targets:
find_package(sqlgen CONFIG REQUIRED)
target_link_libraries(main PRIVATE sqlgen::sqlgen)#Supported Platforms
All platforms supported.
#Features
No default features.
#duckdb
Enable DuckDB support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through duckdb)
- vcpkg-cmake-config (through duckdb)
#mariadb
Enable MySQL/MariaDB support
Dependencies:
and 3 transitive dependencies:
libiconv (through libmariadb)
Platforms:
!windows- openssl (through libmariadb)
- zlib (through libmariadb)
Host Dependencies:
4 transitive dependencies:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
- vcpkg-cmake-config (through openssl)
vcpkg-cmake-get-vars (through libiconv)
Platforms:
android- vcpkg-make (through libiconv)
#postgres
Enable PostgreSQL support
Dependencies:
Host Dependencies:
4 transitive dependencies:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
- vcpkg-cmake-config (through lz4)
- vcpkg-cmake-get-vars (through libpq)
- vcpkg-tool-meson (through libpq)
#tests
Build the tests
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through gtest)
- vcpkg-cmake-config (through gtest)
#Dependencies
- reflectcpp
sqlite3
Features:
json1,math
and 2 transitive dependencies:
- ctre
>= v3.10.0(through reflectcpp) yyjson (through reflectcpp, yyjson)
Features:
fast-fp-conv,non-standard,reader,writer
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Dr. Patrick Urbanke (劉自成)