Package com.surrealdb

Class NsDb

java.lang.Object
com.surrealdb.NsDb

public class NsDb extends Object
Holds the current namespace and database after a Surreal.useNs(String), Surreal.useDb(String), or Surreal.useDefaults() call. Returned by those methods so the client can use the actual ns/db set by the server.