Overview
The@databite/connectors package provides ready-to-use connectors for popular services. Each connector follows the same structure: authentication, typed configuration, actions, and optional syncs. Use them on your server with @databite/server and connect from your app with @databite/connect.
Installation
Connector Structure
Generic Usage
@databite/connect on the client to authenticate and create a connection via your server.
Configuration
Connector configuration mirrors the service’s requirements. A typical pattern:Related Packages
- @databite/build - Core connector builder SDK
- @databite/engine - Data synchronization and execution engine
- @databite/types - Shared TypeScript types