mirror of
https://github.com/knex/knex.git
synced 2025-08-03 14:22:01 +00:00
6 lines
426 B
Markdown
6 lines
426 B
Markdown
# Warning: Dead Code #
|
|
|
|
The `oracle` dialect is mostly dead code at this point. However, a handful of its methods are still referenced by the `oracledb` dialect. So, we are in the process of migrating those methods over to the `oracledb` dialect where they belong. Once that task is completed, we will officially remove the `oracle` dialect.
|
|
|
|
In short: do not use the `oracle` dialect. Use the `oracledb` dialect instead.
|