24eb38a640
asql is an asynchronous, C++11-native, Qt5 based SQL Query library. You can use it to write async queries with natural C++-lambda and Qt5-slots style code. Right now there is only a PostgreSQL backend, but others are planned (and then the port will grow OPTIONS). This comes from the cutelyst project, and it would conflict with www/asql is named the "obvious" way, so name it something inbetween.
12 lines
291 B
Text
12 lines
291 B
Text
Qt Async Sql library
|
|
|
|
* Thread local Connection pool
|
|
* Scoped transactions objects
|
|
* Navigate on your data with iterators
|
|
* Prepared queries
|
|
* Cancellable queries
|
|
* Notifications
|
|
|
|
Supports database migrations and queries both as JSON and QVariantHash.
|
|
|
|
WWW: https://github.com/cutelyst/asql
|