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