You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
After evaluating alternative MySql QueryProvider options, there isn't a well supported option out there that doesn't involve taking on an opinionated and complex database object class hierarchy with attribute decoration, and table operation encapsulating objects (i.e. objects that represent tables and include CRUD methods).
Given that, it would be easier to add support for joins and subqueries to this library.