You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generation feature hard codes the schema name. Suppose I have many schemas with identical data definitions in which I'd like to use the same structs for. Or, suppose the name of my schema is config based.
Perhaps allowing injection of an existing sql.DB somewhere in the process could permit this, with a different generation flag to permit this.
The text was updated successfully, but these errors were encountered:
The generation feature hard codes the schema name. Suppose I have many schemas with identical data definitions in which I'd like to use the same structs for. Or, suppose the name of my schema is config based.
Perhaps allowing injection of an existing
sql.DB
somewhere in the process could permit this, with a different generation flag to permit this.The text was updated successfully, but these errors were encountered: