Added support for configuring SSL in Postgres connection strings.
When using [BindTable] the binder can now detect the table name based on the property type, if it is a table wrapper class (but not if it is Tabular).
SQL preprocessor now forbids illegal combinations of declarations (e.g. can only use {@tbl} in a handler but not in a function or query) and gives better error information.
Added a "netstandard.dll" reference into the default config file as many current NuGet packages rely on it.