Hi,
is there any javascript object database??
Something like http://www.db4o.com/ but for javascript?
thanks
Hi,
is there any javascript object database??
Something like http://www.db4o.com/ but for javascript?
thanks
HTML5 includes an embedded SQL database. You could write a tiny ORM around it to deal only in objects.
Checkout ActiveJS and specifically ActiveRecord. It does not use the HTML5 Web SQL database currently, but has plans on supporting that.
Also a timeless post (no year anywhere), mentions JStorm but I'm not too familiar with it.
Is it needed for client-side, or server-side?