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

MySQL Adapter for Parse Server

Results 7 parse-server-mysql-adapter issues
Sort by recently updated
recently updated
newest added

MariaDB is backwards compatible with MySQL except for JSON type. `:json` is converted to `:longtext` (string). Plugins exists for support, `JSON.parse` will also work. Later version could also add support.

My problem when I try to do query in a JsonArray I get this message in server console : `Unknown column 'Owner.post' in 'where clause'` is there an alternative to...

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...

(node:18776) UnhandledPromiseRejectionWarning: TypeError: MySQL is not a constructor I've got this error. here is my code `const { MySQL } = require('parse-server-mysql-adapter'); const mysql = new MySQL(DB_URI); const parseServerAPI =...

hello. I've got this error when connecting to the database: Unable to ensure uniqueness for usernames: Parameter "url" must be a string, not object here is my code: ` const...

`TypeError: Cannot read property '*' of undefined at SchemaData.get (C:\apps\rentoza-stories\server\node_modules\parse-server\lib\Controllers\SchemaController.js:549:84) at SchemaController.getClassLevelPermissions (C:\apps\rentoza-stories\server\node_modules\parse-server\lib\Controllers\SchemaController.js:1308:27) at SchemaController.validatePermission (C:\apps\rentoza-stories\server\node_modules\parse-server\lib\Controllers\SchemaController.js:1304:53) at validateClassName.then.then.schemaController (C:\apps\rentoza-stories\server\node_modules\parse-server\lib\Controllers\DatabaseController.js:796:63) at process._tickCallback (internal/process/next_tick.js:68:7) error: Uncaught internal server error.Cannot read property '*'...