postllm: PostgreSQL-native access to OpenAI-compatible and local LLM runtimes
pgext.cloud · Source code · Documentation · Control file
| Package | postllm |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | postllm |
| Stars | 2 |
| Latest commit | 2026-04-28 |
| Catalogue updated | 2026-08-30 |
| pgmnemo | Single-plan multimodal agent memory for PostgreSQL |
| vectorize | The simplest way to do vector search on Postgres |
| pg_summarize | Text Summarization using LLMs. Built using pgrx |
| otlet | Local LLM inference inside PostgreSQL with background workers, queued tasks, receipts, and semantic data operations. |
| pgclaw | Store LLM or OpenClaw agents as PostgreSQL values and process watched rows with a background worker |
| alohadb_nl2sql | Natural language to SQL translation via LLM API |
| pgtoken | PostgreSQL extension for compact, codebook-compressed LLM token ID storage. Encode once, retrieve forever. O(1) token count without decoding. |
| pg_llm | Integrates local and remote large-language models with chat, sessions, text-to-SQL, audit and vector-backed knowledge features. |
| vectors | Vector database plugin for PostgreSQL, written in Rust, specifically designed for LLM |
| pg_llm_helper | Captures PostgreSQL errors in shared memory and exposes history plus an optional pgai-backed LLM troubleshooting function. |