update for hare 0.24.2
fix errors in documentation, make style more consistent with stdlib docs
free with defer in demo
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