Files
llgo/c/sqlite
Aofei Sheng 5bec1729f1 build: replace precompiled *.lla with local compilation
Switching from using precompiled *.lla files to compiling locally during
the build process for better flexibility and maintainability.

Fixes #411
2024-07-08 17:14:43 +08:00
..
2024-06-15 10:02:54 +08:00

LLGo wrapper of sqlite

How to install

on macOS (Homebrew)

brew install sqlite3

on Linux (Debian/Ubuntu)

apt-get install -y libsqlite3-dev

Demos

The _demo directory contains our demos (it start with _ to prevent the go command from compiling it):

How to run demos

To run the demos in directory _demo:

cd <demo-directory>  # eg. cd _demo/sqlitedemo
llgo run .