Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created August 25, 2011 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Raynos/1172215 to your computer and use it in GitHub Desktop.
Save Raynos/1172215 to your computer and use it in GitHub Desktop.
{
_id: uuid,
user: String,
text: String,
room: uuid, // id of room
starred: [String] // id or name of users
}
{
_id: uuid
owners: [String], // id or name?
name: String
description: String
}
{
_id: uuid,
name: String,
email: String,
password_hash: String,
website: String,
introduction: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment