Ocean/CustomerDB/Doc.go

6 lines
288 B
Go
Raw Permalink Normal View History

/*
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