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

Move contact's preferred service out of Memory #3

Open
seanhealy opened this issue Jan 22, 2020 · 0 comments
Open

Move contact's preferred service out of Memory #3

seanhealy opened this issue Jan 22, 2020 · 0 comments

Comments

@seanhealy
Copy link
Owner

Currently the preferred service (SMS or iMessage) is stored in memory. This should be moved to a database. Thinking SQLite would work nicely until there is a better client server break (#2) where moving to a more scaleable db would make more sense.

Likely would be good to use https://github.com/typeorm/typeorm or something like it to be safer with any db moves in the future.

@seanhealy seanhealy changed the title Move preferred service out of Memory Move contact's preferred service out of Memory Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant