Now that DO sqlite is GA, how to get a database and a table size ? SELECT page_size * page_count A

Now that DO sqlite is GA, how to get a database and a table size ?

SELECT page_size * page_count AS size FROM pragma_page_size, pragma_page_count

returns me a Error: not authorized: SQLITE_AUTH
Was this page helpful?