Skip to content

Instantly share code, notes, and snippets.

@cddr
Created February 12, 2015 16:09
Show Gist options
  • Select an option

  • Save cddr/88b7395d28d62862bb66 to your computer and use it in GitHub Desktop.

Select an option

Save cddr/88b7395d28d62862bb66 to your computer and use it in GitHub Desktop.
(defentity Employee
:schema {:id Int, :name Str}
:links [(link :department [Department :id])]
:uniqueness {:id :db.unique/identity})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment