GatechVIP / gatech-swapr-server-node

1 stars 8 forks source link

Add command line option to set database #21

Closed stuartf closed 7 years ago

stuartf commented 7 years ago

Use minimist: https://www.npmjs.com/package/minimist

Add an option -d <file> that will make the server use the specified file as an existing sqlite database. If the option is not specified use the in-memory sqlite db

stuartf commented 7 years ago

Fixed by #31