Overview
The@databite/build package provides the core functionality for creating connectors using a fluent API. It includes the ConnectorBuilder class, action and sync creators, and helper functions for building type-safe connectors.
Installation
Core Classes
ConnectorBuilder
The main class for building connectors with a fluent API:Builder Methods
Identity & Metadata
Configuration
Refresh Handling
Actions & Syncs
Helper Functions
createAction
Creates an action with automatic retry logic and timeout handling:createSync
Creates a sync operation for data synchronization:Related Packages
- @databite/types - Shared TypeScript types
- @databite/connectors - Pre-built connector library
- @databite/engine - Data synchronization and execution engine