FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql. Its features include non-blocking database access by default, relatively boilderplate-free queries, automatic database migrations and simple mapping to objects. In order to make FutureSQL's use of templates less confusing, FutureSQL uses C++20 concepts, and requires a C++20 compiler. Warning: The API is not finalized yet.
10 lines
400 B
Text
10 lines
400 B
Text
include/FutureSQL5/ThreadedDatabase
|
|
include/FutureSQL5/futuresql_export.h
|
|
include/FutureSQL5/threadeddatabase.h
|
|
include/FutureSQL5/threadeddatabase_p.h
|
|
lib/cmake/FutureSQL5/FutureSQL5Config.cmake
|
|
lib/cmake/FutureSQL5/FutureSQL5ConfigVersion.cmake
|
|
lib/cmake/FutureSQL5/FutureSQLTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
|
lib/cmake/FutureSQL5/FutureSQLTargets.cmake
|
|
lib/libfuturesql5.so
|
|
lib/libfuturesql5.so.0
|