开发者

JavaScript with database

开发者 https://www.devze.com 2023-03-12 09:07 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消