Open whyayala opened 5 years ago
My understanding from the documentation and this https://github.com/tgriesser/knex/pull/1428/files is that my configuration above should work. Would appreciate some insight on what I'm doing wrong.
Hey. Sorry for late response. Do you still have an issue with that one? Or have you found a fix already?
I was not able to get this working. We decided to abandon this implementation though. The consensus we came to was to just designate a testing db rather than trying to spoof it with a custom dialect like alasql. I may come back to this at some point but right now I've pivoted into another project.
I'm trying to setup knex on a project to allow it to seed and migrate to
alasql
from the cli. The cli settings are defined inknexfile.js
. The settings work for the normal postgres client but with my setup foralasql
I get the following error: