You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Custom db location
Description: Application should allow user to specify where to save the database, preferably through a config file. This is to allow use cases where the user want to store the database file on a shared/synced cloud drive.
Design Plan:
Create a file under ~/.config/dictdb/config.json
create new variable in the json file "db_path": "/path/to/db"
The text was updated successfully, but these errors were encountered:
To make things simpler, I will just create a setup.py script which will let user specify the database location, and just symlink to the data/database.json.
Feature: Custom db location
Description: Application should allow user to specify where to save the database, preferably through a config file. This is to allow use cases where the user want to store the database file on a shared/synced cloud drive.
Design Plan:
~/.config/dictdb/config.json
"db_path": "/path/to/db"
The text was updated successfully, but these errors were encountered: