faunadb-rust icon indicating copy to clipboard operation
faunadb-rust copied to clipboard

FaundaDB client for Rust

Results 6 faunadb-rust issues
Sort by recently updated
recently updated
newest added

Refer to issue: https://github.com/prisma/faunadb-rust/issues/7

The `test_create_database_eval` test is the only test to fail when running `cargo test`. When I remove the following line, the tests work: ```rust assert_eq!(res["api_version"].as_str(), Some("2.0")); ``` When I debug-print the...

Bumped all the Cargo crates I could without triggering new **cargo build** errors. Tested **cargo build** on the following: ``` rustc --version rustc 1.66.0-nightly (9062b780b 2022-09-21) ``` Also: If you...

Requires a nightly compiler until rustc 1.39.0. Tested with nightly 2019-09-10.

I really like the idea of prisma (specially with prisma2 coming up). My product uses FaunaDB and was wondering if there are plans to support it with prisma2.

https://github.com/prisma/faunadb-rust/blob/779671c5707bdb0af843b485fe378281bceb88d8/src/expr.rs#L469