Storing encrypted data in Postgres with Go
Turning Go structs into encrypted data using symmetric encryption
May 31, 20257 min read33
Search for a command to run...
Articles tagged with #orm
Turning Go structs into encrypted data using symmetric encryption
Sometimes I would like to convert the fields for an entity to uppercase every time the record is saved or updated automatically, without littering the code with code to perform those uppercase conversions and risk forgetting to place them elsewhere. ...