Using the Groundhog library in Haskell, I want to implement a column type that uses “uuid” when the backend is Postgresql, otherwise just use “varchar” for any other backends. Although this should
Using the Groundhog library in Haskell, I want to implement a column type that uses “uuid” when the backend is Postgresql, otherwise just use “varchar” for any other backends. Although this should