-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I am new to this package, I have worked with Hibernate so I kind of understand the ORM. But the document indicates that if the dB is specified it assumes the connection is made. So I have the below in my database.json but I keep getting connection is null or undefined if I attempt just the basic sample. Can someone show me a connection example with node Oracle?
"oracle": {
"driver": "oracle",
"hostname": "localhost",
"port": 1521,
"database": "hr",
"user": "xxxe",
"password": "password"
}
Metadata
Metadata
Assignees
Labels
No labels