Official Python driver for the FluxDB C++ Database
Reason this release was yanked:
problem with Subscription timeout
Project description
FluxDB Python Driver
Official driver for connecting to FluxDB.
Installation
pip install fluxdb-driver
Usage
from fluxdb import FluxDB
Connect (Default: 127.0.0.1:8080)
db = FluxDB(password="flux_admin")
Create/Switch Database
db.use("game_data")
Insert
uid = db.insert({"username": "Player1", "score": 100})
Smart Query
results = db.find({"score": {"$gt": 50}}) print(results)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fluxdb_driver-1.0.1.tar.gz.
File metadata
- Download URL: fluxdb_driver-1.0.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e03c44dbb6b239745ea702bd7a9cca1ea9eca3b3a6df781ffb0fd91b7fcbc812
|
|
| MD5 |
6588fa4715daa4c9705a68712ee4da8e
|
|
| BLAKE2b-256 |
f27e13a7fa6d74b586dd4793957f2afa97b7a00cc02ae95e5c1758f8d543b198
|
File details
Details for the file fluxdb_driver-1.0.1-py3-none-any.whl.
File metadata
- Download URL: fluxdb_driver-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d91cd4a3ce270e7549d693fb147ae1b54e0f7aeb17f58b6a979ebc9d5db180a5
|
|
| MD5 |
4b3280215f00570443cb41dc92bd84a9
|
|
| BLAKE2b-256 |
0f9a301b24b9731821f7a9557b4a454f53a9d92923e102329b12f2db0f475221
|