Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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!

asked 12 Sep '14, 15:30

jarda_kotesovec's gravatar image

jarda_kotesovec
1214510
accept rate: 0%


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.

permanent link

answered 16 May '16, 21:06

Phil%20Mitchell's gravatar image

Phil Mitchell
1.9k1831
accept rate: 27%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×21
×4

question asked: 12 Sep '14, 15:30

question was seen: 3,824 times

last updated: 16 May '16, 21:06