update for latest hare
Fix bind_str and add a test for it to demo
Update for hare 2023-06-02
This package provides SQLite support for Hare.
Install the shared library for SQLite. For Debian this would be libsqlite3-dev
.
The recommended name for this package is "hare-sqlite". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.
make install
git subtree -P vendor/hare-sqlite/ add https://git.sr.ht/~blainsmith/hare-sqlite main
Include the shared library when compiling your Hare source.
> hare build -lc -lsqlite3 main.ha