dolt
dolt copied to clipboard
Feature request: embedded dolt support
It's already possible to embed Dolt in a Go program by using Dolt as a library.
Non-Go customers want options to embed Dolt as well. There are a couple different options:
- Export Dolt as a C library, so that Dolt can be embedded in any language. This is hard but theoretically possible.
- Compile Dolt to WASM for use on the web or in some mobile applications. Probably easier than the C option.
just to comment: WASM is not only about browser/web anymore. More and more wasm clouds / wasm enabled Kubernetes appear and gain traction...
but having it for golang is a great start!
Would be awsome to provide a benchmark for
- embedded dolt vs
- standard/server dolt vs
- sqlite vs
- mysl/mariadb
everything on the same hardware and with latest versions of every participants