create_lazy_conn: Create a lazy connection to a table in a schema

View source: R/create_lazy_conn.R

create_lazy_connR Documentation

Create a lazy connection to a table in a schema

Description

Create a lazy connection to a table in a schema

Usage

create_lazy_conn(pool_conn, schemaname = "public", tablename)

Arguments

pool_conn

A pool connection to a PostgreSQL database

schemaname

The schema from which to get the tables. Default is public

tablename

The name of the table to create the connection to

Value

A pool connection object


Aypak/dbhelpers documentation built on Jan. 25, 2024, 9:03 p.m.