tinyorm v0.38.1
- Created
- Updated
Modern C++ ORM library for Qt framework
- https://github.com/silverqx/TinyORM
- Documentation: https://www.tinyorm.org
# License
# Supported Platforms
!(uwp | arm | android | emscripten | osx | ios | xbox | freebsd | openbsd | wasm32)
- ✅ linux
- ✅ windows-x64
- ✅ windows-x86
- ❌
osx - ❌
uwp - ❌
windows-arm64
# Features
Default features: orm
, sql-sqlite
, tom
# build-mysql-driver
Build TinyDrivers MySQL database driver (provided by TinyDrivers)
Dependencies:
and 85 transitive dependencies:
- boost-algorithm (by libmysql )
- boost-align
>= v1.86.0
(by boost-atomic ) - boost-any
>= v1.86.0
(by boost-geometry ) - boost-array
>= v1.86.0
(by boost-algorithm ) - boost-assert
>= v1.86.0
(by boost-array ) - boost-atomic
>= v1.86.0
(by boost-thread ) - boost-bimap
>= v1.86.0
(by boost-graph ) - boost-bind
>= v1.86.0
(by boost-algorithm ) - boost-chrono
>= v1.86.0
(by boost-thread ) - boost-cmake
>= v1.86.0
(by boost-assert ) - boost-concept-check
>= v1.86.0
(by boost-algorithm ) - boost-config
>= v1.86.0
(by boost-assert ) - boost-container
>= v1.86.0
(by boost-geometry ) - boost-container-hash
>= v1.86.0
(by boost-fusion ) - boost-conversion
>= v1.86.0
(by boost-range ) - boost-core
>= v1.86.0
(by boost-array ) - boost-date-time
>= v1.86.0
(by boost-thread ) - boost-describe
>= v1.86.0
(by boost-container-hash ) - boost-detail
>= v1.86.0
(by boost-iterator ) - boost-dynamic-bitset
>= v1.86.0
(by boost-random ) - boost-endian
>= v1.86.0
(by boost-spirit ) - boost-exception
>= v1.86.0
(by boost-algorithm ) - boost-foreach
>= v1.86.0
(by boost-graph ) - boost-function
>= v1.86.0
(by boost-algorithm ) - boost-function-types
>= v1.86.0
(by boost-iterator ) - boost-functional
>= v1.86.0
(by boost-fusion ) - boost-fusion
>= v1.86.0
(by boost-iterator ) - boost-geometry (by libmysql )
- boost-graph (by libmysql )
- boost-headers
>= v1.86.0
(by boost-config ) - boost-integer
>= v1.86.0
(by boost-regex ) - boost-intrusive
>= v1.86.0
(by boost-container ) - boost-io
>= v1.86.0
(by boost-utility ) - boost-iterator
>= v1.86.0
(by boost-algorithm ) - boost-lambda
>= v1.86.0
(by boost-bimap ) - boost-lexical-cast
>= v1.86.0
(by boost-geometry ) - boost-math
>= v1.86.0
(by boost-geometry ) - boost-move
>= v1.86.0
(by boost-smart-ptr ) - boost-mp11
>= v1.86.0
(by boost-describe ) - boost-mpl
>= v1.86.0
(by boost-function-types ) - boost-multi-index
>= v1.86.0
(by boost-bimap ) - boost-multiprecision
>= v1.86.0
(by boost-geometry ) - boost-numeric-conversion
>= v1.86.0
(by boost-geometry ) - boost-optional
>= v1.86.0
(by boost-iterator ) - boost-parameter
>= v1.86.0
(by boost-graph ) - boost-phoenix
>= v1.86.0
(by boost-spirit ) - boost-polygon
>= v1.86.0
(by boost-geometry ) - boost-pool
>= v1.86.0
(by boost-spirit ) - boost-predef
>= v1.86.0
(by boost-mpl ) - boost-preprocessor
>= v1.86.0
(by boost-concept-check ) - boost-property-map
>= v1.86.0
(by boost-graph ) - boost-property-tree
>= v1.86.0
(by boost-graph ) - boost-proto
>= v1.86.0
(by boost-phoenix ) - boost-qvm
>= v1.86.0
(by boost-geometry ) boost-random
>= v1.86.0
(by boost-math )Platforms:
!uwp
- boost-range
>= v1.86.0
(by boost-algorithm ) - boost-ratio
>= v1.86.0
(by boost-chrono ) - boost-rational
>= v1.86.0
(by boost-geometry ) - boost-regex
>= v1.86.0
(by boost-range ) - boost-serialization
>= v1.86.0
(by boost-geometry ) - boost-smart-ptr
>= v1.86.0
(by boost-exception ) - boost-spirit
>= v1.86.0
(by boost-serialization ) - boost-static-assert
>= v1.86.0
(by boost-core ) - boost-system
>= v1.86.0
(by boost-random ) - boost-thread
>= v1.86.0
(by boost-spirit ) - boost-throw-exception
>= v1.86.0
(by boost-core ) - boost-tokenizer
>= v1.86.0
(by boost-date-time ) - boost-tti
>= v1.86.0
(by boost-graph ) - boost-tuple
>= v1.86.0
(by boost-exception ) - boost-type-index
>= v1.86.0
(by boost-any ) - boost-type-traits
>= v1.86.0
(by boost-concept-check ) - boost-typeof
>= v1.86.0
(by boost-functional ) - boost-uninstall
>= v1.86.0
(by boost-cmake ) - boost-unordered
>= v1.86.0
(by boost-algorithm ) - boost-utility
>= v1.86.0
(by boost-mpl ) - boost-variant
>= v1.86.0
(by boost-spirit ) - boost-variant2
>= v1.86.0
(by boost-system ) - boost-winapi
>= v1.86.0
(by boost-system ) - boost-xpressive
>= v1.86.0
(by boost-graph ) - lz4 (by libmysql )
- openssl (by libmysql )
- rapidjson (by libmysql )
- zlib (by libmysql )
- zstd (by libmysql )
Host Dependencies:
4 transitive dependencies:
- vcpkg-boost (by boost-cmake )
- vcpkg-cmake (by boost-cmake )
- vcpkg-cmake-config (by boost-cmake )
- vcpkg-cmake-get-vars (by openssl )
# disable-thread-local
Remove all thread_local storage duration specifiers (disables multi-threading support)
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# inline-constants
Use inline constants instead of extern constants in shared builds
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# mysql-ping
Install MySQL C client library (libmysql) to support the mysql_ping()
Dependencies:
and 85 transitive dependencies:
- boost-algorithm (by libmysql )
- boost-align
>= v1.86.0
(by boost-atomic ) - boost-any
>= v1.86.0
(by boost-geometry ) - boost-array
>= v1.86.0
(by boost-algorithm ) - boost-assert
>= v1.86.0
(by boost-array ) - boost-atomic
>= v1.86.0
(by boost-thread ) - boost-bimap
>= v1.86.0
(by boost-graph ) - boost-bind
>= v1.86.0
(by boost-algorithm ) - boost-chrono
>= v1.86.0
(by boost-thread ) - boost-cmake
>= v1.86.0
(by boost-assert ) - boost-concept-check
>= v1.86.0
(by boost-algorithm ) - boost-config
>= v1.86.0
(by boost-assert ) - boost-container
>= v1.86.0
(by boost-geometry ) - boost-container-hash
>= v1.86.0
(by boost-fusion ) - boost-conversion
>= v1.86.0
(by boost-range ) - boost-core
>= v1.86.0
(by boost-array ) - boost-date-time
>= v1.86.0
(by boost-thread ) - boost-describe
>= v1.86.0
(by boost-container-hash ) - boost-detail
>= v1.86.0
(by boost-iterator ) - boost-dynamic-bitset
>= v1.86.0
(by boost-random ) - boost-endian
>= v1.86.0
(by boost-spirit ) - boost-exception
>= v1.86.0
(by boost-algorithm ) - boost-foreach
>= v1.86.0
(by boost-graph ) - boost-function
>= v1.86.0
(by boost-algorithm ) - boost-function-types
>= v1.86.0
(by boost-iterator ) - boost-functional
>= v1.86.0
(by boost-fusion ) - boost-fusion
>= v1.86.0
(by boost-iterator ) - boost-geometry (by libmysql )
- boost-graph (by libmysql )
- boost-headers
>= v1.86.0
(by boost-config ) - boost-integer
>= v1.86.0
(by boost-regex ) - boost-intrusive
>= v1.86.0
(by boost-container ) - boost-io
>= v1.86.0
(by boost-utility ) - boost-iterator
>= v1.86.0
(by boost-algorithm ) - boost-lambda
>= v1.86.0
(by boost-bimap ) - boost-lexical-cast
>= v1.86.0
(by boost-geometry ) - boost-math
>= v1.86.0
(by boost-geometry ) - boost-move
>= v1.86.0
(by boost-smart-ptr ) - boost-mp11
>= v1.86.0
(by boost-describe ) - boost-mpl
>= v1.86.0
(by boost-function-types ) - boost-multi-index
>= v1.86.0
(by boost-bimap ) - boost-multiprecision
>= v1.86.0
(by boost-geometry ) - boost-numeric-conversion
>= v1.86.0
(by boost-geometry ) - boost-optional
>= v1.86.0
(by boost-iterator ) - boost-parameter
>= v1.86.0
(by boost-graph ) - boost-phoenix
>= v1.86.0
(by boost-spirit ) - boost-polygon
>= v1.86.0
(by boost-geometry ) - boost-pool
>= v1.86.0
(by boost-spirit ) - boost-predef
>= v1.86.0
(by boost-mpl ) - boost-preprocessor
>= v1.86.0
(by boost-concept-check ) - boost-property-map
>= v1.86.0
(by boost-graph ) - boost-property-tree
>= v1.86.0
(by boost-graph ) - boost-proto
>= v1.86.0
(by boost-phoenix ) - boost-qvm
>= v1.86.0
(by boost-geometry ) boost-random
>= v1.86.0
(by boost-math )Platforms:
!uwp
- boost-range
>= v1.86.0
(by boost-algorithm ) - boost-ratio
>= v1.86.0
(by boost-chrono ) - boost-rational
>= v1.86.0
(by boost-geometry ) - boost-regex
>= v1.86.0
(by boost-range ) - boost-serialization
>= v1.86.0
(by boost-geometry ) - boost-smart-ptr
>= v1.86.0
(by boost-exception ) - boost-spirit
>= v1.86.0
(by boost-serialization ) - boost-static-assert
>= v1.86.0
(by boost-core ) - boost-system
>= v1.86.0
(by boost-random ) - boost-thread
>= v1.86.0
(by boost-spirit ) - boost-throw-exception
>= v1.86.0
(by boost-core ) - boost-tokenizer
>= v1.86.0
(by boost-date-time ) - boost-tti
>= v1.86.0
(by boost-graph ) - boost-tuple
>= v1.86.0
(by boost-exception ) - boost-type-index
>= v1.86.0
(by boost-any ) - boost-type-traits
>= v1.86.0
(by boost-concept-check ) - boost-typeof
>= v1.86.0
(by boost-functional ) - boost-uninstall
>= v1.86.0
(by boost-cmake ) - boost-unordered
>= v1.86.0
(by boost-algorithm ) - boost-utility
>= v1.86.0
(by boost-mpl ) - boost-variant
>= v1.86.0
(by boost-spirit ) - boost-variant2
>= v1.86.0
(by boost-system ) - boost-winapi
>= v1.86.0
(by boost-system ) - boost-xpressive
>= v1.86.0
(by boost-graph ) - lz4 (by libmysql )
- openssl (by libmysql )
- rapidjson (by libmysql )
- zlib (by libmysql )
- zstd (by libmysql )
Host Dependencies:
4 transitive dependencies:
- vcpkg-boost (by boost-cmake )
- vcpkg-cmake (by boost-cmake )
- vcpkg-cmake-config (by boost-cmake )
- vcpkg-cmake-get-vars (by openssl )
# orm default
Enable ORM-related source code (without it only the query builder is compiled)
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# sql-mysql
Build Qt SQL MySQL database driver (provided by QtSql)
Dependencies:
qtbase
Features:
sql-mysql
and 89 transitive dependencies:
- boost-algorithm (by libmysql )
- boost-align
>= v1.86.0
(by boost-atomic ) - boost-any
>= v1.86.0
(by boost-geometry ) - boost-array
>= v1.86.0
(by boost-algorithm ) - boost-assert
>= v1.86.0
(by boost-array ) - boost-atomic
>= v1.86.0
(by boost-thread ) - boost-bimap
>= v1.86.0
(by boost-graph ) - boost-bind
>= v1.86.0
(by boost-algorithm ) - boost-chrono
>= v1.86.0
(by boost-thread ) - boost-cmake
>= v1.86.0
(by boost-assert ) - boost-concept-check
>= v1.86.0
(by boost-algorithm ) - boost-config
>= v1.86.0
(by boost-assert ) - boost-container
>= v1.86.0
(by boost-geometry ) - boost-container-hash
>= v1.86.0
(by boost-fusion ) - boost-conversion
>= v1.86.0
(by boost-range ) - boost-core
>= v1.86.0
(by boost-array ) - boost-date-time
>= v1.86.0
(by boost-thread ) - boost-describe
>= v1.86.0
(by boost-container-hash ) - boost-detail
>= v1.86.0
(by boost-iterator ) - boost-dynamic-bitset
>= v1.86.0
(by boost-random ) - boost-endian
>= v1.86.0
(by boost-spirit ) - boost-exception
>= v1.86.0
(by boost-algorithm ) - boost-foreach
>= v1.86.0
(by boost-graph ) - boost-function
>= v1.86.0
(by boost-algorithm ) - boost-function-types
>= v1.86.0
(by boost-iterator ) - boost-functional
>= v1.86.0
(by boost-fusion ) - boost-fusion
>= v1.86.0
(by boost-iterator ) - boost-geometry (by libmysql )
- boost-graph (by libmysql )
- boost-headers
>= v1.86.0
(by boost-config ) - boost-integer
>= v1.86.0
(by boost-regex ) - boost-intrusive
>= v1.86.0
(by boost-container ) - boost-io
>= v1.86.0
(by boost-utility ) - boost-iterator
>= v1.86.0
(by boost-algorithm ) - boost-lambda
>= v1.86.0
(by boost-bimap ) - boost-lexical-cast
>= v1.86.0
(by boost-geometry ) - boost-math
>= v1.86.0
(by boost-geometry ) - boost-move
>= v1.86.0
(by boost-smart-ptr ) - boost-mp11
>= v1.86.0
(by boost-describe ) - boost-mpl
>= v1.86.0
(by boost-function-types ) - boost-multi-index
>= v1.86.0
(by boost-bimap ) - boost-multiprecision
>= v1.86.0
(by boost-geometry ) - boost-numeric-conversion
>= v1.86.0
(by boost-geometry ) - boost-optional
>= v1.86.0
(by boost-iterator ) - boost-parameter
>= v1.86.0
(by boost-graph ) - boost-phoenix
>= v1.86.0
(by boost-spirit ) - boost-polygon
>= v1.86.0
(by boost-geometry ) - boost-pool
>= v1.86.0
(by boost-spirit ) - boost-predef
>= v1.86.0
(by boost-mpl ) - boost-preprocessor
>= v1.86.0
(by boost-concept-check ) - boost-property-map
>= v1.86.0
(by boost-graph ) - boost-property-tree
>= v1.86.0
(by boost-graph ) - boost-proto
>= v1.86.0
(by boost-phoenix ) - boost-qvm
>= v1.86.0
(by boost-geometry ) boost-random
>= v1.86.0
(by boost-math )Platforms:
!uwp
- boost-range
>= v1.86.0
(by boost-algorithm ) - boost-ratio
>= v1.86.0
(by boost-chrono ) - boost-rational
>= v1.86.0
(by boost-geometry ) - boost-regex
>= v1.86.0
(by boost-range ) - boost-serialization
>= v1.86.0
(by boost-geometry ) - boost-smart-ptr
>= v1.86.0
(by boost-exception ) - boost-spirit
>= v1.86.0
(by boost-serialization ) - boost-static-assert
>= v1.86.0
(by boost-core ) - boost-system
>= v1.86.0
(by boost-random ) - boost-thread
>= v1.86.0
(by boost-spirit ) - boost-throw-exception
>= v1.86.0
(by boost-core ) - boost-tokenizer
>= v1.86.0
(by boost-date-time ) - boost-tti
>= v1.86.0
(by boost-graph ) - boost-tuple
>= v1.86.0
(by boost-exception ) - boost-type-index
>= v1.86.0
(by boost-any ) - boost-type-traits
>= v1.86.0
(by boost-concept-check ) - boost-typeof
>= v1.86.0
(by boost-functional ) - boost-uninstall
>= v1.86.0
(by boost-cmake ) - boost-unordered
>= v1.86.0
(by boost-algorithm ) - boost-utility
>= v1.86.0
(by boost-mpl ) - boost-variant
>= v1.86.0
(by boost-spirit ) - boost-variant2
>= v1.86.0
(by boost-system ) - boost-winapi
>= v1.86.0
(by boost-system ) - boost-xpressive
>= v1.86.0
(by boost-graph ) - double-conversion (by qtbase )
- libmysql (by qtbase )
- lz4 (by libmysql )
- openssl (by libmysql )
- pcre2 (by pcre2 , qtbase )
- rapidjson (by libmysql )
- zlib (by qtbase )
- zstd (by libmysql )
Host Dependencies:
4 transitive dependencies:
- vcpkg-boost (by boost-cmake )
- vcpkg-cmake (by pcre2 )
- vcpkg-cmake-config (by pcre2 )
- vcpkg-cmake-get-vars (by openssl )
# sql-psql
Build Qt SQL PostgreSQL database driver (provided by QtSql)
Dependencies:
qtbase
Features:
sql-psql
Host Dependencies:
6 transitive dependencies:
- pkgconf (by vcpkg-pkgconfig-get-modules )
- vcpkg-cmake (by pcre2 )
- vcpkg-cmake-config (by pcre2 )
- vcpkg-cmake-get-vars (by libpq )
vcpkg-pkgconfig-get-modules (by libpq )
Platforms:
windows & !mingw
- vcpkg-tool-meson (by pkgconf )
# sql-sqlite default
Build Qt SQL SQLite database driver (provided by QtSql)
# strict-mode
Propagate strict compiler/linker options and Qt definitions
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# tom default
Enable Tom-related source code (command-line interface)
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# tom-example
Build Tom command-line application example
Host Dependencies:
No dependencies.
# Dependencies
# Host Dependencies
No transitive dependencies.
# Dependents
- tinyorm (feature
tom-example
)
# Host Dependents
No dependents.
# Contributors
- Silver Zachara
- Frank
- Cheney Wang
- Alexander Neumann