ZIRQA6HEVF6MHS6XQOUB7UXOC7V2E3ICINH2A7IPLFTNSWJVAHUAC
SMK755RWW5HQAETGZ37IP7WUL7P4AC3VXGLWO6TINE23HJHFMLRAC
const q = ` PRAGMA foreign_keys = ON; ` _, err = conn.Exec(q) if err != nil { fmt.Printf("Failed to set up sqlite pragmas:\n%s\n", err) os.Exit(1) }
const q = `
PRAGMA foreign_keys = ON;
`
_, err = conn.Exec(q)
if err != nil {
fmt.Printf("Failed to set up sqlite pragmas:\n%s\n", err)
os.Exit(1)
}