enmap
enmap copied to clipboard
Update to the data format using the "path" column, just like @joshdb/sqlite .
Adding "path" means the following:
- Find differences between existing and changed data and optimize for changes when doing queries (batches, perhaps?)
- Have a ::NULL:: value for no path
- Figure out how to do this all with serialize-javascript
- Optimize all methods using paths, to... well, use paths.