mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
.. | ||
orm.v | ||
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.