Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuple support #2

Open
dazld opened this issue Nov 21, 2021 · 0 comments
Open

Tuple support #2

dazld opened this issue Nov 21, 2021 · 0 comments

Comments

@dazld
Copy link

dazld commented Nov 21, 2021

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/index true
 :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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant