I shipped new dm-datasto
This update is a long jump from previous version. It includes following functions
- Transactio
n. It utilizes the DataStore's Transactio n API - OR conditions
1 Post.all(:id => [1,2])
- NOT conditions
1 Post.all(:id.not => 4)
So now we can use most of functions defined in DM by using this adapter.
Enjoy!
posted by
takiuchi
on Fri 17 Apr 2009
at 17:25