simple_pg_client

Crates.iosimple_pg_client
lib.rssimple_pg_client
version0.5.0
sourcesrc
created_at2024-01-08 18:27:51.147899
updated_at2024-04-11 17:12:02.959003
descriptionA native, asynchronous PostgreSQL client
homepage
repository
max_upload_size
id1092849
size392,120
Thomas Dagenais (exrok)

documentation

README

simple_pg_client

A work in progress, fork of tokio-postgres, to deeply intergrate with a pool and SQL Query builder.

Primary Goals:

  • Deeply integrate query builder.
  • Unify client types so generic client isn't needed. Replaced by impl Deref<Conn>.
  • Provided methods for fast & parallel unit testing via schema universes.
  • Optimize performance for our use cases.
  • Reduce incremental compile times via reducing monomorphization.
Commit count: 0

cargo fmt