dm-datastore-adapter icon indicating copy to clipboard operation
dm-datastore-adapter copied to clipboard

This is a DataMapper adapter to DataStore of Google App Engine.

Results 1 dm-datastore-adapter issues
Sort by recently updated
recently updated
newest added

example of the problem: class Person include DataMapper::Resource property :id, Serial property :name, Text end Person.create(:name => "bob") # checked datastore web interface to verify bob was created Person.first(:name =>...