@dbcube/core 1.0.45 → 1.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -613,6 +613,7 @@ var Engine = class {
613
613
  setArguments() {
614
614
  let args = [];
615
615
  if (this.config.type == "sqlite") {
616
+ console.log(this.config.config.DATABASE);
616
617
  args = [
617
618
  "--id",
618
619
  "dbcube-" + this.name,