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

[FEATURE] Possibility to check the total storage size of the integrated SQLite database #1530

Open
rschoop opened this issue Dec 7, 2024 · 0 comments
Labels
feature New feature

Comments

@rschoop
Copy link

rschoop commented Dec 7, 2024

Describe the feature

Possibility to check the total storage size of the integrated SQLite database and also auto deletion of data based on the FIFO principle.
For a SBC with a limited hard disk size this could be a good idea.

Describe the solution you'd like

  • Possibility to check the current total storage size of the SQLite database
  • Possibility to set a limit for the total storage size of the SQLite database. If this limit is reached , then data will start auto deleting based on the FIFO principle.
@unocelli unocelli added the feature New feature label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants