rust-jdbc
rust-jdbc copied to clipboard
What is performance like?
I made a java Jetty server daemon to expose SELECT/UPDATE/DELETE/INSERT operations of a JDBC driver.
I'd be curious how performance with HTTP + JSON serialization/deserialization overhead would compare to this.