Configuring Databases
NodeBB has a Database Abstraction Layer (DBAL) that allows one to write drivers for their database of choice. Currently we have the following options:
- Mongo (default, see installation guides)
- Redis
Note
If you would like to write your own database driver for NodeBB, please visit our community forum and we can point you in the right direction.