Is there a Google Datastore adapter which is used to access Datastore in rails? -


in rails, can use adapter of sqlite3 access sqlite3 database.
want use datastore database.
there google datastore adapter sqlite3's ?

development:   adapter: sqlite3   database: db/development.sqlite3 

has been tried? yes. idea? probably not.

activerecord object relational manager built around relational sql databases. sqlite adapter adapter lets activerecord talk sqlite. while can swap mysql, postgresql or oracle adapter going on no-sql land not smooth sailing.

there reason separate rails orms mongoid mongodb exist. concepts in non-relational database different , not should abstracted away adapter.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -