pad.pub0.org/doc/jsdoc/db.md

21 lines
367 B
Markdown
Raw Normal View History

2011-05-30 14:53:11 +00:00
# db
2011-05-29 20:30:56 +00:00
`require("./db");`
2011-05-30 14:53:11 +00:00
The DB Module provides a database initalized with the settings
provided by the settings module
2011-05-29 20:30:56 +00:00
2011-05-30 14:53:11 +00:00
## Functions
2011-05-29 20:30:56 +00:00
2011-05-30 15:05:42 +00:00
- - -
2011-05-30 14:53:11 +00:00
### init (callback)
Initalizes the database with the settings provided by the settings module
2011-05-29 20:30:56 +00:00
2011-05-30 14:53:11 +00:00
* **callback** *(Function)* *No description*
2011-05-29 20:30:56 +00:00
##Variables
2011-05-30 15:05:42 +00:00
- - -
2011-05-30 14:53:11 +00:00
### db
The UeberDB Object that provides the database functions
2011-05-29 20:30:56 +00:00