nqminds / nqm-iot-database-py

nqm-iot-database-py
https://nqminds.github.io/nqm-iot-database-py/
0 stars 0 forks source link

Change Data Folder Name #11

Closed aloisklink closed 5 years ago

aloisklink commented 5 years ago

Currently, the data folder is done by getting the name of the database without its extension, and adding .d/ndarr/ to it, ie

Database Name Data Folder Name
example.sqlite example.d/ndarr/

This may cause problems if there is no extension, so instead, we should change the data folder name to just be the name of the database with .d appended to it, ie

Database Name Data Folder Name
example.sqlite example.sqlite.d/