This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 16 21:44:32 -0700 2009 | |
| |
LICENSE | Sat Apr 11 21:26:46 -0700 2009 | |
| |
README | Tue Apr 14 08:58:21 -0700 2009 | |
| |
Rakefile | Sat Jun 06 10:14:54 -0700 2009 | |
| |
TODO | Tue Apr 14 08:58:21 -0700 2009 | |
| |
dm-datastore-adapter.gemspec | Sat Jun 06 10:14:54 -0700 2009 | |
| |
lib/ | Sat Jun 06 10:13:35 -0700 2009 | |
| |
spec/ | Fri Aug 14 04:52:46 -0700 2009 |
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.








