Hi, its wonderful that you support Node.js by providing driver. Since you provide dialect for python library SQLAlchemy, I am wondering if there are any plans to provide dialect also for Knex.js (http://knexjs.org/), which is great sql query builder for Node.js. It already supports Postgres, MySQL, MariaDB and SQLite3. And upcoming (0.7) version support also Oracle dialect. Thank you for any feedback! |
I have taken the initiative on my own time to put this together. Unfortunately, knex is not written in a pluggable way. So I created a fork. I have a pending pull request with the main project. It may or may not be accepted, but in the meantime, it can be used from here: https://github.com/phil-mitchell/knex Please be aware that I did this on my own. So any issues should be reported directly to me, not SAP. |