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 vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820) 2023-01-13 17:02:32 +02:00
result_code.v sqlite: add a sqlite.is_error() helper (#15964) 2022-10-04 10:03:59 +03:00
sqlite.v vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820) 2023-01-13 17:02:32 +02:00
stmt.v db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
vfs_lowlevel.v vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820) 2023-01-13 17:02:32 +02:00
z_deprecated.v vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820) 2023-01-13 17:02:32 +02:00

Description

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