v/vlib/db
2025-04-04 14:26:16 +03:00
..
mssql fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
mysql db.mysql: add null result support (fix #24130) (#24131) 2025-04-04 14:26:16 +03:00
pg tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02:00
sqlite tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +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.)