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: Add export/import support for indexeddb ? #33

Open
2 tasks done
ibilux opened this issue Aug 23, 2023 · 1 comment
Open
2 tasks done

Feature: Add export/import support for indexeddb ? #33

ibilux opened this issue Aug 23, 2023 · 1 comment

Comments

@ibilux
Copy link

ibilux commented Aug 23, 2023

Is your feature request related to a problem?

/

Describe the solution

/

Alternative methods

/

SurrealDB version

0.6.0 for Linux

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@rushmorem
Copy link
Contributor

The import and export methods are currently not supported on Wasm in the Rust SDK. That's because of the use of file system APIs which are not available on Wasm. The SDK does support exporting to a stream of bytes now though, so it should be possible to make that available on Wasm.

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

No branches or pull requests

2 participants