Class RelationalKeyspaceProvider

java.lang.Object
com.apple.foundationdb.relational.recordlayer.RelationalKeyspaceProvider

@API(EXPERIMENTAL) public class RelationalKeyspaceProvider extends Object
The Relational Keyspace. "__SYS" in its current form, is a system schema that will house all the system tables. / (root) |- __SYS (null) | [currently, we allow for the domains very naively for our use-cases like cli, testing, demo etc.] |- domain_name (string=domain_name) |- dbName (string) |- schema (string)