volatiletech / sqlboiler

Generate a Go ORM tailored to your database schema.
BSD 3-Clause "New" or "Revised" License
6.73k stars 544 forks source link

custome types #521

Closed Dexus closed 5 years ago

Dexus commented 5 years ago

Hello,

I'm looking for custome types, that use application side encryption.

My Custome Type use Values and Scan so that the JSON Struct encrypted and stored.

But now I would like to use it with SQLBoiler how can I use it now?

aarondl commented 5 years ago

You can use it one of two ways: