db_executor 0.1.0%2B1
A database query executor that controls the parallelism (number of concurrently running queries) and handles the proper acquire and release of the connections.
Database query executor
A database query executor that controls the concurrency (number of concurrently running queries) and handles the acquiring and release of the connections (e.g. in case of processing failure).
Usage
TODO: write basic example
Links
- source code
- contributors: Agilord
- Related projects:
- Generic executor: executor (from the same authors as this projects)