jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
877 stars 41 forks source link

Include default values in schema #100

Closed jacobobryant closed 2 years ago

jacobobryant commented 3 years ago

so you could specify e.g. that when creating documents of type :message, the :msg/sent-at key should default to :db/server-timestamp

jacobobryant commented 3 years ago

maybe specify this in transactions instead of schema?

jacobobryant commented 2 years ago

Biff transactions now support a [:db/default "some value"] special value