package
0.17.0-rc0
Repository: https://github.com/interline-io/transitland-lib.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewReader returns an initialized Reader based on the provided url string.
NewWriter returns a Writer appropriate for the given connection url.
OpenWriter opens & creates a db writer.
No description provided by the author

# Variables

No description provided by the author

# Structs

PostgresAdapter connects to a Postgres/PostGIS database.
QueryLogger wraps sql/sqlx methods with loggers.
Reader reads from a database.
Writer takes a Reader and saves it to a database.

# Interfaces

Adapter provides an interface for connecting to various kinds of database backends.
No description provided by the author