Skip to content

Instantly share code, notes, and snippets.

@MichaelDrogalis
Created November 6, 2012 22:05
Show Gist options
  • Save MichaelDrogalis/4027914 to your computer and use it in GitHub Desktop.
Save MichaelDrogalis/4027914 to your computer and use it in GitHub Desktop.
(seed-table
{:database {:vendor :mysql :db "simulation" :user "root" :password ""} :table :persons :policy :clean-slate :n 50}
(seed
(randomized :name)
(randomized :number)
(randomized :age {:min 0 :max 90})
(randomized :nickname {:length 15})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment