simendsjo / mysqln

Native D driver for MySQL

Home Page:britseyeview.com/software/mysqln

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a native D driver for MySQL.

It does not utilize any of the MySQL header files, or the MySQL client library, being based instead on the published and unencumbered MySQL client/server protocol description.

This module supports both Phobos sockets and Vibe.d sockets. Vibe.d support is disabled by default, to avoid unnecessary depencency on Vibe.d. To enable Vibe.d support, use -version=Have_vibe_d.

If you compile using DUB, and your project uses Vibe.d, then the -version flag above will be included automatically.

About

Native D driver for MySQL

britseyeview.com/software/mysqln


Languages

Language:D 100.0%