I have a table with 3 columns: emrID (this is the primary key) patient_name (string) Comment(string) This my code import ( "gorm.io/driver/sqlite" "gorm
I have a read-only MySql DB replica and want to use it for all select-based GORM requests and criteria all over the project (Grails 3.1.16) Is there any beautif