Skip to content

Instantly share code, notes, and snippets.

@groue
Created March 29, 2016 20:24
Show Gist options
  • Select an option

  • Save groue/586bbc7243255bd3457ae8622c227227 to your computer and use it in GitHub Desktop.

Select an option

Save groue/586bbc7243255bd3457ae8622c227227 to your computer and use it in GitHub Desktop.
let person = Person(name: "Arthur", score: 100)
try person.insert(dbQueue)
let persons = Person.fetchAll(dbQueue) // [Persons]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment