Zero-SQL Database Client with real-time data previews
Project description
livedb
Zero-SQL Database Client with real-time data previews.
Installation
uv add livedb
Usage
from livedb import db
# Connect to a database
db.connect("postgres://user:pass@localhost/mydb")
# Use the Relational API - no SQL strings!
users = db.table("users")
active_users = users.filter("status = 'active'").limit(10)
# Fetch results
results = active_users.fetchall()
Supported Databases
- PostgreSQL (via
postgres_scanner) - MySQL (via
mysql_scanner) - SQLite (via
sqlite_scanner)
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
livedb_client-0.1.0.tar.gz
(30.7 kB
view details)
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 livedb_client-0.1.0.tar.gz.
File metadata
- Download URL: livedb_client-0.1.0.tar.gz
- Upload date:
- Size: 30.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58fc279c6206aedf325acacc8068171116799926488a459bb3fb77f9f7d9d8aa
|
|
| MD5 |
bba209c0374af207806fcccc8c348219
|
|
| BLAKE2b-256 |
3999fe03a3fb8b21b450952fda057cd1611f6e037a4b577c728257322c3f7768
|
File details
Details for the file livedb_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: livedb_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a49d8e46355ce9f6b86464d6197ee6eca4d2a131c3f62289d58212e064622991
|
|
| MD5 |
643a3ef8cd7a2d9f459b78dc5f8048bb
|
|
| BLAKE2b-256 |
acaa10e4e38aa5bd0cc1a3247eb83b8b936739d18f7a2ad548827498e456a4df
|