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 orm: allow inserting empty objects with db.sqlite (SQLite uses a slightly different SQL dialect) (#17334) 2023-02-16 11:34:16 +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 checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +02:00
stmt.v db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
vfs_lowlevel.v cgen: fix option unwrap from ovoid function (#18173) 2023-05-14 14:38:14 +03: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.