simple_pg_client

Crates.iosimple_pg_client
lib.rssimple_pg_client
version0.5.5
created_at2024-01-08 18:27:51.147899+00
updated_at2025-09-17 12:59:49.696171+00
descriptionA native, asynchronous PostgreSQL client
homepage
repository
max_upload_size
id1092849
size441,928
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