CeresDB / sqlness

An ergonomic, opinionated framework for SQL integration test.
https://crates.io/crates/sqlness
Apache License 2.0
22 stars 7 forks source link

Support PostgreSQL wire protocol #44

Closed jiacai2050 closed 1 year ago

jiacai2050 commented 1 year ago

Describe This Problem

MySQL support is already fixed in #26, it would be great if PostgreSQL is also supported.

Proposal

Implement database trait for PostgreSQL

Additional Context

No response

Lilit0x commented 1 year ago

Hi @jiacai2050 , I am really interested in working on this feature. We could use this crate to achieve that or I am open to any other suggestions. I have worked with and used it for some other project, so I am quite familiar with it. Thanks

jiacai2050 commented 1 year ago

Thanks, assigned.

As an reminder, this issue depend on PG client, not server.