Skip to content

Commit

Permalink
bdb: expose more db types.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Sep 10, 2024
1 parent 21f7c46 commit fbb00b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -1984,4 +1984,12 @@ function versionError(name) {
* Expose
*/

DB.Batch = Batch;
DB.Bucket = Bucket;
DB.Iterator = Iterator;
DB.AsyncIterator = AsyncIterator;
DB.DBOptions = DBOptions;
DB.IteratorItem = IteratorItem;
DB.IteratorOptions = IteratorOptions;

module.exports = DB;

0 comments on commit fbb00b9

Please sign in to comment.