Hello everybody,
A couple a months ago I started writing an ORM for Corona SDK projects, this is what I have reached so far, I hope some of you find it handy.
All the information of how to use it is in the Repo.
Update [10/12/2014]
Hello everybody,
A couple a months ago I started writing an ORM for Corona SDK projects, this is what I have reached so far, I hope some of you find it handy.
All the information of how to use it is in the Repo.
Update [10/12/2014]
ModeloEspecial is an ORM that is inspired heavily by Backbone.Model. It takes an object oriented approach to database interaction.
We are using this in production, and it has already saved us hundreds of lines of code, in addition to making it more modular and understandable.