Sha256: c8dd9a690dda0e2d9efc13b8fc59cb5f1c7bcd6fa3106b92aa2cb508a9bc1f07
Contents?: true
Size: 598 Bytes
Versions: 7
Compression:
Stored size: 598 Bytes
Contents
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.
Version data entries
7 entries across 7 versions & 2 rubygems