scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Basic tests #65

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

This should be merged only after #66 is merged. This PR is dependent upon #64

This PR adds implementation for some necessary functions to pass all BasicTests.

Gor027 commented 1 year ago

V2: