Replies: 2 comments 2 replies
|
'Embedded DB that can run inside WASM'. We can have a mode to load / store from a file format. |
2 replies
|
Merging 2 and 4 paths takes us here now:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
These are some of the paths we have been talking about taking the project. One does not necessarily exclude the other, but we possibly will have to prioritize.
Out of each one of these, I plan to drill down until we have a viable plan.
Embedded DB locally or on a server, and backed by a disk data store like sled, and taking advantage of the concurrency features of Rust.
Embedded DB to use inside unit tests compatible with multiple SQL Dialects and features.
All reactions