typedb / typeql

TypeQL: the power of programming, in your database
https://typedb.com
Mozilla Public License 2.0
218 stars 45 forks source link

Allow type declarations without capabilities #356

Closed krishnangovindraj closed 2 months ago

krishnangovindraj commented 2 months ago

Usage and product changes

Updates the grammar to allow standalone type-declarations.

Implementation

This change arises from changing mytype sub entity to entity mytype.

Makes a few fields pub as well.

typedb-bot commented 2 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture