We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b3919 commit a68f8b0Copy full SHA for a68f8b0
website/docs/databases/typeorm.md
@@ -27,7 +27,7 @@ createConnection({
27
url: 'postgres://user@localhost:5432/dbname',
28
entities,
29
}).then(() => {
30
- const accountsTypeorm = new Typeorm({
+ const accountsTypeorm = new AccountsTypeorm({
31
// options
32
});
33
const accountsServer = new AccountsServer(
0 commit comments