v/vlib/sqlite
Anton Zavodchikov 539594bfce
sqlite: add error struct for optional result (#10209)
2021-05-27 12:45:34 +03:00
..
README.md
sqlite.v sqlite: add error struct for optional result (#10209) 2021-05-27 12:45:34 +03:00
sqlite_test.v

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