knex / knex

A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
https://knexjs.org/
MIT License
19.37k stars 2.13k forks source link

DB2 support? #1115

Closed eici closed 6 years ago

eici commented 8 years ago

Are there any plans to include DB2 into the list of supported Databases? Greets, Chris

mikermcneil commented 7 years ago

This is something I can probably help with, as time allows. Let me know!

eici commented 7 years ago

Hi Mike, thanks a lot for considering… but this was over one year ago… i moved on… :-)

Thanks, Chris

Christian Eibl christian.eibl@emundo.de

Am 15.02.2017 um 02:24 schrieb Mike McNeil notifications@github.com:

This is something I can probably help with, as time allows. Let me know http://twitter.com/mikermcneil!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tgriesser/knex/issues/1115#issuecomment-279890262, or mute the thread https://github.com/notifications/unsubscribe-auth/AACUiOHN3NtMAhEl0FW1UP2o-cHbnXiJks5rclPJgaJpZM4G7k9U.

gabrielmancini commented 7 years ago

@mikermcneil i can help too

jdukleth commented 6 years ago

+1

kibertoad commented 6 years ago

See https://github.com/tgriesser/knex/blob/master/CONTRIBUTING.md -> "I would like to add support for new dialect to knex, is it possible?"

TL;DR -> no new dialects to be added to knex.js, create new npm package for that instead.

henryjw commented 6 years ago

Anyone interested in this should probably see #1350. I'm currently working on a POC for a DB2 dialect.

elhigu commented 6 years ago

Exactly as @kibertoad said. Closing.