Closed tonb closed 1 year ago
It would be great if the library would support connection strings, e.g.:
import mysql from 'serverless-mysql'; const db = mysql('mysql://user:pass@host:port/database');
Or am I missing something, and is this already somehow possible?
any news on this?
Hey @tonb and @Rawnly, this was added in v1.5.5 🙏
It would be great if the library would support connection strings, e.g.:
Or am I missing something, and is this already somehow possible?