1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/sqlite
2023-01-29 16:00:23 +02:00
..
orm.v orm: make last_id() return int, instead of orm.Primitive (fix #12110) (#17151) 2023-01-29 16:00:23 +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.