mysql> select * from user; +----+----------+----------+-----------------------+ | id | name | password | email | +----+----------+----------+-----------------------+ | 1 | sherzodr | secret | [email protected] | +----+----------+----------+-----------------------+
Example 2: Actual User table created in MySQL using the mysql object driver with Class::PObject.