1 2 3 4 5 6 7 8
syntax = "proto3"; package hank.database; message PreparedStatement { string sql = 1; repeated string values = 2; }