pglite-oxide 0.4.0

Embedded Postgres for Rust tests and local apps. No Docker, works with SQLx and any Postgres client.
Documentation
1
2
3
pub fn byte_length_utf8(input: &str) -> usize {
    input.len()
}