judge0 icon indicating copy to clipboard operation
judge0 copied to clipboard

Add config option to specify pg schema under which tables are created

Open TheComputerM opened this issue 4 months ago • 0 comments

Adding an option for specifying Postgres schema under which judge0 creates tables will be helpful because currently to ensure data separation you'll have to create different tables which also prevents cross-object queries.

This option will be backward compatible also as it can just be set to "public" by default.

If need be, I can make a PR.

TheComputerM avatar Jun 14 '25 12:06 TheComputerM