0.1.0 • Published 7 years ago

db-url v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

db-url

NPM

Parse connection string to object for mysql/mysql2

Usage

const parse = require('db-url').parse;

var config = parse('mysql://root:pw@hostname:3307/dbname?encoding=utf8');
0.1.0

7 years ago