Skip to content

mathias-baumann-sociomantic/mysql-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

Adds native MySQL support to vibe.d

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • D 100.0%