mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
![]() Makes it easier to test the feature: ``` $ cargo run -- --experimental-indexes Limbo v0.0.22 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database limbo> CREATE TABLE t(x); limbo> CREATE INDEX t_idx ON t(x); limbo> DROP INDEX t_idx; ``` |
||
---|---|---|
.. | ||
antithesis | ||
clone_test_db.sh | ||
limbo-sqlite3 | ||
limbo-sqlite3-index-experimental | ||
merge-pr.py | ||
publish-crates.sh | ||
pyproject.toml | ||
run-sim | ||
update-version.py |