Database
A Database is a set of stored collections. Each Database is described by a Schema. Unlike the other concepts, this concept corresponds to multiple types:
- For bonsaidb-local:
Database
/AsyncDatabase
- For bonsaidb-server:
ServerDatabase
- For bonsaidb-client:
AsyncRemoteDatabase
/BlockingRemoteDatabase
All of these types implement a Connection
trait.