Explore the Platform
🚀 Getting Started
Install SDKs, connect your first database, and execute your first ZQL query within minutes.
🏗️ Architecture
Understand request lifecycles, schema state tracking, security layers, and intelligent routing.
🛡️ Deployment
Download the standalone server package, review release notes, and deploy your control plane.
⚡ Raw TCP Transport
Native SDKs communicate over raw TCP using length-prefixed binary payloads for maximum throughput.
🎯 Unified Query Language
Write once in ZQL and execute consistently across SQL and NoSQL backends.
🔐 Managed Connection Pools
Automatic connection reuse, pooling, authentication, retries, and routing handled by the SDK.
Get Started with ZTeraDB
Choose the integration method that best fits your application stack.
- PHP Client
- NodeJS Client
- Python Client
- REST API
Native PHP Transport Layer
Native transport driver with connection pooling, authentication, and ZQL execution.
- ✓ Laravel
- ✓ Symfony
- ✓ Custom PHP Applications
composer require zteradb/zteradb-phpNative NodeJS Transport Layer
High-performance NodeJS client for modern backend services and serverless workloads.
- ✓ Express
- ✓ NestJS
- ✓ Serverless Functions
npm install @zteradb/clientNative Python Transport Layer
Production-ready Python SDK with connection management and ZQL support.
- ✓ FastAPI
- ✓ Django
- ✓ Data Pipelines
pip install zteradbNative REST API Transport Layer
Language-agnostic HTTP interface for cloud, mobile, and third-party integrations.
- ✓ Microservices
- ✓ Mobile Apps
- ✓ Third-party Integrations
No installation required