File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
packages/@postgrestools/backend-jsonrpc/src Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33use crate :: lint;
44pub type AddSerialColumn =
55 <lint:: safety:: add_serial_column:: AddSerialColumn as pgls_analyse:: Rule >:: Options ;
6- pub type AddingFieldWithDefault =
7- <lint:: safety:: adding_field_with_default:: AddingFieldWithDefault as pgls_analyse:: Rule >:: Options ;
6+ pub type AddingFieldWithDefault = < lint :: safety :: adding_field_with_default :: AddingFieldWithDefault as pgls_analyse :: Rule > :: Options ;
87pub type AddingForeignKeyConstraint = < lint :: safety :: adding_foreign_key_constraint :: AddingForeignKeyConstraint as pgls_analyse :: Rule > :: Options ;
98pub type AddingNotNullField =
109 <lint:: safety:: adding_not_null_field:: AddingNotNullField as pgls_analyse:: Rule >:: Options ;
Original file line number Diff line number Diff line change 11// Generated file, do not edit by hand, see `xtask/codegen`
22import type { Transport } from "./transport" ;
33export interface IsPathIgnoredParams {
4- pgt_path : PgTPath ;
4+ pgls_path : PgTPath ;
55}
66export interface PgTPath {
77 /**
@@ -305,6 +305,10 @@ export interface PartialDatabaseConfiguration {
305305 * The connection timeout in seconds.
306306 */
307307 connTimeoutSecs ?: number ;
308+ /**
309+ * A connection string that encodes the full connection setup. When provided, it takes precedence over the individual fields.
310+ */
311+ connectionString ?: string ;
308312 /**
309313 * The name of the database.
310314 */
You can’t perform that action at this time.
0 commit comments