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
{{ message }}
This repository was archived by the owner on Jun 17, 2026. It is now read-only.
Right now (as of v0.4.0) the nd-db library only supports using newline delimited files as read only databases.
It should be quite simple to write new documents to the database, by appending only. In this way it will work as sort of a transaction log. To begin with probably without the notion of transaction time.
When writing data, the index should (of course) be automatically updated.
Right now (as of
v0.4.0) thend-dblibrary only supports using newline delimited files as read only databases.It should be quite simple to write new documents to the database, by appending only. In this way it will work as sort of a transaction log. To begin with probably without the notion of transaction time.
When writing data, the index should (of course) be automatically updated.