v/vlib/sqlite
Lukas Neubert 552de94da6
sqlite: add Windows instructions to readme (#7041)
2020-12-01 04:00:41 +01:00
..
README.md sqlite: add Windows instructions to readme (#7041) 2020-12-01 04:00:41 +01:00
sqlite.v pg: fix exec & exec_param_many (#6782) 2020-11-09 08:22:16 +01:00
sqlite_test.v pg, sqlite, mysql: run vfmt (#6650) 2020-10-19 20:11:04 +02: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