jorgerojas26 / lazysql

A cross-platform TUI database management tool written in Go.
MIT License
910 stars 51 forks source link

macos: brew install cannot connect to sqlite databases #84

Closed bdmorin closed 3 months ago

bdmorin commented 3 months ago

I installed lazysql fresh from homebrew. I added a connection to a file, and get the message:

Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub

Pretty sure I know how to fix this, but I wanted to report it.

jorgerojas26 commented 3 months ago

Amazing, feel free to open a PR.