Filtering out tables during introspection

I'm using Planetscale, and they automatically create _vrepl tables in my database. Is there a way to filter out tables ending in _vrepl during drizzle-kit pull?
1 Reply
victor
victorOP3mo ago
Solved using: tablesFilter: ["!*_vrepl"]

Did you find this page helpful?