[CONJS-80] knex MariaDB implementation Created: 2019-06-06  Updated: 2019-06-06

Status: Open
Project: MariaDB Connector/node.js
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Minor
Reporter: Diego Dupin Assignee: Diego Dupin
Resolution: Unresolved Votes: 0
Labels: None


 Description   

from https://github.com/MariaDB/mariadb-connector-nodejs/issues/57

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

  1. 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.


Generated at Thu Feb 08 03:22:37 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.