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