v/vlib/sqlite
Delyan Angelov 8a380f4699
tools: make `v test-cleancode` test everything by default (#10050)
2021-05-08 13:32:29 +03:00
..
README.md
sqlite.v
sqlite_test.v

README.md

Install SQLite Dependency

Fedora 31:

sudo dnf -y install sqlite-devel

Ubuntu 20.04:

sudo apt install -y libsqlite3-dev

Windows:

  • Download the source zip from SQLite Downloads
  • Create a new sqlite subfolder inside v/thirdparty
  • Extract the zip into that folder