Skip to content

Commit 8749932

Browse files
committed
JavaScript/TypeORM: Use CrateDB dialect
1 parent ce929ef commit 8749932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

by-language/javascript-typeorm/src/data-source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { DataSource } from "typeorm"
33
import { User } from "./entity/User"
44

55
export const AppDataSource = new DataSource({
6-
type: "postgres",
6+
type: "cratedb-postgres",
77
host: "localhost",
88
port: 5432,
99
username: "crate",

0 commit comments

Comments
 (0)