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

Use sqlite for app backend #30

Open
yannamsellem opened this issue Dec 16, 2024 · 1 comment
Open

Use sqlite for app backend #30

yannamsellem opened this issue Dec 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@yannamsellem
Copy link
Collaborator

yannamsellem commented Dec 16, 2024

Store Queries and History on an SQLIte database

  • Query

    • ID
    • display_name/name
    • contents
    • created_at
    • updated_at
  • History

    • ID
    • created_at
    • query_id (Nullable)
    • query_hash
    • contents
    • data (query response)
    • stats_execution_time
    • stats_rows
@yannamsellem yannamsellem added the enhancement New feature or request label Dec 16, 2024
@yannamsellem yannamsellem added this to the Beta milestone Dec 16, 2024
@yannamsellem
Copy link
Collaborator Author

@didierfranc didierfranc changed the title Use SQL Store Use sqlite for app backen,d Dec 17, 2024
@didierfranc didierfranc changed the title Use sqlite for app backen,d Use sqlite for app backend Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants