You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am currently implementing a document engine on top LevelUp with support for transaction. The transaction implementation is greatly inspired by this article from 2015. Sadly there is no way to follow down that path as currently LevelUp does not support snapshot.
I am wondering if there's a plan to implement snapshot feature?
If not, if there's a plan to implement .prev method on the LevelDown iterator?
If not, if there is other method of implementing transaction on top of LevelUp?
The reason I am sticking with LevelUp is because I need the document engine to runs on browser also on nodejs (that rule's out sqlite).
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Well, thank you for reply. I'll explore the links you shared. Worst come to worse, maybe I'll implement on top of sqlite for nodejs and indexeddb for browser but it's going to take twice the work and I am reluctant to do it.
Hello, I am currently implementing a document engine on top LevelUp with support for transaction. The transaction implementation is greatly inspired by this article from 2015. Sadly there is no way to follow down that path as currently LevelUp does not support snapshot.
.prev
method on the LevelDown iterator?The reason I am sticking with LevelUp is because I need the document engine to runs on browser also on nodejs (that rule's out sqlite).
Thanks in advance.
The text was updated successfully, but these errors were encountered: