I only want to store these options if the connection to the database is established, to avoid saving incorrect values by error. I, then, did not use property alias, as the documentation reccomends, and instead have a function to save the parameters when the application sees the database open. I have to use the function because a Connections inside LoginPage gets called _after_ the Connections in Main, meaning that i would get deleted before it has the chance to save the settings. Now i can’t assume connect options will include search_path, as it is unreasonable to request people to know the internal schemas of the application.
Description
No description provided
Languages
PLpgSQL
67.5%
Go
24.3%
CSS
3.9%
C++
1.8%
QML
1.2%
Other
1.1%