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.2.tar.gz
(23.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
parad-1.0.2-py3-none-any.whl
(32.7 kB
view details)
File details
Details for the file parad-1.0.2.tar.gz.
File metadata
- Download URL: parad-1.0.2.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98dead5cc90c7789ba57f444bf3c92d12b7e77c81c9dff99e0b3a26e909ad2dc
|
|
| MD5 |
f8ca35f64118cef458a862d988f50653
|
|
| BLAKE2b-256 |
328105e2c4a6e662ccbfbc9c66ceedd8ee42af26d505b6b74b9253bfefb1795b
|
File details
Details for the file parad-1.0.2-py3-none-any.whl.
File metadata
- Download URL: parad-1.0.2-py3-none-any.whl
- Upload date:
- Size: 32.7 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 |
17a47552e4e503118d227b9cfc6c6045ee67f60fd2dcdb10a6b94ff171b89522
|
|
| MD5 |
f43da254dac19cc49cda165dcba1dd2d
|
|
| BLAKE2b-256 |
b975ed4b443d06902738aa7106cf3fc63e35b18fcefe0f3338b71d7029cd2674
|