For the complete documentation index, see llms.txt. This page is also available as Markdown.

Databases & Storage

Packages for persistent data storage and caching.

  • db - Embedded SQLite - SQL plus a document/collection API.

  • save - Simple persistent key-value storage.

  • cache - In-memory LRU cache with TTLs.

  • env - Environment variables and .env files.

Last updated