问题描述
我不知道我在这里缺少什么,但我不能找到一个可靠的ORM的空气。
I'm not sure what I'm missing here, but I can't find a reliable ORM for AIR.
那些我发现没有记录良好,不似乎有一个坚实的下面。是一个坚实的ORM不存在的,在这一点上?
The ones I find are not documented well and don't seem to have a solid following. Is a solid ORM non-existant at this point?
那些我所知道的:
http://flexorm.riaforge.org/
HTTP://$c$c.google.com/p/airorm/
HTTP://$c$c.google.com/p/air-activerecord/
Ones I'm aware of:
http://flexorm.riaforge.org/
http://code.google.com/p/airorm/
http://code.google.com/p/air-activerecord/
推荐答案
我从来没有使用过,但看看在凯恩戈姆持久性库:
I Never used it but have a look at the Cairngorm Persistance Library :
的
看起来你要找的是什么:
Looks like what you're looking for :
的持久性库简化了Adobe AIR应用程序和SQLite数据库之间的通信。两者都使用不同类型系统(关系型SQL与面向对象的动作)。该对象关系映射(ORM)库遵循一个iBATIS的方式。
"The Persistence library eases the communication between an Adobe AIR application and an SQLite database. Both use different type systems (relational SQL versus object-oriented ActionScript). This Object Relational Mapping (ORM) library follows an iBATIS approach."
这篇关于最好的ORM针对Adobe AIR / Flex的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!