6 lines
288 B
Go
6 lines
288 B
Go
|
/*
|
||
|
This package provides access to the customer database. To specific the customer database, please use the configuration database.
|
||
|
By the way: Ocean uses MongoDB as database ;-) This package is just a facade to hide the complexity from MongoDB and its driver.
|
||
|
*/
|
||
|
package CustomerDB
|