How to interface with MySql 9.6?
Adam D. Ruppe
destructionator at gmail.com
Fri Feb 20 16:45:35 UTC 2026
On Friday, 20 February 2026 at 16:21:58 UTC, realhet wrote:
> Now I'm compiling only these arsd modules: mysql, jsvar,
> script, http2, uri, characterencodings, string, conv, database,
> dom, core, cgi
> I believe this is the smallest set required for MySql.
Do `dmd -i mysql.d` and let the compiler find the dependencies.
But it requires only three: mysql.d, database.d, and core.d. It
compiles in under a second from scratch.
More information about the Digitalmars-d-learn
mailing list