bebop / ark

Go REST API to replace Genbank, Uniprot, Rhea, and CHEMBL
MIT License
22 stars 5 forks source link

migrating to bun ORM #36

Closed TimothyStiles closed 2 years ago

TimothyStiles commented 2 years ago

bun is a new Go ORM that utilizes the generics released in Go 1.18 that is much easier to develop with than the sqlboiler template generator based ORM allbase currently uses. I'll be switching everything over to bun in this PR.

Thanks @mihaitodor for the suggestion!

-Tim