class Database
package resdb
Client interface to the key-value record store.
Constructor
new (config:DatabaseConfig, store:PageStore)
Parameters:
config | Database configuration. |
---|---|
store | PageStore instance that contains the actual pages. |
Client interface to the key-value record store.
new (config:DatabaseConfig, store:PageStore)
Parameters:
config | Database configuration. |
---|---|
store | PageStore instance that contains the actual pages. |