Class Database

java.lang.Object
All Implemented Interfaces:
Signin

public class Database extends Namespace implements Signin
The Database class represents a specific level of credentials for signing into a SurrealDB database. This class extends the Namespace class and adds a specific database reference, further scoping the sign-in process.

The credentials include username, password, namespace, and a specific database.