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

Data model queries #363

Open
CasperWA opened this issue Nov 21, 2022 · 0 comments
Open

Data model queries #363

CasperWA opened this issue Nov 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@CasperWA
Copy link
Collaborator

Some thoughts from discussions with @jesper-friis.

The query functionality for driver plugins might be useful when moving to larger "dump" databases for data models to be used by a wider userbase. To implement this, it could be nice to have an established query language as the DLite-facing query, e.g., GraphQL, and then implement the proper backend/driver-specific query within the appropriate method.

I suggest here GraphQL, because it matches well with the data structure and format used by DLite, as well as being widely supported, which should result in easy implementation for the various existing and new drivers/backends.

@CasperWA CasperWA added the enhancement New feature or request label Nov 21, 2022
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

1 participant