Skip to main content

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-0.3.0.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

parad-0.3.0-py3-none-any.whl (25.9 kB view details)

Uploaded Python 3

File details

Details for the file parad-0.3.0.tar.gz.

File metadata

  • Download URL: parad-0.3.0.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for parad-0.3.0.tar.gz
Algorithm Hash digest
SHA256 b2d87a9db4b0ede52c0a4a541a7f8b0099aff840a0eb37aaa80bace5fbf3fbf4
MD5 e60cae48cd3cdf38458b6643ee652c90
BLAKE2b-256 0afb90f1fd01e4bd054a7c9f703a2ce487db162ca442b3a062797542c999844a

See more details on using hashes here.

File details

Details for the file parad-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: parad-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 25.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for parad-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e6c468d772a4b149b67602049c3c13c21044be56ad59a6cf5d55dd1ba118614
MD5 ad351ebc070f9bc40d16a84094844493
BLAKE2b-256 80db9ef9c887c0a5ab87c60c434d93eaa4fcd05cb3b697ebde6d59d2f8e2ade9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page