ryscheng / sql-proxy-rs

Programmable MariaDB/Postgres Proxy for Rust
Apache License 2.0
17 stars 10 forks source link

tendermint.rs: return responses #17

Closed ryscheng closed 4 years ago

ryscheng commented 4 years ago

For the Tendermint example, responses to CREATE,UPDATE,INSERT,DELETE are lost and the SQL client hangs. We should return the appropriate OK to the client after it's committed into Tendermint.