db/src/MySQLDB.i3


INTERFACE MySQLDB;

IMPORT DB;

PROCEDURE GetInterface(): DB.Interface;

END MySQLDB.