In DataModeler: Simple ORM - Part 1 Models, I introduced the basics of DataModeler, it's classes and how to create a basic Model. After you have created your Models, it's time to save them to a datastore. DataModeler requires you to use PDO as the abstraction layer as it makes use of prepared statements and database specific extensions.