Skip to content

Cannot read property 'Database' of undefined #4291

@izengliang

Description

@izengliang

Issue type:

[x] question

Database system/driver:

[ x ] sqljs

TypeORM version:

[ x ] @next

Steps to reproduce or a small repository showing the problem:

createConnection({
  type: "sqljs",
  location: "test", 
  autoSave: true,
  entities: [
      User
  ],
  logging: ['query', 'schema'],
  synchronize: true
})

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions