File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88This plugin, lovingly cribbed from [ ember-cli-deploy-redis] [ 8 ] , uploads the
99contents of a file, presumably index.html, to a specified database table.
1010PostgreSQL, MySQL/MariaDB, Oracle, and other relational database management
11- systems (RDBMS) are supported.
11+ systems (RDBMS) are supported (courtesy of [ Knex.js ] [ 3 ] ) .
1212
1313More often than not this plugin will be used in conjunction with the [ lightning
1414method of deployment] [ 1 ] where the Ember.js application assets will be served
@@ -128,7 +128,7 @@ the [Plugin Documentation][2].
128128
129129### sqlOptions
130130
131- These options are assembled and passed to [Knex.js][3]. Knex is used as a
131+ These four options are assembled and passed to [Knex.js][3]. Knex is used as a
132132query builder and database abstraction layer (DAL). Please see [its
133133documentation][11] for more information on these options. N.B.:
134134
You can’t perform that action at this time.
0 commit comments