aniftyco / kubit

Full stack web framework for Node.js

Home Page:https://kubitjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow passing in a connection url string

joshmanders opened this issue · comments

In both the redis and database components we should allow you to pass off a single url string for a connection to support such abilities of the DATABASE_URL and REDIS_URL env var conventions without having to split it up and reconstruct the object from that.