mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
5 lines
110 B
V
5 lines
110 B
V
module mysql
|
|
|
|
#pkgconfig mysqlclient
|
|
#include <mysql.h> # Please install the mysqlclient development headers
|
|
|