ringcentral / ringcentral-chatbot-js

RingCentral Chatbot Framework for JavaScript
MIT License
10 stars 7 forks source link

remove dev: from DB Path #15

Closed dibyenduroy closed 5 years ago

dibyenduroy commented 5 years ago

We should put the DB path in code format like sqlite:////absolute-path-to-this-project/db.sqlit

tylerlong commented 5 years ago

Latest db uri is sqlite://./db.sqlite which is shorter.