The current sqlorn includes (or plans to include) tenancy logic. Tenancy is a domain concern and should not be tightly coupled with the core ORM infrastructure.
To improve modularity, reusability, and long-term maintainability, tenancy support should be extracted into a dedicated package/module.