mysql> select * from user;
+----+----------+----------+-----------------------+
| id | name    | password | email                |
+----+----------+----------+-----------------------+
|  1 | sherzodr | secret   | sherzodr@handalak.com |
+----+----------+----------+-----------------------+

Example 2: Actual User table created in MySQL using the mysql object driver with Class::PObject.

Back to Article