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
This tool requires a way to send and receive from a database. I was thinking of using GORM, but that requires models built into the Go binary and I want a way to make a model in Lua and use that to create db migrations, move data in and out, and so forth. If there is a way to use GORM for this, I'm open to that possibility, but for now I would like to find a solution to have an ORM in this framework.
The text was updated successfully, but these errors were encountered:
This tool requires a way to send and receive from a database. I was thinking of using GORM, but that requires models built into the Go binary and I want a way to make a model in Lua and use that to create db migrations, move data in and out, and so forth. If there is a way to use GORM for this, I'm open to that possibility, but for now I would like to find a solution to have an ORM in this framework.
The text was updated successfully, but these errors were encountered: