**IMPORTANT NOTE**: Please don't submit issues for questions regarding your code. Only actual bugs or feature requests will be answered, all others will be closed without comment. Also, please follow the <ahref="#bug-reporting-guidelines">bug reporting guidelines</a> and check the <ahref="https://github.com/louischatriot/nedb/wiki/Change-log"target="_blank">change log</a> before submitting an already fixed bug :)
**IMPORTANT NOTE**: Please don't submit issues for questions regarding your code. Only actual bugs or feature requests will be answered, all others will be closed without comment. Also, please follow the <ahref="#bug-reporting-guidelines">bug reporting guidelines</a> and check the <ahref="https://github.com/louischatriot/nedb/wiki/Change-log"target="_blank">change log</a> before submitting an already fixed bug :)
## Support NeDB development
## Support NeDB development
No time to <ahref="#help-out">help out</a>? You can support NeDB development by sending money or bitcoins!
No time to <ahref="#pull-requests">help out</a>? You can support NeDB development by sending money or bitcoins!
Money: [![Donate to author](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=louis%2echatriot%40gmail%2ecom&lc=US¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHostedGuest)
Money: [![Donate to author](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=louis%2echatriot%40gmail%2ecom&lc=US¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHostedGuest)
@ -630,6 +630,13 @@ Connect and Express, backed by nedb
* 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
* 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"target="_blank">Camo</a>
* An ODM for NeDB: <ahref="https://github.com/scottwrobinson/camo"target="_blank">Camo</a>
## Pull requests
If you submit a pull request, thanks! There are a couple rules to follow though to make it manageable:
* The pull request should be atomic, i.e. contain only one feature. If it contains more, please submit multiple pull requests. Reviewing massive, 1000 loc+ pull requests is extremely hard.
* Likewise, if for one unique feature the pull request grows too large (more than 200 loc tests not included), please get in touch first.
* Please stick to the current coding style. It's important that the code uses a coherent style for readability.
* Don't forget tests for your new feature.
* Do not build the browser version in your branch, I'll take care of it once the code is merged.
## Bug reporting guidelines
## Bug reporting guidelines
If you report a bug, thank you! That said for the process to be manageable please strictly adhere to the following guidelines. I'll not be able to handle bug reports that don't:
If you report a bug, thank you! That said for the process to be manageable please strictly adhere to the following guidelines. I'll not be able to handle bug reports that don't: