xavierlacot / joli.js

joli.js is an Activerecord-like javascript ORM, particularly suited for being used in the Appcelerator Titanium Mobile framework.
MIT License
267 stars 60 forks source link

Added insert or replace SQLite support via insertReplace() #39

Closed rblalock closed 10 years ago

rblalock commented 11 years ago

'Insert or Replace' is handy so thought I'd add this. I always end up adding this to the lib when I use it.

rblalock commented 11 years ago

Any thoughts on this?

xavierlacot commented 10 years ago

Thanks for the contrib, I just integrated it :)

rblalock commented 10 years ago

My pleasure. :-) Thanks for a great lib. I use it all the time.