v/vlib/sqlite
Louis Schmieder a55ba08fad
orm: fix time (#11026)
2021-08-03 05:17:00 +03:00
..
README.md sqlite: add Windows instructions to readme (#7041) 2020-12-01 04:00:41 +01:00
orm.v orm: fix time (#11026) 2021-08-03 05:17:00 +03:00
sqlite.v orm: redesign orm (re-write it in V) (#10353) 2021-07-23 12:33:55 +03:00
sqlite_orm_test.v orm: redesign orm (re-write it in V) (#10353) 2021-07-23 12:33:55 +03:00
sqlite_test.v sqlite: add a last_insert_rowid fn (#10341) 2021-06-04 18:10:20 +03:00
stmt.v orm: redesign orm (re-write it in V) (#10353) 2021-07-23 12:33:55 +03: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