Connect to Postgres database on your own server.

Hi everyone, I need to connect my Flutterflow application with an ERP which uses a Postgres database inside my own server (Ubuntu).

I know that there is the dart package in pub.dev (https://pub.dev/packages/postgres), I would have to do everything manually, that is to say that a query to the database returns me a list of Custom Data Type and filter the list, define all CRUD actions of the database directly in Custom Functions?

Any suggestions or help would be appreciated.

6 replies