Returns the Connection object
Returns a certain database of this connection. If the type of "database" is string, it returns the database with the given name of the connection. If the type of "database" is number, it returns the Nth database of the connection.
The database name or index position (zero base).
Returns all the connected databases on the akera.io application server.
Returns the number of connected databases on the akera.io application server.
Returns a table by name by searching through all connected databases or, if the table name is fully qualified (aka it does contains the database name) from that specific database.
The name of the table, it can be fully qualified (database.table).
Represents the meta-data information about the connection and connected databases.