Custom function for printing duckdb database connections
Usage
print_duckdb(object, table_limit = 50)
Arguments
- object
a database connection to a duckdb database
Details
Use the following to overwrite the S4 method for printing duckdb
objects.
setMethod("show", "duckdb_connection", wisclabmisc::print_duckdb)