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
Currently we handle all the CRUD manually via SQL queries, but as the registry service grows in complexity, it's becoming harder to maintain this structure given potential schema evolution in #518 and #623. So we want to integrate an ORM package to automate various process and make our lives easier.
Looks like gorm is the most popular one, and it have a set of nice features like DB migration, flexible model definition, and a bunch of others.
The text was updated successfully, but these errors were encountered:
Currently we handle all the CRUD manually via SQL queries, but as the registry service grows in complexity, it's becoming harder to maintain this structure given potential schema evolution in #518 and #623. So we want to integrate an ORM package to automate various process and make our lives easier.
Looks like gorm is the most popular one, and it have a set of nice features like DB migration, flexible model definition, and a bunch of others.
The text was updated successfully, but these errors were encountered: