v/vlib/sqlite
Alexander Medvednikov 0c77bdf8f6 tutorials: fix blog code 2021-01-01 20:38:22 +01:00
..
README.md sqlite: add Windows instructions to readme (#7041) 2020-12-01 04:00:41 +01:00
sqlite.v tutorials: fix blog code 2021-01-01 20:38:22 +01:00
sqlite_test.v sqlite: add `close` method, and an `is_open` field (#7382) 2020-12-21 22:02:29 +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