v/vlib/sqlite
Louis Schmieder a55ba08fad
orm: fix time (#11026)
2021-08-03 05:17:00 +03:00
..
README.md
orm.v orm: fix time (#11026) 2021-08-03 05:17:00 +03:00
sqlite.v
sqlite_orm_test.v
sqlite_test.v
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