This website requires JavaScript.
Explore
Help
Sign in
noth
/
surrealpatch
Watch
1
Star
0
Fork
You've already forked surrealpatch
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e477dc9133
surrealpatch
/
lib
/
examples
/
actix
/
src
History
Rushmore Mushambi
78808bb44c
Refactor
Lazy::new(|| Surreal::init())
to
Lazy::new(Surreal::init)
(
#2432
)
2023-08-11 22:11:24 +00:00
..
error.rs
Integrate client library into
surrealdb
crate (
#1514
)
2022-12-30 08:23:19 +00:00
main.rs
Refactor
Lazy::new(|| Surreal::init())
to
Lazy::new(Surreal::init)
(
#2432
)
2023-08-11 22:11:24 +00:00
person.rs
Bypass deserialisation for
sql::Value
responses on
Surreal
methods (
#1875
)
2023-04-28 12:20:57 +01:00