sqlgen v0.1.0
- Created
- Updated
sqlgen is an ORM and SQL query generator for C++-20, similar to Python's SQLAlchemy/SQLModel or Rust's Diesel.
# Usage
sqlgen provides CMake targets:
find_package(sqlgen CONFIG REQUIRED)
target_link_libraries(main PRIVATE sqlgen::sqlgen)
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# postgres
Enable PostgreSQL support
Host Dependencies:
6 transitive dependencies:
- pkgconf (by vcpkg-pkgconfig-get-modules )
- vcpkg-cmake (by vcpkg-cmake-get-vars )
- vcpkg-cmake-config (by lz4 )
- vcpkg-cmake-get-vars (by libpq )
vcpkg-pkgconfig-get-modules (by libpq )
Platforms:
windows & !mingw
- vcpkg-tool-meson (by pkgconf )
# tests
Build the tests
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by gtest )
- vcpkg-cmake-config (by gtest )
# Dependencies
- reflectcpp
sqlite3
Features:
json1
,math
and 2 transitive dependencies:
- ctre
>= v3.9.0
(by reflectcpp ) yyjson (by reflectcpp , yyjson )
Features:
fast-fp-conv
,non-standard
,reader
,writer
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Dr. Patrick Urbanke (劉自成)