v/vlib/sqlite
Louis Schmieder 26db3b0995
orm: redesign orm (re-write it in V) (#10353)
2021-07-23 12:33:55 +03:00
..
README.md
orm.v
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