Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa da2dec447b allow to specify how many times we can try to connect to the database at startup
add config options:
db_startup_connection_max_attempts - default 0 (infinite)
db_startup_connection_attempt_delay - delay in seconds between attempts (default 5)

BREAKING CHANGE: WINIX_PLUGIN_INIT plugin message requires to set result status,
you have to set the result status to true (env.res) if your
plugin was initialized correctly, otherwise winix will not start
2022-04-29 06:17:16 +02:00
winixcli add cmp ezc function 2022-01-22 04:35:42 +01:00
winixd allow to specify how many times we can try to connect to the database at startup 2022-04-29 06:17:16 +02:00
.editorconfig added .editorconfig file 2021-06-16 18:09:18 +02:00
.gitignore add winixcli/src/winix to .gitignore 2022-01-18 19:46:12 +01:00