# Potassium Nitrite Module

Nitrite is a modular database engine, so is Potassium Nitrite. All Nitrite modules are compatible with Potassium Nitrite as well. More details about Nitrite modules can be found here.

Potassium Nitrite provides a single module KNO2Module to load all plugins it provides. You can load the module while opening the database.

val db = nitrite {
    loadModule(KNO2Module())
}

This module loads the following plugins:

Visit the respective pages to know more about the plugins.