-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I like using clorm a lot, and it simplifies a lot of steps that I need to do on a daily basis, thanks.
I recently found a new viewing angle to clorm which for me basically splits this project in two parts.
One is the awesome query language that operates on a database of python objects. The other functionality is to convert such a database to clingo terms (and the other way around, convert a model or instance - into python objects). Do you think this view makes sense?
Do you think it makes sense to use already existing ORM systems for the first part and only provide a mapping to clingo objects if needed ? S.t. clorm + ORM system X has the same functionality as before, but the maintenance of the ORM and query stuff is with the external ORM system.