coralproject / pillar

Deprecated: Service layer for the Coral ecosystem
Other
4 stars 1 forks source link

Simplify MongoDB in pkg/db #98

Closed samshub closed 8 years ago

samshub commented 8 years ago

The MongoDB structure holds a reference to all the collections. This can be safely deleted from this structure. Also this package must remove the dependency on MONGODB_URL.

samshub commented 8 years ago

integrated!