Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Implementing CREATE #15

@crystlbrd

Description

@crystlbrd

Implementing the CREATE API 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions