v/vlib/db
2025-01-12 13:08:17 +02:00
..
mssql fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
mysql all: replace fn name '@xxx' with 'xxx' (#22506) 2024-10-12 22:17:02 +03:00
pg db.pg: add support for prepared statement, with db.prepare/3 and db.exec_prepared/2 (#23442) 2025-01-12 13:08:17 +02:00
sqlite db.sqlite: add tracing for more calls, when using -d trace_sqlite, not just for the ORM 2025-01-07 16:43:10 +02:00
README.md docs: fix broken links by adding missing READMEs (#22636) 2024-10-26 13:15:50 +03:00

Description

db is a namespace that contains several useful modules for operating with databases (SQLite, MySQL, MSQL, etc.)