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: add Windows instructions to readme (#7041) 2020-12-01 04:00:41 +01:00
sqlite.v v: deprecate `@VROOT` in favour of `@VMODROOT` (#9795) 2021-04-19 19:01:47 +03:00
sqlite_test.v tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00

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