Skip to content

Instantly share code, notes, and snippets.

@musketyr
Created August 24, 2011 09:28
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 musketyr/1167674 to your computer and use it in GitHub Desktop.
Save musketyr/1167674 to your computer and use it in GitHub Desktop.
New Gaelyk category to easy datastore CRUD
[myEntityKind: 15].fetch()
[myEntityKind: 15].delete()
[myEntityKind: 15].update(property: newValue, propertyTwo: otherValue)
[myEntityKind: 15].updateIfNotSet(property: newValue)
'myEntityKind'.getAll()
'myEntityKind'.entityCount()
'myEntityKind'.create(property: newValue, propertyTwo: otherValue)
@musketyr
Copy link
Author

please comment which other methods and features should be supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment