Compile SQLite to a Shared Library
Steps
- Download the the amalgamation (
sqlite.c
) from https://sqlite.org/download.html - Run the below command. Consider using compiler flags to enable certain features
Cross Compiling
Leverage Zig’s builtin LLVM bundle to compile to any target.