Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Adding NoSQL database support may be a trivial matter... — Gideros Forum

Adding NoSQL database support may be a trivial matter...

averydcaverydc Member
edited December 2011 in Suggestions & requests
Hello,

I don't know if this may help you, but I have worked with a NoSQL database called CouchDB for some time now. Its API is completely RESTful, so you can perform CRUD and query it with simple HTTP requests. It can be installed locally (there are binaries/wrappers for both Android and iOS), or connect to a web server instance in the cloud (Linux/Windows/Mac servers are available - managed Cloud services as well). See my tutorial series here if you want to learn more: http://averydc.com/ee/index.php/blog/couchdb_extjs4_a_winning_combination/

Anyway, to fully utilize CouchDB's api, your URLLoader class will need to support two additional HTTP verbs (PUT and DELETE). Is it bold of me to ask that this be added to a future release? It may be drop dead simple to add full database support to your framework, if this is all that is needed.

Thanks.

Likes: MikeHart, atilim

+1 -1 (+2 / -0 )Share on Facebook

Comments

Sign In or Register to comment.