1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/sqlite
2023-05-14 14:38:14 +03:00
..
orm.v
README.md
result_code.v
sqlite.v
stmt.v
vfs_lowlevel.v cgen: fix option unwrap from ovoid function (#18173) 2023-05-14 14:38:14 +03:00
z_deprecated.v

Description

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