I'm trying to connect postgres database from sequelize (node.js).But sequelize throws error like ERROR: database "public" does not exist.
The database url is given below:
postgres://postgres:root@localhost:5432/public
The show db result is given below:

I have modified the database url as follows:
postgres://postgres:root@localhost:5432/postgres, where postgres is valid database.Please find the attached image below:

create table public.sequalizemeta ...