DatabaseService

Undocumented in source.

Members

Functions

connect
Database connect(string user, string password, AuthoriseError err)

* Returns: an instance of Database of null if can't connect or authenticate. Errors details in 'err'

Variables

database
string database;
Undocumented in source.
host
string host;
Undocumented in source.
port
ushort port;
Undocumented in source.

Meta