package
0.10.6
Repository: https://github.com/goto/meteor.git
Documentation: pkg.go.dev

# README

postgres

Usage

source:
  name: postgres
  config:
    connection_url: postgres://admin:pass123@localhost:3306/testDB?sslmode=disable
    exclude: primaryDB,secondaryDB

Inputs

KeyValueExampleDescription
connection_urlstringpostgres://admin:pass123@localhost:3306/testDB?sslmode=disableURL to access the postgres serverrequired
excludestringprimaryDB,secondaryDBThis is a comma separated db listoptional

Outputs

FieldSample Value
resource.urnpostgres::my-postgres/my_database/my_table
resource.namemy_table
resource.servicepostgres
descriptiontable description
profile.total_rows2100
schema[]Column

Column

FieldSample Value
nametotal_price
descriptionitem's total price
data_typedecimal
is_nullabletrue
length12,2

Contributing

Refer to the contribution guidelines for information on contributing to this module.

# Functions

No description provided by the author
New returns a pointer to an initialized Extractor Object.

# Structs

Config holds the set of configuration options for the extractor.
Extractor manages the extraction of data from the extractor.