- Feb 16, 2022
-
-
Yaroslav Dynnikov authored
-
- Feb 09, 2022
-
-
Yaroslav Dynnikov authored
1. Prefer using `"str".into()` since it's briefer. 2. Preserve `"str".to_owned()` if type inference can't help.
-
- Feb 04, 2022
-
-
Yaroslav Dynnikov authored
-
- Jan 28, 2022
- Jan 26, 2022
-
-
Yaroslav Dynnikov authored
Use publicly available `tarantool::global_lua` instead of the self-made implementation.
-
- Jan 18, 2022
-
-
Yaroslav Dynnikov authored
Move tarantool+slog related stuff to a separate module `tlog`. Introduce the `tlog!` macro for easier logging.
-
- Dec 24, 2021
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
This patch implements the Storage trait without MemStorage from example. All data is persisted it tarantool spaces. Also, Rust modules are slightly reorganized. Close https://gitlab.com/picodata/picodata/picodata/-/issues/11
-
- Dec 14, 2021
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
- Dec 13, 2021
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
- Dec 07, 2021
-
-
Yaroslav Dynnikov authored
-
- Dec 03, 2021
-
-
Yaroslav Dynnikov authored
-