1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Working with SQLite in AIR, with the help of ORM

If you don’t know what ORM is read the next paragraph, and it might help.  If you do, skip to the links below to learn a little more about how you can make ORM work with AIR and SQLite.

ORM stands for Object Relational Mapping, in basic terms the concept of representing your tables-based data as more familiar objects and classes. Not a big concept after all, it’s one that I’ve been using already in my AIR applications – albeit unwittingly and manually.  FlexORM is a project to assist and standardise this process, so it’s worth knowing about and trying out.

Read more about ORM:

http://www.adobe.com/newsletters/edge/october2009/articles/article7/index.html

http://www.adobe.com/newsletters/edge/december2009/articles/article7/index.html

No Comments »

Leave a comment

XHTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Note: This post is over a month old. You may want to check later in this blog to see if there is new information relevant to your comment.