package
0.9.6
Repository: https://github.com/goplus/llgo.git
Documentation: pkg.go.dev

# README

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 .