Skip to content

A Dart database query executor that controls the parallelism (number of concurrently running queries) and handles the proper acquire and release of the connections.

License

Notifications You must be signed in to change notification settings

agilord/db_executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Dart database query executor that controls the parallelism (number of concurrently running queries) and handles the proper acquire and release of the connections.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages