How to use
Install zig master branch then clone this repository:
# clone the repo
git clone https://github.com/NightlySide/zig-sqlite-demo
# update the submodule
git submodule update --init --recursive --progress
Then build and run:
zig build run
Install zig master branch then clone this repository:
# clone the repo
git clone https://github.com/NightlySide/zig-sqlite-demo
# update the submodule
git submodule update --init --recursive --progress
Then build and run:
zig build run