Skip to content

Parse connection string to object for mysql/mysql2

License

Notifications You must be signed in to change notification settings

qileroro/db-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');

About

Parse connection string to object for mysql/mysql2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published