sql_dbListTables: Wrapper to get list of tables in a database and clean up...

View source: R/db.R

sql_dbListTablesR Documentation

Wrapper to get list of tables in a database and clean up connection on error.

Description

Wrapper to get list of tables in a database and clean up connection on error.

Usage

sql_dbListTables(db)

Arguments

db

SQLite3 database file path.

Value

Character vector of table names.


uwescience/popcycle documentation built on Jan. 29, 2025, 9:50 a.m.