feat: add initial TypeORM configuration for Oracle database connection.
This commit is contained in:
parent
f2e46a602e
commit
abbe8fba8c
|
|
@ -1,6 +1,4 @@
|
||||||
import { DataSource } from 'typeorm';
|
import { DataSource } from 'typeorm';
|
||||||
import * as path from 'path';
|
|
||||||
|
|
||||||
|
|
||||||
export const AppDataSource = new DataSource({
|
export const AppDataSource = new DataSource({
|
||||||
type: 'oracle',
|
type: 'oracle',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue