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

Migrate to sqlite db backend #644

Open
wants to merge 197 commits into
base: main
Choose a base branch
from
Open

Migrate to sqlite db backend #644

wants to merge 197 commits into from

Conversation

tmpfs
Copy link
Collaborator

@tmpfs tmpfs commented Dec 29, 2024

Database Importer

All the main data is being imported but we also need to support:

  • File blobs
  • Preferences
  • Server remote origins
  • Audit logs

Columns

  • Use blob for checksum types

Backend

Update the backend writers to support both file system and database backends:

  • VaultWriter
  • Event Logs
  • Preferences
  • Servers
  • Audit trail
  • Server storage
  • Client storage

Note we would like to use the STRICT table keyword to prevent type coercion but it doesn't work with the DATETIME column type.

@tmpfs tmpfs self-assigned this Dec 29, 2024
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

Successfully merging this pull request may close these issues.

1 participant