-
Notifications
You must be signed in to change notification settings - Fork 1
This is a DataMapper adapter to DataStore of Google App Engine.
License
genki/dm-datastore-adapter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
About
This is a DataMapper adapter to DataStore of Google App Engine.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published