1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/mysql
2023-01-29 16:00:23 +02:00
..
_cdefs_nix.c.v
_cdefs_windows.c.v
_cdefs.c.v
consts.v
enums.v
mysql.v
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.v
stmt.c.v
utils.v
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 mysql module has been moved to db.mysql. Update your code to do: import db.mysql instead.