Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Implement ORM hasMany association support #115

Closed
cayter opened this issue Jun 19, 2020 · 1 comment
Closed

[FEATURE] Implement ORM hasMany association support #115

cayter opened this issue Jun 19, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cayter
Copy link
Contributor

cayter commented Jun 19, 2020

Description

As a developer who had used ActiveRecord before, I would like to streamline the ORM operations if there is a connection between 2 models.

Expected Developer Experience

  • Rely on association:"hasMany" struct tag
  • Supported options:
    • as
    • dependent: delete, delete_without_callbacks, nullify
    • foreignKey
    • primaryKeys
    • source
    • sourceType
    • through
    • validate
@cayter cayter added the enhancement New feature or request label Jun 19, 2020
@cayter cayter self-assigned this Jun 19, 2020
@cayter cayter added this to the v1.0.0 milestone Jun 19, 2020
@cayter
Copy link
Contributor Author

cayter commented Nov 8, 2021

Not gonna support ORM anymore.

@cayter cayter closed this as completed Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant