Skip to content

Instantly share code, notes, and snippets.

@cddr
Created February 12, 2015 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cddr/ba072b2222017b26f298 to your computer and use it in GitHub Desktop.
Save cddr/ba072b2222017b26f298 to your computer and use it in GitHub Desktop.
(defentity Cart
:schema {:id Int
:name Str
:items [{:id Int
:qty Int
:price Num}]}
:uniqueness {:id :db.unique/identity})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment