1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/sqlite
2023-04-13 07:38:21 +02:00
..
orm.v
README.md
result_code.v
sqlite.v checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +02:00
stmt.v
vfs_lowlevel.v checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +02:00
z_deprecated.v

Description

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