luxbe
luxbe
This pull request adds theming (dark, light and auto) to the linkding extension, following the design of linkding itself. The selected theme can be set within `options.svelte` and is stored...
As a user, I want to be able to load different entities from different repositories or event databases, based on the concept of [Federated Queries](https://en.wikibooks.org/wiki/SPARQL/Federated_query). An initial rough idea would...
The `SoqlQueryListener` is relatively unstable and things can break relatively quickly when adding new features. Especially to support features like #290, the `SoqlQueryListener` and the whole SOQL parsing process should...
SOQL should support the INSERT keyword, to allow the creation of new entities. This is analog to #302
SOQL and the CriteriaAPI should allow users to delete entities with the DELETE keyword
SOQL should support brackets and Sub-Queries analog to JPA
Federation is a big Use Case for SPARQL, so JOPA should support the SPARQL SERVICE keyword within SOQL/Criteria API. Similar to #218, this is a completely new query feature and...