You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WasmCloud has an example that uses Postgres as a database "provider" that can run in their cloud environment. It uses Docker to run Postgres, and it is written in Rust.
I'm tinkering with doing something similar in Go with SQLite, and go-sqlite3 seems to fit the bill.
I'm wondering if maybe someone has already tried this. This would include creating WIT IDL to describe a provider's in-cloud inter-component interfaces.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
WasmCloud has an example that uses Postgres as a database "provider" that can run in their cloud environment. It uses Docker to run Postgres, and it is written in Rust.
Pointers:
I'm tinkering with doing something similar in Go with SQLite, and go-sqlite3 seems to fit the bill.
I'm wondering if maybe someone has already tried this. This would include creating WIT IDL to describe a provider's in-cloud inter-component interfaces.
Beta Was this translation helpful? Give feedback.
All reactions