parad
Encrypted local-first SQLite with Telegram cloud sync.
Install
pip install parad
Quick Start
# Create an encrypted database
parad init mydb
# Push to cloud
parad push
# Pull latest
parad pull
# Check status
parad status
# Interactive SQL
parad shell
Commands
| Command | Description |
|---|---|
parad init <name> |
Create encrypted DB + register with gateway |
parad push |
Push database to Telegram cloud |
parad pull [version] |
Pull latest or specific version |
parad sync |
Push then pull |
parad status |
Local vs remote version |
parad versions |
List all remote versions |
parad rollback <ver> |
Rollback to previous version |
parad exec <sql> |
Run raw SQL |
parad insert <table> <json> |
Insert a row |
parad select <table> [where] |
Query rows |
parad update <table> <set> <where> |
Update rows |
parad delete <table> <where> |
Delete rows |
parad shell |
Interactive SQL REPL |
parad config show/set |
Manage config |
Configuration
Config lives at ~/.paradox/config.json:
{
"database_path": "~/.paradox/data.db",
"sync": {
"gateway_url": "https://paradox-db.onrender.com/v1",
"api_key": "pk_..."
}
}
Security
- AES-256-CBC encryption at rest
- PBKDF2-HMAC-SHA512 key derivation (256k iterations)
- Your passphrase never leaves your machine
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
parad-1.0.4.tar.gz
(25.0 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
parad-1.0.4-py3-none-any.whl
(34.3 kB
view details)
File details
Details for the file parad-1.0.4.tar.gz.
File metadata
- Download URL: parad-1.0.4.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7925d2314f31e2a8bd1a06ced86764339e5b4a628f9e277501389ddf341ce14
|
|
| MD5 |
6b527cd51f3e2c4c11a8eca46c7d9829
|
|
| BLAKE2b-256 |
9756c4615630667024303ac7bf44782e5809b950e88fc6a8e63369706302a0dd
|
File details
Details for the file parad-1.0.4-py3-none-any.whl.
File metadata
- Download URL: parad-1.0.4-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68c6b631ab803d9a273e227422ef5a4bbff83ef8536668e514a45b1935303927
|
|
| MD5 |
cf0e330e48b4a351312da26623a6f579
|
|
| BLAKE2b-256 |
772c867666b0f9446e24e343a31675b558db4d15eee01755de17904dab3c07aa
|