tests/testthat/_snaps/dbListObjects.md

dbListObjects snapshot - empty memory db

Code
  dbListObjects(con)
Output
          table is_prefix
  1 <Id> "main"      TRUE

dbListObjects snapshot - with prefix

Code
  dbListObjects(con, prefix = Id(schema = "main"))
Output
                table is_prefix
  1 <Id> "main"."bar"     FALSE
  2 <Id> "main"."foo"     FALSE


Try the RSQLite package in your browser

Any scripts or data that you put into this service are public.

RSQLite documentation built on May 23, 2026, 9:07 a.m.