SQLite adapter for the brobbot chatbot framework, version 1.0.3. It provides a persistent brain using SQLite3, allowing brobbot to store and retrieve key-value data across restarts. Configuration is via environment variables for database name, table name, and key prefix. This package is specific to brobbot v6.x and has no major updates since release.
npm install brobbot-sqlite-brainNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the package and runs brobbot with the SQLite brain using custom environment variable settings.
Use an absolute or relative path that is safe and writable.
Backup data and recreate the table if schema changes are needed.
Run `npm install --save brobbot-sqlite-brain` in your brobbot instance.