Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knex - next major integration #57

Closed
knoxcard opened this issue Jun 4, 2019 · 2 comments
Closed

Knex - next major integration #57

knoxcard opened this issue Jun 4, 2019 · 2 comments

Comments

@knoxcard
Copy link
Contributor

knoxcard commented Jun 4, 2019

The Sequelize integration was incredible! Ready for Knex?

Wondering if everything already works?
Once I test it out...I'll let you know

Knex
https://www.npmjs.com/package/knex
Weekly Downloads: 283,939

Node.js
The primary target environment for Knex is Node.js, you will need to install the knex library, and then install the appropriate database library: pg for PostgreSQL and Amazon Redshift, mysql for MySQL or MariaDB, sqlite3 for SQLite3, or mssql for MSSQL.

$ npm install knex --save

# Then add one of the following (adding a --save) flag:

$ npm install pg
$ npm install sqlite3
$ npm install mysql
$ npm install mysql2
$ npm install oracle
$ npm install mssql

---> ### If you want to use a MariaDB instance, you can use the mysql driver.

@knoxcard
Copy link
Contributor Author

knoxcard commented Jun 4, 2019

Just a thought, when developers see a high number of "issues", they might suspect the package as "not sufficient or completely problematic for production".

Instead of posting these particular topics as issues, maybe we could set this up?
https://github.com/MariaDB/mariadb-connector-nodejs/projects

Thanks for the great work!

@rusher
Copy link
Collaborator

rusher commented Jun 6, 2019

In fact, since it's not an issue, the best place is on MariaDB tracker: https://jira.mariadb.org/projects/CONJS/
I've recreated this task: https://jira.mariadb.org/browse/CONJS-80 and will close this issue.

(that's not as direct than GitHub issue, but that has other advantages)

@rusher rusher closed this as completed Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants