Cli
There's a few useful commands for interacting with the database (DBAl) and the ORM.
#
dbal:listGet list of available databases, their tables and records count.
#
dbal:tableDescribe table schema of specific database.
#
orm:listList of all available entities and their tables.
#
orm:syncSync ORM schema with database (generate tables).
#
orm:updateShow updates for ORM schema based on entity and relation attributes.