We want to separate the definitions and docs into a New Repo. The plan is to make the definitions and docs an Apache2 repo, and the rest of the ORM GPL or AGPL3.
Some how this needs to be made clean, so that it all adds up together in the same way. the Auth object now needs to be setup so it isnt queried new every time, but is set up as part of object init()
Can Paolo do this?
Once this is done we will load the objects into a database
We want to separate the definitions and docs into a New Repo. The plan is to make the definitions and docs an Apache2 repo, and the rest of the ORM GPL or AGPL3.
Some how this needs to be made clean, so that it all adds up together in the same way. the Auth object now needs to be setup so it isnt queried new every time, but is set up as part of object init()
Can Paolo do this? Once this is done we will load the objects into a database