rust-postgres-query icon indicating copy to clipboard operation
rust-postgres-query copied to clipboard

Write and execute SQL queries with ease

Results 4 rust-postgres-query issues
Sort by recently updated
recently updated
newest added

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.