Is there a way to link dynamically to a specific sqlite library so that `std/sqlite3` uses it instead of the system default?
I've tried countless variations of `--passC:`, `--passL:` etc but can't get nim to use the sqlite at `/usr/local/opt/sqlite/lib/libsqlite3.dylib` (the one brew installs on macOS). On a related matter, I [successfully developed](https://forum.nim-lang.org/t/4782#57687) a sqlite extension in C but can't find the right incantation to translate it into nim (again, possibly because wrong headers/wrong library). I'm new to nim and C so am probably missing something obvious about the build process.
