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

Allow users to maintain a JSON database in the app #434

Open
aeberhart opened this issue Dec 3, 2024 · 0 comments
Open

Allow users to maintain a JSON database in the app #434

aeberhart opened this issue Dec 3, 2024 · 0 comments
Assignees
Milestone

Comments

@aeberhart
Copy link
Contributor

We often have apps that ship with a fixed database. We typically include a SQLite DB in the app for this. The downside of this is that the DB file is binary and cannot be edited easily.

We could allow a JSON DB to be provided by the user:

  • define which tables & columns are available via a JSON schema
  • the data can be stored in the model folder
  • keep it logically separate from the config DB, since config often has special handling (filtered out etc...)
@aeberhart aeberhart added this to the 5.4 milestone Dec 3, 2024
@aeberhart aeberhart self-assigned this Dec 3, 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

No branches or pull requests

1 participant