Seedfast is an AI-powered PostgreSQL database seeding tool (v2.4.0) that generates realistic test data by analyzing your database schema. It uses an OAuth-style device flow for authentication and provides a rich terminal UI with real-time progress tracking. Key differentiators include AI-driven schema analysis to produce contextually appropriate data respecting foreign keys and constraints, concurrent multi-worker data generation for performance, and support for both interactive and CI/CD usage via API keys. The package is distributed as a CLI binary via npm (global install or npx), Homebrew, or direct download.
npm install seedfast_darwin_amd64No compatibility data collected yet for this library.
Installs the CLI binary and runs a non-interactive seed using an API key, suitable for CI/CD pipelines.
Replace `seedfast whoami` with `seedfast me`.
Install via npm: `npm install -g seedfast` or use the install script: `curl -L https://cli.seedfa.st/install.sh | sh`
Run `seedfast login` to authenticate interactively, or set the SEEDFAST_API_KEY environment variable.
No dependency data recorded yet.