Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite missing in mac version #7

Open
DefinitelyNotAnmol opened this issue Nov 1, 2019 · 2 comments
Open

SQLite missing in mac version #7

DefinitelyNotAnmol opened this issue Nov 1, 2019 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@DefinitelyNotAnmol
Copy link

No description provided.

@kmpm
Copy link
Contributor

kmpm commented Nov 1, 2019

It's noted in sqlite/sqlite.go that

// +build !darwin
// This package depends on go-sqlite3 which wraps the C library which I can't
// get to build for mac so it is excluded with the above build tag.

So it looks as if it is intentional to not build with sqlite support on Mac at the moment.
But that's just my guess

@timabell
Copy link
Owner

timabell commented Nov 1, 2019

It's because I'm on linux and I couldn't get the cross compile of tthe C sqlite driver to work. If you are on mac you can delete that condition and compile it. One of our users already succeeded with that approach.

@timabell timabell added bug Something isn't working enhancement New feature or request labels Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants