judge0
judge0 copied to clipboard
Add config option to specify pg schema under which tables are created
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.