Hello, I decided to conduct an experiment with the connection ArcadeDB is an open-source, Apache 2.0 licensed multi-model database, the documentation states that the database supports Postgres Wire protocol (old PG protocol).
I was interested in this, and I would like to work with a graph database using standard wappler tools.
I connected the required plugin, it was successfully launched and...
Naturally, I got an error in Knex.js Recipe it is indicated that
Specify PostgreSQL version that database you are using is compatible with protocol-wise using
versionoption
But in the database connection options, there is no option to select a version.
Maybe someone went through this path and achieved success?