limbo/bindings/python
Pekka Enberg 2fc5c0ce5c Switch to runtime flag for enabling indexes
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;
```
2025-06-26 10:07:28 +03:00
..
limbo Format Python bindings code using Ruff 2024-09-01 16:10:59 +03:00
src Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00
tests ruff lint fix 2025-06-20 15:59:03 -03:00
build.rs feat(python): add in-memory mode 2024-12-30 10:21:11 +01:00
Cargo.toml build(deps): bump pyo3 from 0.24.0 to 0.24.1 2025-04-11 07:01:07 +00:00
example.py ext/python: Makes linter happy 2025-03-24 12:40:59 -03:00
pyproject.toml extract ruff lint rules to workspace 2025-06-20 15:59:03 -03:00
requirements-dev.txt add maturin as dev dependency. 2024-12-18 21:14:58 +00:00
requirements.txt fix project name in txt files. 2024-12-17 01:33:54 +00:00