sqlgen
sqlgen copied to clipboard
Support readonly model
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