* If you mostly use NeDB for logging purposes and don't want the memory footprint of your application to grow too large, you can use <ahref="https://github.com/louischatriot/nedb-logger"target="_blank">NeDB Logger</a> to insert documents in a NeDB-readable database
* If you've outgrown NeDB, switching to MongoDB won't be too hard as it is the same API. Use <ahref="https://github.com/louischatriot/nedb-to-mongodb"target="_blank">this utility</a> to transfer the data from a NeDB database to a MongoDB collection
* An ODM for NeDB: <ahref="https://github.com/scottwrobinson/camo">Camo</a>
* An ODM for NeDB: <ahref="https://github.com/scottwrobinson/camo"target="_blank">Camo</a>