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

Minimum Possible PHP Sync Service #92

Closed allain closed 12 years ago

allain commented 12 years ago

I needed a quick service for persisting in a shared hosting plan and this was the simplest possible thing I could write.

I'm storing everything in a single table to move things along quickly. It's primarily a prototyping tool for me right now.

zefhemel commented 12 years ago

Nice! Hope to see more improvements on this.