Skip to content
Swaagie edited this page Feb 27, 2014 · 3 revisions

Fossa

Backbone powered model persistance layer for MongoDB, thin wrapper around MongoDB. Fossa uses the API provided by Backbone and proxies methods to the native MongoDB JavaScript driver.

Fossa provides first class database and collection control. Allowing for more flexibility and control. Switching databases for a collection is easy. A single Fossa instance can provision multiple databases, while having a simple Backbone interface to access MongoDB models.

{index}

Clone this wiki locally