neo4jrb / neo4apis-activerecord

An ruby gem to import SQL data to neo4j using activerecord
MIT License
28 stars 15 forks source link

Use foreign key constraints to build associations where available #4

Open cheerfulstoic opened 9 years ago

cheerfulstoic commented 9 years ago

Just added support for the primary_key identified via ActiveRecord, but I'm pretty sure ActiveRecord doesn't read foreign keys from the tables. Should consider if it makes sense doing this manually (for all three adapters!)