query-language
Here are 152 public repositories matching this topic...
-
Updated
Sep 17, 2020 - Java
-
Updated
Aug 27, 2020 - Clojure
-
Updated
Sep 11, 2020 - Go
-
Updated
Aug 31, 2020 - Python
-
Updated
Aug 11, 2020 - C
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue to just plain LinkStream.
ask {
const marta = { firstName: 'Marta' }
marta:at('firstName3')
}
returns null (empty) but an error was expected (playground with AskVM v. 1.2.0)
-
Updated
Sep 20, 2020 - Java
-
Updated
Sep 18, 2020 - JavaScript
As generating human-readable code is not a current aim, and we're quite far from having it anyway, it would make sense to generate a code that is already "minified". (i. e. cannot be reduced more by a minifier).
This might not be possible to achieve to 100% without implementing some complicated compiler logic (for example determining whether some parenthesis are needed). Implementing those shou
- untabify
- indent
- align where needed
-
Updated
Oct 17, 2018 - Java
-
Updated
Sep 17, 2020 - Java
-
Updated
Feb 5, 2020 - Java
-
Updated
Sep 4, 2020 - JavaScript
Hi, Is it possible to add in readme more information about support?
- What are the feature necessary for LDflex to work?
- Is Node supported?
- Are browsers supported? Which ones?
- Can polyfills help?
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Mar 4, 2020 - Rust
Right now only the test suite with queries is shared, but recreating tables and common inserts, deletes and updates could be shared too.
-
Updated
Aug 16, 2020 - TypeScript
-
Updated
Sep 16, 2020 - Coq
-
Updated
Jul 26, 2020 - Go
-
Updated
Jul 11, 2017
-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 11, 2020 - Swift
Now the usage session of the README only points people to the documentation.
It would be great to give people an idea what terminusdb_client can do before leading them into the docs.
- one basic usage of WOQLClient:
- could be creating a database
- could be connecting to an existing database
- one basic
Improve this page
Add a description, image, and links to the query-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query-language topic, visit your repo's landing page and select "manage topics."
Whenever CLI process gets interrupted or killed, CDP driver must (and used to) close all open tabs.
It stopped doing this.