database https://code.coronalabs.com/taxonomy/term/73/all en copyDatabaseTo() - A function to install a writable, prepopulated database. https://code.coronalabs.com/code/copydatabaseto-function-install-writable-prepopulated-database <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This function will copy an SQLlite database (or any binary data file) from your app bundle and put it into a writable area like system.DocumentsDirectory.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Corona Rob</div></div></div> Tue, 19 May 2015 05:14:29 +0000 Corona Rob 182 at https://code.coronalabs.com ORM for Corona SDK https://code.coronalabs.com/code/orm-corona-sdk <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Hello everybody,<br /> 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.</p> <p>All the information of how to use it is in the Repo.</p> <p>Update [10/12/2014]</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">gerard2p</div></div></div> Mon, 08 Dec 2014 17:18:43 +0000 g2p 146 at https://code.coronalabs.com ModeloEspecial: An ORM based on Backbone.JS https://code.coronalabs.com/code/modeloespecial-orm-based-backbonejs <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>ModeloEspecial is an ORM that is inspired heavily by Backbone.Model. It takes an object oriented approach to database interaction.</p> <p>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.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">jeduan</div></div></div> Mon, 20 Jan 2014 18:26:42 +0000 Anonymous 59 at https://code.coronalabs.com