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.3.tar.gz
(24.1 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.3-py3-none-any.whl
(33.3 kB
view details)
File details
Details for the file parad-1.0.3.tar.gz.
File metadata
- Download URL: parad-1.0.3.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
271406917a24709a9f7b7a6a9b9083d36852c86e67087c749a2077b8a503c2b8
|
|
| MD5 |
a069d1984defbc07c86e254e4b373a98
|
|
| BLAKE2b-256 |
2628fc993a4643590079310b2f3b8d786e75f78ebea9d382d27697ea9dabffad
|
File details
Details for the file parad-1.0.3-py3-none-any.whl.
File metadata
- Download URL: parad-1.0.3-py3-none-any.whl
- Upload date:
- Size: 33.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 |
78f06be287d63347e13dc0bb5fb693754e1e85a2d3ed7117fd66d530973b2e07
|
|
| MD5 |
8e6bad3c9f3cd64eff5470183096fc0c
|
|
| BLAKE2b-256 |
4ae89ec067edf4e0850d73ebe8bdaf38381bc83b4f501b5b737d415c426cfce9
|