milvusql-django
A Django database backend for Milvus, built on the
milvusql DBAPI.
pip install milvusql-django
# settings.py
DATABASES = {
"default": {
"ENGINE": "milvusql_django",
"NAME": "/path/to/items.db", # or HOST/PORT/USER/PASSWORD for a real server
}
}
Model/Field CRUD and filtering go through Django's normal compiler; vector and hybrid search
go through explicit helpers instead — see the docs for why.
Full docs: https://Callix-Tools.github.io/milvusql-docs/docs/django/overview
Status: early development, not yet published. The schema/migration layer in particular is a first cut — see Schema & Migrations for exactly what that does and doesn't cover.
License
MIT
Release files for milvusql-django 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| milvusql_django-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / milvusql_django-0.1.0-py3-none-any.whl
| Download URL | milvusql_django-0.1.0-py3-none-any.whl |
|---|---|
| Size | 15.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
809b8b4d1ecb745c0fc1a6b3980e0ea1707c2e6461c26b568bf41934aed0d7d8
|
|
BLAKE2b-256 checksum How to use checksums |
0c360bac501d6f8507f8b4aebcd0876e8f7a2a1880225676a8dde23db3f234dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|