MyDB module
This module allows querying of MySQL databases, using the standard DB API.
Type Synonyms
MyDB=DBHandle<MyConnection>
Data types
- MyDB::MyConnection - A MySQL database connection
Exceptions
- CantConnect - Can't connect to database
- QueryError - Query error
- TooManyRows - Tried to read too many rows
Functions
- MyDB connect(String host,String user,String pwd,String db,Int port=0) - Connect to a database.
- String mySQLTime(Time t) - Return a MySQL database time