freebsd-ports/databases/cutelyst-asql/pkg-descr
Adriaan de Groot 24eb38a640 New port: database/cutelyst-asql
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.
2020-10-26 15:36:38 +00:00

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