cognitect-labs / vase

Data driven microservices
Eclipse Public License 1.0
375 stars 41 forks source link

Improve dev experience with schema-tx literal #48

Closed mtnygard closed 7 years ago

mtnygard commented 7 years ago

Several minor improvements and one medium-sized change.

Fixes #44

halgari commented 7 years ago

A few thoughts to consider on this:

Suggested change. What if we just restructure the DSL a bit:

#vase.schema-tx {:person/name #{:one :string :unique "A Unique name for the user"}
                 :address/zip #{:one :long "A zip code for the user}}