Hello, thanks for putting this great utility together. I was interested in using it as a crate, specifically for integration testing my rust application which makes sql calls -- would be awesome to be able to set up different csv files for each tables for each test. So far, I have not seen a great alternative to zsql for this (we are using sqlx crate and postgres). Of course, could do this via std::process::Command, but a crate with an exposed API would make this a little smoother. Any interest in doing this? I could also take this up myself, if this is not being actively maintained.
Hello, thanks for putting this great utility together. I was interested in using it as a crate, specifically for integration testing my rust application which makes sql calls -- would be awesome to be able to set up different csv files for each tables for each test. So far, I have not seen a great alternative to zsql for this (we are using sqlx crate and postgres). Of course, could do this via
std::process::Command, but a crate with an exposed API would make this a little smoother. Any interest in doing this? I could also take this up myself, if this is not being actively maintained.