The Rabbit
Pre-release
Pre-release
This version of Appster introduces SQL (notably postgreSQL) support module. The module supports several basic features:
- Connection managment
- Asynchronous query execution
- Asynchronous reply handling
- Simple way to format queries in a SQLi-safe manner
The sql module supports partial reply read: you can handle rows as they arrive without the need to queue the entire reply. This specifically useful for large query operations.
More information on how to use this module can be found in examples/sql.c
file.