1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/sqlite
2023-02-16 11:34:16 +02:00
..
orm.v orm: allow inserting empty objects with db.sqlite (SQLite uses a slightly different SQL dialect) (#17334) 2023-02-16 11:34:16 +02:00
README.md
result_code.v
sqlite.v
stmt.v
vfs_lowlevel.v
z_deprecated.v

Description

The sqlite module has been moved to db.sqlite. Update your code to do: import db.sqlite instead.