github.com/etecs-ru/gnomock@v0.13.2/sdktest/python/test/testdata/postgres/schema.sql (about) 1 create table foo 2 ( 3 a int 4 ); 5 insert into foo(a) 6 values (1), 7 (2), 8 (3);