1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/sqlite
2021-02-28 23:20:21 +03:00
..
README.md sqlite: add Windows instructions to readme (#7041) 2020-12-01 04:00:41 +01:00
sqlite_test.v all: update repo to use the new error handling syntax (#8950) 2021-02-28 23:20:21 +03:00
sqlite.v checker: stricter unknown type checks, show better suggestions (#8816) 2021-02-19 11:23:13 +02:00

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