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 ce929ef commit 8749932Copy full SHA for 8749932
by-language/javascript-typeorm/src/data-source.ts
@@ -3,7 +3,7 @@ import { DataSource } from "typeorm"
3
import { User } from "./entity/User"
4
5
export const AppDataSource = new DataSource({
6
- type: "postgres",
+ type: "cratedb-postgres",
7
host: "localhost",
8
port: 5432,
9
username: "crate",
0 commit comments