The type of database that will be returned when the server is started.
Gets whether the database server is running.
True if the server is running. False otherwise.
Starts the server.
Optionaloptions: IZDatabaseOptionsOptional options to use when starting the database.
The client that is connected or can connect to the server.
Stops the server.
True if the server is stopped. False otherwise.
Represents a server that runs an in-memory database.
The implementation of the server acts as a factory to construct the client connections to the in memory database.