Skip to main content

PostgreSQL

Use JdbcTemplate, method annotations, Mapper files, or the Builder API with PostgreSQL. The following pages cover database-specific configuration and usage.

ScenarioUsage
Key generationIDENTITY, SERIAL, and sequences
PaginationLIMIT / OFFSET
Insert conflictsON CONFLICT
Data backfillReturn written fields with RETURNING
Vector operationspgvector field mapping, distance thresholds, and indexes