mysql.db

A lightweight interface to a MySQL database using vibe.d's connectionpool.

You have to include vibe.d in your project to be able to use this class. If you don't want to, refer to mysql.connection.

Public Imports

mysql.connection
public import mysql.connection;
Undocumented in source.

Members

Classes

MysqlDB
class MysqlDB
Undocumented in source.

Meta