You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't see an option to allow defining tuples as yet - it's not a huge issue, as can combine raw schema data with datofu calls, but using the same DSL would be nice for consistency.
Something like..
(attr:line/point:tuple:index [:double:double]) ;; etc etc;; which would be the same as
{:db/ident:line/point:db/indextrue:db/valueType:db.type/tuple:db/tupleTypes [:db.type/double:db.type/double]
:db/cardinality:db.cardinality/one}
If you're taking PRs, I could give adding the above a go?
The text was updated successfully, but these errors were encountered:
I couldn't see an option to allow defining tuples as yet - it's not a huge issue, as can combine raw schema data with datofu calls, but using the same DSL would be nice for consistency.
Something like..
If you're taking PRs, I could give adding the above a go?
The text was updated successfully, but these errors were encountered: