You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2021. It is now read-only.
Implementing the
CREATEAPI allowing to create tables and databases.IConnection::create()Defines the interface for creating databases and tables.
MySQLConnection::create()Executes a create command on a MySQL database.
DatabaseHandler::createTable()Creates a new table in the selected connection.
DatabaseHandler::createDatabase()Creates a new database in the selected connection.