Metadata-Version: 2.4
Name: codira-backend-sqlite
Version: 1.0.0
Summary: First-party SQLite backend plugin for codira
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: codira<2.0.0,>=1.0.0
Provides-Extra: test
Requires-Dist: black; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"

# codira-backend-sqlite

First-party SQLite backend plugin for `codira`.

Repository-local editable install:

```bash
source .venv/bin/activate
pip install -e ../codira
pip install -e ../codira/packages/codira-backend-sqlite
```

After installation, verify discovery with:

```bash
codira plugins
codira emb "symbol lookup" --json
```

Package-local verification:

```bash
pytest -q packages/codira-backend-sqlite/tests
```
