-
## Problem to Solve
The maintanance and extension surface area of drivers' Concept API is extremely high while the its usage is extremely low, now that TypeQL fetch handles optionality for most use…
-
## Problem to Solve
TypeDB has regex for string attributes but no Numeric Attribute Validation (min, max, range)
## Current Workaround
An idea should be to
> define
> max-long-value su…
-
## Problem to Solve
We do have schema export in text format. And we have the ability to paste queries as text and run them against DB.
Would be cool to have the ability to export data (or at least…
-
Has the GRAKN team ever thought to implement natural language to graql via machine learning models and datasets similar to https://github.com/salesforce/WikiSQL and other efforts using [SQL ](https://…
-
We suggest to use this issue as a storage for the most needed features and hottest bugs introduced in the latest version. We may fix the whole bunch of it within the next update or consider creating a…
-
## Problem to Solve
Currently, these is no way to output the results of a query into TypeQL, for instance:
```
match
$p isa person, has $a;
```
```
$p_1 isa person;
$a_1 isa name;
$a_1 = "Kevin";
$p…
-
## Problem to Solve
Let's say you have a tab with match queries (data->read) and another tab with delete/update queries and another with your schema definition, you constantly need to flip the righ…
-
_This issue was originally posted by @jmsfltchr on 2018-05-29 20:46_.
It's unlikely TypeQL will be considered mainstream enough, since the criteria is for a language to be used in hundreds of repo…
-
## Problem to Solve
For a given `match` clause:
```
match $x isa person, has birth-date $bd; $t isa tax-year, has application-date $ad;
```
We would like to perform some date-time operation o…
-
## Current variance behaviour
Currently, definitions of interface implementations (i.e. `owns` and `plays` statements) are **covariant** in the implementing type (the owner or roleplayer), and **in…