SQLite Forum

SQL to return list of PRAGMAs
Login
It would be nice if there was an eponymous virtual table that would let you do the pragma operation as part of an SQL select statement, e.g.:

>SQL select * from sqlite_pragma('pragma_list');