milvusql
A PEP 249 DBAPI for Milvus — sync and
async — parsing/generating MilvusQL via sqlglot-milvus
and executing the resulting AST against pymilvus.
pip install milvusql
import milvusql
conn = milvusql.connect(uri="./items.db") # Milvus Lite, or a real server's URI
cur = conn.cursor()
cur.execute("SELECT id FROM items WHERE category = :cat LIMIT 10", {"cat": "book"})
print(cur.fetchall())
This is the core of a uv workspace: milvusql-sqlalchemy and
milvusql-django depend on this package as their DBAPI layer, each
installed separately.
Full docs: https://Callix-Tools.github.io/milvusql-docs/
Status: early development, not yet published.
License
MIT
Release files for milvusql 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-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / milvusql-0.1.0-py3-none-any.whl
| Download URL | milvusql-0.1.0-py3-none-any.whl |
|---|---|
| Size | 21.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
de60ce452e984900ff7210aadf57c964c2b0c41861b207537fdf48c72f114ffe
|
|
BLAKE2b-256 checksum How to use checksums |
dc1c5a73e611e51c2b1e80721646cc3cb8739c41fb19b71797a00f19e0e3f506
|
| 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}
|