Skip to content

Commit

Permalink
refactor(global): break this package into sub-package to avoid to ins…
Browse files Browse the repository at this point in the history
…tall all databases

The package is now splited under many package that manage their own datbase. This package provide
only abstract class for inheritance.

BREAKING CHANGE: All databases are in their own package, and no longer available in this one.
  • Loading branch information
Itee committed Feb 16, 2020
1 parent a667e74 commit 568eff3
Show file tree
Hide file tree
Showing 43 changed files with 1,556 additions and 5,377 deletions.
4 changes: 0 additions & 4 deletions configs/eslint.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ function CreateEslintConfiguration () {
'node': true,
'es6': true
},
globals: {
'BigInt64Array': 'readonly',
'BigUint64Array': 'readonly'
},
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module'
Expand Down
14 changes: 0 additions & 14 deletions configs/rollup.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,6 @@ function CreateRollupConfigs ( options ) {
configs.push( {
input: input,
external: [
'cassandra-driver',
'couchbase',
'nano',
'elasticsearch',
'levelup',
'mongoose',
'mysql',
'apoc',
'oracledb',
'pg-promise',
'redis',
'sqlite3',
'tedious',

'path',
'buffer',
'fs',
Expand Down
Loading

0 comments on commit 568eff3

Please sign in to comment.