rust-jdbc
rust-jdbc copied to clipboard
Rust-JDBC bindings
Did not compile with rust 1.4 stable and 1.41 nightly on my new project.
Both rust-jdbc and rust-jvm are not on the crates.io repo. I currently can build both using rust nightly "cargo +nightly build". BUT when I try to build the provided example...
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.