v0.2.0 · Interface
prepared
Interface for querying a Postgres database with prepared statements. Unlike `wasmcloud:postgres@0.1.1-draft`, every operation is an `async func`, so preparing and executing statements does not block the component and many executions can be in flight concurrently.