public
Description: This is a DataMapper adapter to DataStore of Google App Engine.
Homepage: http://watch-me.appstore.com
Clone URL: git://github.com/genki/dm-datastore-adapter.git
Click here to lend your support to: dm-datastore-adapter and make a donation at www.pledgie.com !
name age message
file .gitignore Thu Apr 16 21:44:32 -0700 2009 Remove appengine sdk file from gemspec. [genki]
file LICENSE Sat Apr 11 21:26:46 -0700 2009 First commit. [genki]
file README Tue Apr 14 08:58:21 -0700 2009 Updated README and TODO. [genki]
file Rakefile Sat Jun 06 10:14:54 -0700 2009 Merged. [genki]
file TODO Tue Apr 14 08:58:21 -0700 2009 Updated README and TODO. [genki]
file dm-datastore-adapter.gemspec Sat Jun 06 10:14:54 -0700 2009 Merged. [genki]
directory lib/ Sat Jun 06 10:13:35 -0700 2009 Removed require GAE api [genki]
directory spec/ Fri Aug 14 04:52:46 -0700 2009 Fixed spec_helper.rb [genki]
README
dm-datastore-adapter
=======

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

Requirement
===========

  This adapter is designed to be used with JRuby.

Setup
=====

  First of all, you must install Google AppEngine SDK and configure its
  environment.  After that, you can install this adapter by gem command like
  this.

    sudo gem install dm-datastore-adapter

Setting up
----------

  In your config/database.yml,

    production:
      :adapter: datastore
      :host:    localhost

  You shouldn't use this adapter for environments other than production
  environment.