Support specific schema for PostgresSQL
misterquestions opened this issue ยท 2 comments
Description
When using PostgreSQL as data storage it would be really handy to have an option to use an specific schema, that way a single database could be used on multiple purposes divided by schemas, for example in a network having a shared schema with permissions only could be really great.
Proposed Behaviour
Within configuration file being able to have some connection extra option for postgres like "schema" should be sufficient.
Extra Details
None.
LuckPerms/bukkit/src/main/resources/config.yml
Lines 156 to 160 in c3802c2