We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue type:
[ ] question [x] bug report [ ] feature request [ ] documentation issue
Database system/driver:
[ ] cordova [ ] mongodb [ ] mssql [ ] mysql / mariadb [ ] oracle [x] postgres [ ] cockroachdb [ ] sqlite [ ] sqljs [ ] react-native [ ] expo
cordova
mongodb
mssql
mysql
mariadb
oracle
postgres
cockroachdb
sqlite
sqljs
react-native
expo
TypeORM version:
[x] latest [ ] @next [ ] 0.x.x (or put your version here)
latest
@next
0.x.x
Steps to reproduce or a small repository showing the problem:
I've set up my project for a Postgres database but it seems like TypeORM is trying to use the SQL Lite Driver which keeps throwing an error.
ormconfig.json
{ "type": "postgres", "host": "localhost", "port": 5432, "username": "[USERNAME]", "password": "[PASSWORD]", "database": "[DATABASE]", "synchronize": true, "logging": false, "entities": [ "entity/**/*.ts" ], "migrations": [ "migration/**/*.ts" ], "subscribers": [ "subscriber/**/*.ts" ], "cli": { "entitiesDir": "entity", "migrationsDir": "migration", "subscribersDir": "subscriber" } }
The error:
I get this just from following the Quick Start instructions
The text was updated successfully, but these errors were encountered:
@tellmewhy-sir Thanks for the report! denolib/[email protected] does not support the latest version of Deno. Can you update it to v0.2.23-rc5?
denolib/[email protected]
Sorry, something went wrong.
No branches or pull requests
Issue type:
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
Database system/driver:
[ ]
cordova
[ ]
mongodb
[ ]
mssql
[ ]
mysql
/mariadb
[ ]
oracle
[x]
postgres
[ ]
cockroachdb
[ ]
sqlite
[ ]
sqljs
[ ]
react-native
[ ]
expo
TypeORM version:
[x]
latest
[ ]
@next
[ ]
0.x.x
(or put your version here)Steps to reproduce or a small repository showing the problem:
I've set up my project for a Postgres database but it seems like TypeORM is trying to use the SQL Lite Driver which keeps throwing an error.
ormconfig.json
The error:
I get this just from following the Quick Start instructions
The text was updated successfully, but these errors were encountered: