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.2
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.2.tar.gz | 14.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| milvusql_django-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 33.6 kB
Release files / milvusql_django-0.1.2.tar.gz
| Download URL | milvusql_django-0.1.2.tar.gz |
|---|---|
| Size | 14.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dec0abe6862c92514b7ce379b516665b190bf4d5e7a4fe26c76f0a277d0f2c13
|
|
BLAKE2b-256 checksum How to use checksums |
575037761b58dfcc229647251463c26091fce97deca292bc5959f43413764006
|
| 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.2-py3-none-any.whl
| Download URL | milvusql_django-0.1.2-py3-none-any.whl |
|---|---|
| Size | 19.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f9fb96280a6fcdac5b2689ba9375c3ea7b2f992ef19e9d38b43cc9660dc2ce3f
|
|
BLAKE2b-256 checksum How to use checksums |
3d23b8bf6e7b1ee96655339655b3588fe286b3c74a564edfe3b0ff47d2983ed5
|
| 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}
|