traits
Table of Contents
Traits
- MysqlAssertionsTrait
- Provides assertion methods to validate MySQL-related identifiers and hostnames.
- MysqlDatabaseTrait
- Provides high-level operations for managing MySQL databases.
- MysqlPrivilegeTrait
- Provides methods to manage MySQL privileges for users on databases and tables.
- MysqlRootTrait
- Provides support for accessing and initializing a root-level MySQL administrative model,
typically used to perform high-privilege operations via a separate `MysqlModel` instance.
- MysqlTableTrait
- Provides operations for managing and inspecting MySQL tables in the current database.
- MysqlUserTrait
- Provides methods to manage MySQL users using PDO.