embedded-database-spring-test
embedded-database-spring-test copied to clipboard
[Q] How to set shared_preload_libraries ?
I need to configure the pg_stat_statements extension. In order for it to be installed correctly I need to specify it in shared_preload_libraries, what is the correct way to do this?
I tried to set zonky.test.database.postgres.server.properties.shared_preload_libraries=pg_stat_statements but it doesn't seem to work.
I guess this is a similar issue to #233. I'll have to do more research and then let you know.