magick93
magick93
Did you find a solution for this?
Where does `ExecutionContext` come from?
Agree, would love to see this as a library.
I think this query can fix it: ``` WITH table_columns AS ( SELECT n.nspname AS schema_name, c.relname AS table_name, a.attname AS column_name, pg_catalog.format_type(a.atttypid, a.atttypmod) AS column_type, a.attnotnull AS is_not_null, a.attnum...