Igor Savin
Igor Savin
I've just checked, dialect file is called index.js and not sqlite3.js Where are you seeing it being otherwise?
It might be happening because sqlite3 dialect folder is called sqlite3. can you try renaming it to something else in your node_modules and use that as a dialect name?
OK, I think I can come up with a fix based on these findings, but it'll have to be a semver major, I'm afraid.
@Eomm That is an option in some cases, but it has very limited granularity, and sometimes you may not even have necessary level of control, e. g. if route is...
@metcoder95 @climba03003 I've adjusted the code. Are we good with the approach now, can I proceed with TS types and documentation?
@wansiedler It's not a trivial task. If anyone would like to contribute knex dialect for `@mysql/xdevapi`, I would be more than happy to provide any and all assistance for such...
@pate313373 As long as API is DB-agnostic and could potentially be implemented for other databases (which should throw an error for now), that would be an option.
@MehdiSaffar Would you like to send a PR implementing support for this use-case?
@aidenfoxx Unfortunately, I don't have access to an Oracle DB right now, and setting up one locally is very tricky. If you could investigate this issue further and propose a...
@joscelynjean https://knexjs.org/#Builder-connection Is this what you are looking for?