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

[NO-TICKET] Removes local database #109

Merged
merged 1 commit into from
May 15, 2021

Conversation

apoclyps
Copy link
Owner

@apoclyps apoclyps commented May 15, 2021

What's Changed

Removes the local SQLite database

  • removal local sqlite database
  • [incidental] moves pull request models to source_control module
  • [incidental] hides log section when rendinger with --no-reload

Technical Description

The local SQLite database was an initial attempt at performing faster loads of data however it was only partially implemented and upgrading the schema proved to be difficult. As values were only ever inputted into the database and never read, it resulted in a slower load time, and redundant code once the ENABLE_PERSISTENCE flag was added with a default of False.

A new attempt at adding persisted will be spiked in #69

closes #68 as it's not longer relevant

@apoclyps apoclyps added the python Pull requests that update Python code label May 15, 2021
@apoclyps apoclyps merged commit 7be2618 into main May 15, 2021
@apoclyps apoclyps deleted the kyleharrison/no-ticket/remove-local-database branch May 15, 2021 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add command to recreate the SQLite database
1 participant