DevCom.AgenticRuntime.Plugin.Postgres 1.0.10

dotnet add package DevCom.AgenticRuntime.Plugin.Postgres --version 1.0.10
                    
NuGet\Install-Package DevCom.AgenticRuntime.Plugin.Postgres -Version 1.0.10
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevCom.AgenticRuntime.Plugin.Postgres" Version="1.0.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevCom.AgenticRuntime.Plugin.Postgres" Version="1.0.10" />
                    
Directory.Packages.props
<PackageReference Include="DevCom.AgenticRuntime.Plugin.Postgres" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevCom.AgenticRuntime.Plugin.Postgres --version 1.0.10
                    
#r "nuget: DevCom.AgenticRuntime.Plugin.Postgres, 1.0.10"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevCom.AgenticRuntime.Plugin.Postgres@1.0.10
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevCom.AgenticRuntime.Plugin.Postgres&version=1.0.10
                    
Install as a Cake Addin
#tool nuget:?package=DevCom.AgenticRuntime.Plugin.Postgres&version=1.0.10
                    
Install as a Cake Tool

PostgreSQL Script Engine Plugin

DevCom Agentic Platform (DAP) plugin that adds a PostgreSQL SQL scripting engine: write skills as plain SQL and run them against named Postgres connections.

Features

  • SQL script engine — skill bodies are SQL; parameters bind safely and results return as structured data to the calling agent.
  • Named credentials — connections are resolved from DAP credentials, so scripts never embed connection strings.
  • Editor language service — SQL keyword completion plus schema-aware suggestions backed by a per-connection schema cache.
  • Health check — verifies database connectivity on the host's plugin health endpoint.

Configuration

No plugin-wide settings. Create a Postgres credential in DAP (host, database, user, password) and reference it from your SQL skill definitions.

Installation

Install from the DAP admin Plugins page (searches the configured NuGet feed), or drop the package into the host's plugin directory.

Changelog

1.0.10 - 2026-06-05

  • no plugin changes recorded for this version

1.0.9 - 2026-06-05

  • fix(DAP-61, postgres): bump plugin to 1.0.9 to ship language-service fix (172c239)
  • fix(DAP-61, qa-r2): include Password in HasRequiredFields gating (349bbe3)
  • fix(DAP-61, qa-r2): degrade gracefully when postgres credentials are missing (045295b)

1.0.8 - 2026-04-16

  • Refactor publish script; bump plugin versions (3919487)
  • feat: add Scriban async template functions and autocompletion to HTTP scripting engine (5101fee)

1.0.7 - 2026-04-01

  • fix: clean up plugin disk cache on uninstall to prevent stale DLL reuse (2631c0f)
  • feat: add custom credentials system with code generation and script editor redesign (050b3c4)

1.0.6 - 2026-03-28

  • merge: resolve conflicts with main, add inputSchema to ILanguageServiceEngine (9ac6a10)

1.0.5 - 2026-03-25

  • refactor: reorganize skill/script architecture with extensible engine interfaces (7ce536a)
  • bundle deps (b0f7a9d)

1.0.4 - 2026-03-21

  • bump version (6a26ccd)
  • credential probes (cabed95)
  • IMAP extension (6f4e486)

1.0.3 - 2026-03-19

  • download missing on startup (50c9e3b)

1.0.2 - 2026-03-19

  • rename (eb78da6)

1.0.1 - 2026-03-18

  • updated health check (2ba99b7)
  • improved plugins publish (4c0e78c)

1.0.0 - 2026-03-16

  • Restructure solution and rename projects (d58d221)
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.10 260 6/5/2026
1.0.9 122 6/5/2026
1.0.8 480 4/16/2026
1.0.7 213 4/1/2026
1.0.6 196 3/28/2026
1.0.5 131 3/25/2026
1.0.4 124 3/21/2026
1.0.3 119 3/19/2026
1.0.2 115 3/19/2026
1.0.1 116 3/18/2026
1.0.0 130 3/16/2026