launcher
launcher copied to clipboard
`kolide_chrome_login_data_emails` appears broke on windows
When selecting from the kolide_chrome_login_data_emails table, we get the error connecting to sqlite db: sql: unknown driver \"sqlite3\" (forgotten import?)
Unfortunately, just adding the import in does not fix this. It may be something about cross compiling CGO for windows. Haven't dug into it