Torque provides us with a simple and lightweight database
abstraction API.
Basically it allows us to have a lightweight object-relational
mapping with very little hassle.
The following shows the Article and ArticlePeer classes which
provide good examples of Torques object mapping capabilities.
|