db/driver
The driver module provides the interface for database drivers. A driver is responsible for
executing SQL statements and returning the results. It also provides methods for creating
and dropping databases, and for checking if a database exists.
Index
Interfaces
Type Aliases