surrealpatch/lib/src/api/method
2023-11-29 09:35:52 +00:00
..
tests Fix relative paths (#2615) 2023-09-05 07:38:39 +01:00
authenticate.rs Remove unnecessary impl From<Jwt> for Value (#2483) 2023-08-21 15:09:00 +01:00
begin.rs Add more #[must_use] attributes (#1828) 2023-04-19 09:26:22 +01:00
cancel.rs Add more #[must_use] attributes (#1828) 2023-04-19 09:26:22 +01:00
commit.rs Add more #[must_use] attributes (#1828) 2023-04-19 09:26:22 +01:00
content.rs Add live query API (#2919) 2023-11-13 17:19:47 +00:00
create.rs Bypass deserialisation for sql::Value responses on Surreal methods (#1875) 2023-04-28 12:20:57 +01:00
delete.rs Add live query API (#2919) 2023-11-13 17:19:47 +00:00
export.rs Improve WebSocket performance (#2999) 2023-11-20 19:08:07 +00:00
health.rs Bypass deserialisation for sql::Value responses on Surreal methods (#1875) 2023-04-28 12:20:57 +01:00
import.rs Bypass deserialisation for sql::Value responses on Surreal methods (#1875) 2023-04-28 12:20:57 +01:00
invalidate.rs Add authentication support for local engines (#1908) 2023-06-09 13:45:07 +00:00
live.rs Make Stream easier to send across threads (#3042) 2023-11-29 09:35:52 +00:00
merge.rs Add live query API (#2919) 2023-11-13 17:19:47 +00:00
mod.rs Make Stream easier to send across threads (#3042) 2023-11-29 09:35:52 +00:00
patch.rs Add live query API (#2919) 2023-11-13 17:19:47 +00:00
query.rs Add Query::with_stats to return query statistics along with the results (#3019) 2023-11-27 19:13:52 +00:00
select.rs Make Stream easier to send across threads (#3042) 2023-11-29 09:35:52 +00:00
set.rs Bypass deserialisation for sql::Value responses on Surreal methods (#1875) 2023-04-28 12:20:57 +01:00
signin.rs Add authentication support for local engines (#1908) 2023-06-09 13:45:07 +00:00
signup.rs Add authentication support for local engines (#1908) 2023-06-09 13:45:07 +00:00
unset.rs Bypass deserialisation for sql::Value responses on Surreal methods (#1875) 2023-04-28 12:20:57 +01:00
update.rs Add live query API (#2919) 2023-11-13 17:19:47 +00:00
use_db.rs Support switching namespaces and databases separately (#1927) 2023-05-05 19:12:19 +01:00
use_ns.rs Support switching namespaces and databases separately (#1927) 2023-05-05 19:12:19 +01:00
version.rs Bypass deserialisation for sql::Value responses on Surreal methods (#1875) 2023-04-28 12:20:57 +01:00