mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
370 B
370 B
db
require("./db/DB");
The DB Module provides a database initalized with the settings provided by the settings module
Functions
init (callback)
Initalizes the database with the settings provided by the settings module
- callback (Function) No description
##Variables
db
The UeberDB Object that provides the database functions