I have a somewhat random question, I saw most (all...
# contributors
r
I have a somewhat random question, I saw most (all?) SQL-related is using go-buffalo as a DBAL/ORM type of thing in ory projects. How did you pick that one, over (all) the others?
s
it works easiest across all databases but is quite buggy, just see the number of contributions we did in pop 😅
r
We started using entgo recently. Have you seen that by chance?
s
didn't know that one yet I can see some problems right away: schema and migration are not fix, i.e. when entgo is updated and the schema generation code changes, the schema will change and not everyone will have the same schema also due to its different approach it would be a MAJOR effort to migrate 😅 but I'll keep in in my list of stuff
r
Agree. The migration stuff can be addressed with versioned migrations. I think.