v/vlib/sqlite
spaceface 73352583e7
ci: fix all `-cstrict` warnings with gcc and clang (#9792)
2021-04-19 15:38:48 +03:00
..
README.md sqlite: add Windows instructions to readme (#7041) 2020-12-01 04:00:41 +01:00
sqlite.v ci: fix all `-cstrict` warnings with gcc and clang (#9792) 2021-04-19 15:38:48 +03:00
sqlite_test.v all: bring back `panic(err.msg)` -> `panic(err)` (#9022) 2021-03-01 00:18:14 +01: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