Uses of Class
com.google.genkit.plugins.postgresql.PostgresPlugin.Builder
Packages that use PostgresPlugin.Builder
Package
Description
PostgreSQL plugin for Genkit providing vector database integration using
pgvector extension.
-
Uses of PostgresPlugin.Builder in com.google.genkit.plugins.postgresql
Methods in com.google.genkit.plugins.postgresql that return PostgresPlugin.BuilderModifier and TypeMethodDescriptionPostgresPlugin.Builder.addTable(PostgresTableConfig tableConfig) Adds a table configuration.static PostgresPlugin.BuilderPostgresPlugin.builder()Creates a new builder for PostgresPlugin.PostgresPlugin.Builder.connectionString(String connectionString) Sets the JDBC connection string (required unless externalDataSource is provided).PostgresPlugin.Builder.dataSource(DataSource dataSource) Sets an external DataSource to use instead of creating one.PostgresPlugin.Builder.hikariProperty(String key, Object value) Sets a HikariCP connection pool property.static PostgresPlugin.BuilderCreates a builder configured for a local PostgreSQL instance.Sets the database password.Sets the database username.