Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See Level/community#118. TLDR: ```js await db.put('example', 'before') const snapshot = db.snapshot() await db.put('example', 'after') await db.get('example', { snapshot })) // Returns 'before' await snapshot.close() ``` Category: addition
- Loading branch information