diff -r 059fd2bbcfeb -r ae17db13569c relpipe-data/examples/relpipe-in-sql-1.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/relpipe-data/examples/relpipe-in-sql-1.txt Tue Oct 29 13:39:42 2019 +0100 @@ -0,0 +1,16 @@ +a: + ╭─────────────┬──────────────────╮ + │ id (string) │ message (string) │ + ├─────────────┼──────────────────┤ + │ 1 │ Hello, │ + │ 2 │ world! │ + ╰─────────────┴──────────────────╯ +Record count: 2 +b: + ╭──────────────╮ + │ msg (string) │ + ├──────────────┤ + │ HELLO, │ + │ WORLD! │ + ╰──────────────╯ +Record count: 2