Cli
There's a few useful commands for interacting with the database (DBAl) and the ORM.
dbal:list#
Get list of available databases, their tables and records count.
dbal:table#
Describe table schema of specific database.
orm:list#
List of all available entities and their tables.
orm:sync#
Sync ORM schema with database (generate tables).
orm:update#
Show updates for ORM schema based on entity and relation attributes.