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.3
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.3.tar.gz | 15.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| milvusql_django-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.3 kB
Release files / milvusql_django-0.1.3.tar.gz
| Download URL | milvusql_django-0.1.3.tar.gz |
|---|---|
| Size | 15.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5c765d8163a7a5d99753b04607001bf37f812315f871b51f9a108b271817220d
|
|
BLAKE2b-256 checksum How to use checksums |
8f95cee40fd0839869c17355d93862a2893698cce7630efdb7afe897af14db1f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.4 {"installer":{"name":"uv","version":"0.12.4","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.3-py3-none-any.whl
| Download URL | milvusql_django-0.1.3-py3-none-any.whl |
|---|---|
| Size | 20.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
47815520b0671fec81c96caa98bafc2ee8d35c88ac42a07660ad70e76621164b
|
|
BLAKE2b-256 checksum How to use checksums |
4a20fccf8963c890cbcc6a2a7a3b5cc52b60cd1993a18036e927766c7a5f13b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.4 {"installer":{"name":"uv","version":"0.12.4","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}
|