-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch databse driver to 'modernc.org/sqlite'
This modification removes the dependency on CGO during compilation and makes the resulting binary more portable across distributions (e.g., runs on Ubuntu 18.04 despite being built on Ubuntu 20.04) as well as making it easier to support other OSs (i.e., Windows). Fixes #37
- Loading branch information
John E. Rollinson
committed
Feb 28, 2022
1 parent
64018ce
commit bbd7d4a
Showing
3 changed files
with
175 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.