JavaScript with database
I want to be able to CRUD a database with JavaScript. I'm probably looking for a NoSQL solution. Can you please point me into the right direction?
EDIT: I want to be able to use this for apps built with HTML, CSS and JavaScript. e.g. Using PhoneGap.
Th开发者_StackOverflowank you.
If you want to do this client side (likely inside a browser) Taffy DB is probably the ticket. I played with it and decided it wasn't the right solution, but it's pretty slick.
If you really want a Javascript Database you should take a look into Taffy DB.
精彩评论