Hello all, WIth Postgres Is there a way to check i...
# exposed
r
Hello all, WIth Postgres Is there a way to check if a schema exists using exposed? I can find out using psql with the command
SELECT schema_name FROM information_schema.schemata WHERE schema_name = 'schema';