#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Results {
#[prost(string, repeated, tag="1")]
pub rows: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PreparedStatement {
#[prost(string, tag="1")]
pub sql: ::prost::alloc::string::String,
#[prost(string, repeated, tag="2")]
pub values: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}