feat: add initial TypeORM configuration for Oracle database connection.

This commit is contained in:
Joelbrit0 2026-01-21 11:52:43 -03:00
parent f2e46a602e
commit abbe8fba8c
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
import { DataSource } from 'typeorm';
import * as path from 'path';
export const AppDataSource = new DataSource({
type: 'oracle',