Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins should standardize their development sqlite locations #35

Open
EliAndrewC opened this issue Sep 14, 2016 · 0 comments
Open

Plugins should standardize their development sqlite locations #35

EliAndrewC opened this issue Sep 14, 2016 · 0 comments
Labels

Comments

@EliAndrewC
Copy link
Contributor

Moved here from the original (now private) issue tracker.

Sideboard has a db directory with a README file which explains "Directory for plugins' sqlite files. Sideboard exposes this directory as a config option called 'sqlite_dir'."

However, our default development-defaults.ini file for plugins actually puts the file at /tmp/PLUGIN_NAME.db which is also fine, but doesn't agree with the above.

Also, some of our unit tests put the test sqlite file in PLUGIN_ROOT/data which is also fine, but doesn't agree with either of the above.

We should make all three of these things the same. I don't really care which, so long as the current production config remains unchanged (/opt/sideboard/db).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant