MariaDB.this

Constructor incl. connection setup

class MariaDB
@safe
this
(
string host
,
string username
,
string password
,
string database = null
,
ushort port = 3306
)

Parameters

host string

database host (the underlying mysql-native currently only supports TCP connections, unfortunately)

username string

MariaDB user

password string

password of the MariaDB user

database string

initial database to use

port ushort

MariaDB server port

Meta