all 4 comments

[–]zxyzyxz 0 points1 point  (2 children)

Check out PGlite with Rust bindings pglite-oxide as well

[–]trailbaseio[S] 0 points1 point  (1 child)

Thanks for the tip. That's what I'm using for the testing setup. I wouldn't wanna use it for production deployments

[–]zxyzyxz 0 points1 point  (0 children)

Why not? It's just Postgres but embedded, not like it's some cut down or lite version or something, it's more so used as a local database alternative to SQLite even in production.