dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Feature request: embedded dolt support

Open zachmu opened this issue 8 months ago • 2 comments

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:

  1. Export Dolt as a C library, so that Dolt can be embedded in any language. This is hard but theoretically possible.
  2. Compile Dolt to WASM for use on the web or in some mobile applications. Probably easier than the C option.

zachmu avatar Mar 06 '25 18:03 zachmu

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!

hpvd avatar Mar 10 '25 17:03 hpvd

Would be awsome to provide a benchmark for

  1. embedded dolt vs
  2. standard/server dolt vs
  3. sqlite vs
  4. mysl/mariadb

everything on the same hardware and with latest versions of every participants

hpvd avatar Mar 10 '25 17:03 hpvd