anlek / mongify

Mongify allows you to map your data from a sql database and into a mongodb document database.
http://github.com/anlek/mongify
MIT License
317 stars 82 forks source link

Embedding is not working #92

Closed lily2412 closed 8 years ago

lily2412 commented 8 years ago

I have two tables table "DEFECT" do column "ID", :key, :as => :integer column "ProductID", :integer column "DefectNo", :string column "QualityDefectSeverityID", :integer end

table "SEVERITY" , :embed_in=> :DEFECT , :on => :QualityDefectSeverityID do column "ID", :key , :rename_to => :QualityDefectSeverityID column "SeverityCode", :string

end

I have tried including a reference in defect and didn't work. Could you please help ?

anlek commented 8 years ago

I'm sorry, but I currently don't have time to support requests (this is not a bug or error). Please read the docs for more help. If you still have issues, please feel free to book time with me on CodeMentor.io.