A Driver represents a database backend, currently MySQL or SQLite. Driver handles cannot be closed.
| Symbol | Description |
|---|---|
| Find | Finds the driver associated with a name. Supported driver strings: mysql sqlite |
| GetIdentifier | Retrieves a driver's identification string. Example: "mysql", "sqlite" |
| GetProduct | Retrieves a driver's product string. Example: "MySQL", "SQLite" |