parse-server-mysql-adapter icon indicating copy to clipboard operation
parse-server-mysql-adapter copied to clipboard

MySQL is not a constructor

Open okobsamoht opened this issue 2 years ago • 1 comments

Hello, thanks for the grat job. is the project still active? i'm havin issues using this adapter. MySQL is not a constructor details and infos on the screenshot. can anyone help? Screenshot from 2022-11-27 21-48-20

okobsamoht avatar Nov 27 '22 20:11 okobsamoht

No - const = require('parse-server-mysql-adapter').MySQL;

Yes - const = require('parse-server-mysql-adapter');

Remove .MySQL

NeltonMenata avatar Dec 02 '22 15:12 NeltonMenata