Skip to content

Dialect selection rather than both mysql & postgres #3

@fritzy

Description

@fritzy

Knex does it like this:

let knex = require('knex')({dialect: 'pg'})

I could see having a .PG and .MySQL object, and sharing code where possible, or having a constructor like knex with a dialect option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions