coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.72k stars 240 forks source link

Updated Titanium Support #35

Closed staugaard closed 13 years ago

staugaard commented 13 years ago

Hey,

I've updated the Titanium support and extracted it from the websql file.

I've also included the files needed to run test on the iPhone Simulator using Titanium Mobile.

BTW, I've got an app in the iPhone App Store using persistencejs as the ORM on Titanium, and it's working great.

I'm also working on a Ruby Sinatra backend for persistencejs sync on mongodb, and it looks pretty good so far.

Thanks, Mick

zefhemel commented 13 years ago

Good! I was considering moving the titanium stuff out of websql. What's the Appstore app that uses persistence.js?