Grant MacKenzie
Grant MacKenzie
## XQuery I built, maintain and use this [tree-sitter-xquery](https://github.com/grantmacken/tree-sitter-xquery) which can be seen in [web tree-sitter playground](https://grantmacken.github.io/tree-sitter-xquery) - has highlight query scm - tests for grammar. - loads of XQuery...
WIP the git-hub action splits 1. on a pushing commits to main branch https://github.com/grantmacken/xqerl/actions/runs/1513756228 The building phase can reuse a cache aka the _build dir generated via `rebar3 compile` and...
> Hex publishing, 100% @zadean Started work on this. https://github.com/zadean/xqerl/compare/main...grantmacken:feature-41-publish-hex?expand=1 WIP Notes: `rebar3 hex publish` all xqerl dependencies as shown via `rebar3 tree` will have to be hex packages. >...
@zadean see PR #57 The CI now generates edocs and ex_docs After you merge the PR into main, there is a new Makefile `make build` builds both sort of docs...
I think it could return just the base uri of databases rather than the uri of all hierarchical collection items in all databases.
This is really exciting :+1: I assume with this module enabled retrieval of resource items in db via `fn:collection()` function will return a sequence of any stored items, not just...
@zadean thanks for merging this. I think it will make it easier to use xqerl as a backend datastore for [SPA](https://en.wikipedia.org/wiki/Single-page_application)s and [web app servers](https://en.wikipedia.org/wiki/List_of_application_servers) There is still work to...
@zadean re. RESTXQ fixup and test suite #21 The OPTIONS HTTP method is not yet handled correctly, and the `options_1` test case run, does not uncover the error. The restXQ...