For our purposes we're using dbfront to populate some tables in a 'config' schema. A series of stored procedures are then executed which generate new tables in our 'production' schema.
Because of how we use dbfront, we only want to be editing the 'config' schema. Whilst we can hide objects in the 'production' schema using the interface, this schema is rapidly changing and it would be nice if we could tell dbfront to ignore / use specific schema to make it a little more manageable.
Can you please add the ability to ignore certain schemas?