rust-postgres-query
rust-postgres-query copied to clipboard
Write and execute SQL queries with ease
Please increment the version for postgres-query and publish to crates.io to make available the updated tokio version in the master branch.
Can I use geometry types, uuid and chrono types ?
Open questions: - How should the async and sync versions of methods be distinguished? - Multiple crates or feature flags?
Missed method makes impossible to use Caching client. Queries are prepared but never cached.