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
})
