etherpad-lite/doc/jsdoc/db.md
Peter 'Pita' Martischka c4325a050f Beautify the docs
2011-05-30 16:05:42 +01:00

20 lines
367 B
Markdown

# db
`require("./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