Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: embedded dolt support #8953

Open
zachmu opened this issue Mar 6, 2025 · 2 comments
Open

Feature request: embedded dolt support #8953

zachmu opened this issue Mar 6, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@zachmu
Copy link
Member

zachmu commented Mar 6, 2025

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 zachmu added the enhancement New feature or request label Mar 6, 2025
@zachmu zachmu mentioned this issue Mar 6, 2025
@hpvd
Copy link

hpvd commented Mar 10, 2025

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
Copy link

hpvd commented Mar 10, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants