The name for db persistence.
A (variadic) list of collection configs.
Base32-encoded string representation of the db's thread id.
Get the current local db version number. This is a non-ordered integer hash of the stringified input indexes. It is used for uniqueness.
Close the local db to reads/writes.
Get an existing local collection.
The name of the collection.
Helper method to push additional collection configs to pending schemas list. This may be called multiple times, but must be called before opening the db.
A collection config to add to the internal list.
Returns all local collections by name.
Delete the local db and its persistent storage.
Open the local db for reads/writes.
Create a new local db instance.
for details on collection configuration options.