This repository was archived by the owner on Jul 14, 2021. It is now read-only.
List view
Implementation of ORM-like object access. As described in the README: > Object access is the highest layer of access and the most encapsulated. Though implementation is being deferred until after the wrapped access layer is more complete, the goal here is to essentially emulate a set of ORM objects, allowing you do to things like `Character(id=1234).corporation.name` to fetch the name of the corporation that the character with ID `1234` is in.
No due date