markgidman-rad
markgidman-rad
In case anyone comes here later, assuming you are using lucid, to adopt this change simply update `import { withAuthFinder } from '@adonisjs/auth'` to `import { withAuthFinder } from '@adonisjs/auth/mixins/lucid'`
Google has released the [Cloud SQL Node.js connector](https://cloud.google.com/blog/products/databases/cloud-sql-nodejs-connector-is-ga) which is now the preferred mechanism for connecting to Cloud SQL from NodeJS on App Engine and/or Cloud Run. While the connector...
similar issue - model.merge().save() with a json column is treating the json property like a nested column