不要怂,就是干,撸起袖子干!

Commit e439ab42 by Peter Timoshevsky Committed by GitHub

docs(sequelize.js): add mariadb dialect (#13519)

1 parent 9ea98938
Showing with 1 additions and 1 deletions
......@@ -130,7 +130,7 @@ class Sequelize {
* @param {string} [options.username=null] The username which is used to authenticate against the database.
* @param {string} [options.password=null] The password which is used to authenticate against the database.
* @param {string} [options.database=null] The name of the database
* @param {string} [options.dialect] The dialect of the database you are connecting to. One of mysql, postgres, sqlite and mssql.
* @param {string} [options.dialect] The dialect of the database you are connecting to. One of mysql, postgres, sqlite, mariadb and mssql.
* @param {string} [options.dialectModule=null] If specified, use this dialect library. For example, if you want to use pg.js instead of pg when connecting to a pg database, you should specify 'require("pg.js")' here
* @param {string} [options.dialectModulePath=null] If specified, load the dialect library from this path. For example, if you want to use pg.js instead of pg when connecting to a pg database, you should specify '/path/to/pg.js' here
* @param {object} [options.dialectOptions] An object of additional options, which are passed directly to the connection library
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!