Documentation Index
Fetch the complete documentation index at: https://docs.databite.dev/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing Databite SDK, ensure you have:
- Node.js >= 16.0.0
- TypeScript >= 4.5.0 (recommended)
- npm, yarn, pnpm, or bun package manager
Core Installation
Install the main Databite packages:
npm install @databite/server @databite/connect
Pre-built Connectors
For ready-to-use connectors:
npm install @databite/connectors
Build Custom Connectors
Powerful builder API for any service. Handles authentication, rate limiting, retries, and data transformation:
npm install @databite/build