Skip to content

Instantly share code, notes, and snippets.

@cddr
Last active August 29, 2015 14:15
Show Gist options
  • Save cddr/407bfe46fc7f5dea1e35 to your computer and use it in GitHub Desktop.
Save cddr/407bfe46fc7f5dea1e35 to your computer and use it in GitHub Desktop.
(defentity Department
:schema {:id Int
:name Str}
:uniqueness {:id :db.unique/identity})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment