Skip to content

Instantly share code, notes, and snippets.

@rofr
Created January 29, 2014 13:53
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 rofr/8688418 to your computer and use it in GitHub Desktop.
Save rofr/8688418 to your computer and use it in GitHub Desktop.
OrigoDB Server Razor Query: Dump the entire database to JSON
@using Todo.Core
@{}
<pre>
@Json(Query(db => db))
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment