Ocean/CustomerDB/Doc.go
2014-04-26 11:18:56 +02:00

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