Hello. I want to check an existence of tables.
But I don't see a way to make it through cached list by default. I see `Database.cache_schema`, which is `true` by default. And I see `Database.tables` (from PostgreSQL adapter) and `Database.table_exists?`, which are making queries to DB every time. Should we cache those results with `cache_schema = true`? Thank you. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/f8aee662-2d40-4500-b175-eae6201ea245%40googlegroups.com.
