Available through https://crates.io/crates/typeql.
cargo add [email protected]
<repositories>
<repository>
<id>repo.typedb.com</id>
<url>https://repo.typedb.com/public/public-release/maven/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.typeql</groupId>
<artifactId>typeql-grammar</artifactId>
<version>2.28.0</version>
</dependency>
<dependency>
<groupId>com.typeql</groupId>
<artifactId>typeql-lang</artifactId>
<version>2.28.0</version>
</dependency>
</dependencies>
Available through https://pypi.org
pip install typeql-grammar==2.28.0
-
Update maven artifacts snapshot Update maven artifacts snapshot
-
Update README.md
-
Update typedb-behaviour and implement missing steps
-
Finish updating license tests, dependencies, last missed headers
-
Replace licenses with MPL version 2.0
-
Update banner.png for the README file
Update the banner image in the README file.