Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

change HSS to use SQLite #16

Open
spencersevilla opened this issue Jun 25, 2019 · 0 comments
Open

change HSS to use SQLite #16

spencersevilla opened this issue Jun 25, 2019 · 0 comments

Comments

@spencersevilla
Copy link

A significant part of our setup/deployment process is installing/configing MySQL, setting up user/group/db, installing a "test" db so that the EPC boots after install, etc. All of these headaches can be avoided by migrating over to SQLite which just uses a file instead :-). This has minor implications for write-heavy operations but AFAIK our HSS just reads the DB, and DB operations are very few and far between (e.g. create a new user).

spencersevilla pushed a commit that referenced this issue Jun 27, 2019
…ation_specifier

Fix "warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier]"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant