hank-types 0.1.0

Generated type definitions for Hank
Documentation
1
2
3
4
5
6
7
8
syntax = "proto3";

package hank.database;

message PreparedStatement {
  string sql = 1;
  repeated string values = 2;
}