mysql now supports unix socket, postgresql already has as you can see here:
http://www.postgresql.org/docs/8.3/static/libpq-connect.html (not tested)
test:
local db = require 'DBI'
local con = assert(db.Connect('MySQL', 'tupana', 'tupana', 'qX6MtLED',
'/tmp/mariadb.sock', nil))
Original issue reported on code.google.com by x...@simbio.se on 8 Feb 2014 at 6:09
Original issue reported on code.google.com by
x...@simbio.se
on 8 Feb 2014 at 6:09Attachments: