CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

resolve hasOne relationships #38

Closed kchapple closed 6 years ago

kchapple commented 6 years ago

Added one-to-one relationship with entity table if there is entity_id primary key in anohter table (#1) added bookextended sql changed eloquent generator to resolve one-to-one relationships changed eloquent generator to write primary key directive if primary key isn't "id" changed moustache generator to write relationships, hasOne and hasMany (see screen shot) *added line to README to try to describe this behavior

screen shot 2018-03-02 at 12 25 00 pm