What’s a good PostgreSQL interface in Rust? Not looking for ORMs.
Also look at https://github.com/launchbadge/sqlx. I love compile-time checked queries (it's optional).
It's simple to use too, async and includes a pool.
What’s a good PostgreSQL interface in Rust? Not looking for ORMs.
It's simple to use too, async and includes a pool.