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.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| milvusql_django-0.1.1.tar.gz | 11.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| milvusql_django-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.7 kB
Release files / milvusql_django-0.1.1.tar.gz
| Download URL | milvusql_django-0.1.1.tar.gz |
|---|---|
| Size | 11.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9b3bbac427b3e52fe7bb223644afe97b31e1df141077dfe17d6e6273e40d10ae
|
|
BLAKE2b-256 checksum How to use checksums |
605c4849e15e9fbf76cca04debbb0e1bffc3313213d7b4ee6ae72e0c5a00fea2
|
| 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}
|
Release files / milvusql_django-0.1.1-py3-none-any.whl
| Download URL | milvusql_django-0.1.1-py3-none-any.whl |
|---|---|
| Size | 15.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c37ff11fd3406db424798e0a9da35d251a55f6fb1e846a943dcd3030bfd44846
|
|
BLAKE2b-256 checksum How to use checksums |
9e60f2e7e18000ee27a3353b0e0fd9f1475bd01a680577e141747b4b055dbd05
|
| 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}
|