mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
DuckDB is pretty, I want to be pretty! ``` limbo> CREATE TABLE t(x); INSERT INTO t VALUES (1), (2), (3); limbo> .mode pretty limbo> SELECT * FROM t; ┌───┐ │ x │ ├───┤ │ 1 │ ├───┤ │ 2 │ ├───┤ │ 3 │ └───┘ ``` |
||
|---|---|---|
| .. | ||
| app.rs | ||
| Cargo.toml | ||
| import.rs | ||
| main.rs | ||
| opcodes_dictionary.rs | ||