sandbox-agent/sdks/persist-postgres
Nathan Flurry 441083ea2a Fix SDK typecheck errors and update persist drivers for insertEvent signature
- Fix insertEvent call in client.ts to pass sessionId as first argument
- Update Daytona provider create options to use Partial type (image has default)
- Update StrictUniqueSessionPersistDriver in tests to match new insertEvent signature
- Sync persist packages, openapi spec, and docs with upstream changes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 20:28:56 -07:00
..
src Fix SDK typecheck errors and update persist drivers for insertEvent signature 2026-03-15 20:28:56 -07:00
package.json Fix SDK typecheck errors and update persist drivers for insertEvent signature 2026-03-15 20:28:56 -07:00
README.md Fix SDK typecheck errors and update persist drivers for insertEvent signature 2026-03-15 20:28:56 -07:00
tsconfig.json chore: fix bad merge 2026-02-11 07:57:02 -08:00
tsup.config.ts chore: fix bad merge 2026-02-11 07:57:02 -08:00
vitest.config.ts chore: fix bad merge 2026-02-11 07:57:02 -08:00

@sandbox-agent/persist-postgres

Deprecated: This package has been deprecated and removed. The implementation now lives as a copy-paste reference in examples/persist-postgres.

Install pg directly and copy the driver source into your project. See the full example.