mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
![]() ``` Limbo v0.0.19-pre.4 Enter ".help" for usage hints. limbo> .timer on limbo> select count(1) from users; ┌───────────┐ │ count (1) │ ├───────────┤ │ 10000 │ └───────────┘ Command stats: ---------------------------- total: 35 ms (this includes parsing/coloring of cli app) query execution stats: ---------------------------- Execution: avg=16 us, total=33 us I/O: avg=123 ns, total=3 us limbo> select 1; ┌───┐ │ 1 │ ├───┤ │ 1 │ └───┘ Command stats: ---------------------------- total: 282 us (this includes parsing/coloring of cli app) query execution stats: ---------------------------- Execution: avg=2 us, total=4 us I/O: No samples available ``` |
||
---|---|---|
.. | ||
commands | ||
docs/internal | ||
app.rs | ||
build.rs | ||
Cargo.toml | ||
helper.rs | ||
input.rs | ||
main.rs | ||
opcodes_dictionary.rs | ||
SQL.sublime-syntax |