Skip to content
Snippets Groups Projects
  1. Apr 28, 2023
  2. Apr 24, 2023
  3. Apr 21, 2023
    • Dmitry Travyan's avatar
      feat: connect CLI · 62decb8b
      Dmitry Travyan authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      This patch introduces `picodata connect` CLI command. It allows
      connecting to interactive lua console of a picodata instance via iproto
      The whole implementation comes down to invoking a lua script with
      `require("console").start()`.
      62decb8b
    • Georgy Moshkin's avatar
      fix: change schema storage definitions · de2e9dff
      Georgy Moshkin authored
      * _picodata_index keys now include space_id
      * _picodata_space distribution type changed to "array"
      * _picodata_space format type changed to "array"
      * add Spaces::insert and Indexes::insert methods
      * Ddl now has #[serde(tag = "kind", rename_all = "snake_case")]
      * Dml now has #[serde(tag = "op_kind", rename_all = "snake_case")]
      * Distribution now has #[serde(tag = "kind", rename_all = "snake_case")]
      de2e9dff
  4. Apr 20, 2023
  5. Apr 19, 2023
  6. Apr 18, 2023
  7. Apr 14, 2023
  8. Apr 13, 2023
  9. Apr 12, 2023
  10. Apr 11, 2023
  11. Apr 07, 2023
  12. Apr 06, 2023
  13. Apr 05, 2023
  14. Apr 04, 2023
  15. Mar 31, 2023
  16. Mar 29, 2023
Loading