-
Notifications
You must be signed in to change notification settings - Fork 17
Put data into DB
teamdev edited this page May 2, 2012
·
2 revisions
To use Denso you need to know how to use the Session class.
- Create your session
- Put your data into a collenction
Session.New.Set(myclass);very very easy.
The class you use with Set statment will be serialized in a BSON document and denso will store it into the database. Denso has more advanced features to manipulare you data.
To use it you need to know how Session class works.