Create models from an existing database using GORM

Hey guys, I’m a very beginner with Golang (so bear with me) and I’m rewriting a service that was written in nodejs with Golang using an existing database.

Is there any way to generate the models for the tables in that existing DB? Something like SequelizeAuto?

Take a look at the ORM section of the Awesome Go project. There may be an ORM for Go that can generate the model from the database.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.