On Thursday, 10 July 2014 at 18:10:52 UTC, Nick Sabalausky wrote:
All you should really need to do is replace usage of Phobos's socket type with Vibe.d's socket type.

The problem is they don't use Phobos' socket type. All my database modules just use the vendor's C library, like mysql.d does mysql_query and mysql_connect etc. postgres.d uses libpq, and so on.

Reply via email to