Skip to content

Instantly share code, notes, and snippets.

@s3u
Created April 23, 2012 16:54
Show Gist options
  • Save s3u/2472263 to your computer and use it in GitHub Desktop.
Save s3u/2472263 to your computer and use it in GitHub Desktop.
create table foo 
    on insert post to 'uri'
          using bodyTemplate... type ...
          with part ... 

insert into foo (...) values (...)
   with part "{req.part[0]}";
update bar ...
   with part "{req.part[0]}";
insert into foo values "{req.body}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment