Apex Database Layer

The Apex Database Layer is a straight forward library that provides efficient access to the SQL database. Instead of trying to be clever and force you to learn a new ORM and its methods, this simply provides an efficient means to perform prepared SQL statements protecting against SQL injection, plus other basic functionality such as map to and from objects. To continue, click on one of the below links: