1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/sqlite
2021-09-08 05:53:39 +03:00
..
orm.v
README.md
sqlite_orm_test.v all: introduce isize and usize (#11437) 2021-09-08 05:53:39 +03:00
sqlite_test.v
sqlite.v
stmt.v

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