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

Support readonly model #116

Open
si3nloong opened this issue Jul 19, 2024 · 0 comments
Open

Support readonly model #116

si3nloong opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@si3nloong
Copy link
Owner

si3nloong commented Jul 19, 2024

Some model do not required to has mutation ability, beside we need to allow user to configure the model as readonly.

Readonly model should only has following footprint :

  • Addrs
  • FindOneByPKStmt

This also mean that the following functions will not be generated.

  • Values
  • InsertPlaceholders
  • InsertOneStmt
  • UpdateOneByPKStmt
  • DeleteOneByPKStmt
@si3nloong si3nloong self-assigned this Jul 23, 2024
@si3nloong si3nloong added the enhancement New feature or request label Jul 23, 2024
@si3nloong si3nloong modified the milestones: Stable release, BETA release Aug 3, 2024
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