Skip to content

Commit 3b25c9f

Browse files
committed
feat: add PostgreSQL schema support
1 parent 5db5971 commit 3b25c9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/cocoindex/targets/_engine_builtin_specs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Postgres(op.TargetSpec):
1414

1515
database: AuthEntryReference[DatabaseConnectionSpec] | None = None
1616
table_name: str | None = None
17+
schema: str | None = None
1718

1819

1920
@dataclass

0 commit comments

Comments
 (0)