Files
Burak Yucesoy c780ce767c Perform majority of Postgres validations using the option tree
This commit finally starts to use option tree for one of its design goals;
validating the user input.

The idea is that currently we need to implement validation functions for each
parameter we get from the user. However, in the option tree we already have
all the valid options. So we can use the option tree to validate (most of) the
user input.
2025-06-20 07:56:16 +03:00
..
2025-05-13 06:24:13 +09:00