v/vlib/db
2024-12-23 16:06:36 +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 orm: cross compile pg to linux; openssl: make cross compile work 2024-10-28 17:37:34 +03:00
sqlite db.sqlite: add an exec_map function, returning []map[string]string, given an SQL query (#23246) 2024-12-23 16:06:36 +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.)