Skip to content

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.

  1. Create your session
  2. 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.

Clone this wiki locally