AIEX CLI is a command-line tool that converts JSON Schema definitions into SQLite databases and uses AI to extract structured data from documents into those databases. Current version is 0.1.1-beta.9 (beta). It supports any OpenAI-compatible AI provider for extraction, features a web UI for schema and data management, and can process files in batch mode with deduplication. Unlike generic ETL tools, AIEX integrates schema generation, AI extraction, and database migration into a single workflow.
npm install aiex-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs AIEX CLI globally and shows the basic workflow: start web UI, generate schema, and extract data from a file.
Check documentation for latest flag names
Refer to Docs/schema-dialect.md for supported schema features
Use --force flag to re-extract already processed files
npm install better-sqlite3
Convert file to supported format or check documentation for all supported types