-
Is there a way to query database to create custom views?
2025-02-10 03:08Don't use block queries with databases. Make all views with the database interface. With a simply copy/paste, you get synced copies of the database where you need the view.
Don't use block queries with databases. Make all views with the database interface. With a simply copy/paste, you get synced copies of the database where you need the view.