Skip to content

Instantly share code, notes, and snippets.

@mwfogleman
Created August 2, 2017 12:17
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 mwfogleman/9122757a1bad15ec83c6d111b5893773 to your computer and use it in GitHub Desktop.
Save mwfogleman/9122757a1bad15ec83c6d111b5893773 to your computer and use it in GitHub Desktop.
Hobbies Structure
{:people ;; first primary key
{:dave
{:name "Dave Smith"
:hobbies #{:baseball}}} ;; this is a nested set of keywords which are in the hobbies part of the database
:hobbies ;; second primary key
{:baseball
{:name "Play Baseball"
:instructions "Get a baseball, baseball bat, and gloves; gather some friends; and go to a baseball field."}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment