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.
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.
Optional
Optional 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.
Generated using TypeDoc
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.