tonsky / datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
Eclipse Public License 1.0
5.46k stars 304 forks source link

Allow :db/valueType :db.type/tuple #408

Closed joodie closed 2 years ago

joodie commented 2 years ago

Allow specifying composite tuple with :db/valueType :db.type/tuple

This schema attribute is optional, but when specified will check that :db/tupleAttrs is also provided.

This fixes #407

tonsky commented 2 years ago

Looks great, thank you! Published as 1.2.9