Record Conjurer
Portfolio | | Links: GitHub Source Code
Handcrafted custom ORM inspired by Ruby on Rails’ Active Record.
- Utilized metaprogramming techniques to allow users to semantically define relationships between various models to denote various kinds of SQL joins.
- Abstracts away the complex SQL queries and associations making data easy to retrieve.