coralproject / pillar

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

Issue#60 - new db package with backend and iterator. #61

Closed samshub closed 8 years ago

samshub commented 8 years ago

Usage:

db := db.NewMongoDB()
defer db.Close()

db.Find(...)
db.Upsert(...)

Hey @buth, I've merged your backend package with my code on mongodb. This is all in db package. Let's look at this together when you're ready.

samshub commented 8 years ago

Discussed the details with @buth and took care of few changes.