DBDriver.Find Method

Finds the driver associated with a name.

Supported driver strings: mysql sqlite

DBDriver Find(const char[] name)

Parameters

const char[] name

Driver identification string, or an empty string to return the default driver.

Return Value

Driver handle, or null on failure.