Don't think so… Flex wasn't designed to talk to a db directly. How are you doing that?
Is this an AIR app? Usually there's some kind of middleware layer that delivers amf || xml || json using node, ruby, python, php, java, .net to the Flex side. I've seen implementations (AIR based not Flex based) that have a middleware layer on the client side for doing what you're describing. A custom installer installs the AIR app + the middle ware layer + the db. On Wed, Aug 3, 2016 at 6:28 AM, Christofer Dutz <[email protected]> wrote: > Hi, > > > I am currently working on a mobile application that should be able to > fetch data from a server and then work on that offline. I want to save the > "entities" in DB tables on the client, so I can do all sorts of sorts and > queries on them. > > > As I was generating my client model classes from the Java counterparts > using the GrantieDS Generator, I customized the scripts to auto generate > static methods for create, read, update, delete and list items of a given > type. This approach worked, but I didn't really like it. I started > searching for some ORMapper written in Flex, but couldn't find anything. > This seems to be the first time I can't find something essential for Flex, > so I probably just didn't find it yet ;-) > > > So does anyone know of any OR mapper in Flex (And I'm not talking about > persistence on the server ... I want offline persistence on the client). > > > Chris >
