From 9036469324912eae3eed8cb8645f91f1a68c5857 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 15 May 2018 20:53:56 -0700 Subject: progress on inserts Using a huge sql_query() to do raw multi-table inserts for now. --- rust/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust/README.md') diff --git a/rust/README.md b/rust/README.md index 8d9084c3..f539e4fb 100644 --- a/rust/README.md +++ b/rust/README.md @@ -12,3 +12,7 @@ Things! Debugging SQL errors: psql fatcat_rs < migrations/2018-05-12-001226_init/up.sql + +Creating entities: + + http --json post localhost:9411/v0/container name=asdf issn=1234-5678 -- cgit v1.2.3