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