Comment on Test Postgres in Python Like SQLiteComments−perrygeo1yFor Clojure and Java apps, check out Zonky (https://github.com/zonkyio/embedded-postgres). It provides a similar experience on the JVM, but instead of containers or WASM, you're running an embedded native binary.−wey-guOP1yThanks! This is the ultimate shape I am going to pursue!
Comments
For Clojure and Java apps, check out Zonky (https://github.com/zonkyio/embedded-postgres). It provides a similar experience on the JVM, but instead of containers or WASM, you're running an embedded native binary.
Thanks! This is the ultimate shape I am going to pursue!