v/vlib/sqlite
Khalyomede 11ce26b3f6
sqlite: make constants public (#12485)
2021-11-17 05:45:50 +03:00
..
README.md
orm.v
sqlite.v sqlite: make constants public (#12485) 2021-11-17 05:45:50 +03:00
sqlite_orm_test.v
sqlite_test.v sqlite: make constants public (#12485) 2021-11-17 05:45:50 +03:00
stmt.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