Interfaceplugin-kysely-postgresv0.1.4KyselyServiceRegistrationOptionsExtra configuration supplied to @RegisterKyselyService. interface KyselyServiceRegistrationOptions< TTable extends string = string >Member overviewPropertiestableType parametersTTableTTable extends string = stringPropertiesoptionaltableOptional override for the table name exposed via the service. It has to match the table the service class specifies as its type argument. Set this when the table name differs from the service key. readonly table: TTableDefault:the provided key
optionaltableOptional override for the table name exposed via the service. It has to match the table the service class specifies as its type argument. Set this when the table name differs from the service key. readonly table: TTableDefault:the provided key