Sqlite
Sqlite
Connect your Sqlite data to Airweave
Overview
The Sqlite connector allows you to sync data from Sqlite into Airweave, making it available for search and retrieval by your agents.
Configuration
SQLiteSource
SQLite source implementation.
This source connects to a SQLite database and generates entities for each table. It uses database introspection to:
- Discover tables and their structures
- Create appropriate entity classes dynamically
- Generate entities for each table’s data
Authentication
This connector uses a custom authentication configuration class: SQLiteAuthConfig
.
Please refer to the Airweave documentation for authentication details.