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}";
Created
April 23, 2012 16:54
-
-
Save s3u/2472263 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment