-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Affected project(s)
- documentation
- examples
- wasmCloud host
- wasmCloud CLI (wash)
- wasmCloud dashboard UI (washboard)
- capability providers
- provider bindgen
- control interface client
- other / not sure
Is your feature request related to a problem? Please describe.
Would be great to also have support for embedded DBs for
- simplicity (its just a file..)
- speed (saving latency by communication to db server and today fast and feature-rich enough for nearly anything see e.g. https://www.golang.dk/articles/benchmarking-sqlite-performance-in-go)
- looks like the only option where databases can also easily scale to zero (e.g. having file on S3)
-> should be the perfect fit for wasmcloud
Describe the solution you'd like
have a standard implementation showcasing best practise in wasm cloud for embedded DBs
- sqlite
- duckdb
both also have a wasm variant if usage is expedient here..
see
https://duckdb.org/2021/10/29/duckdb-wasm.html
https://github.com/duckdb/duckdb-wasm
https://www.sqlite.org/wasm/doc/trunk/index.md
Describe alternatives you've considered
No response
Additional context
No response
aschrijver
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request