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 · 0 comments
Open

Feature request: embedded dolt support #8953

zachmu opened this issue Mar 6, 2025 · 0 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
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

1 participant