Skip to content

Connection is undefined or null #95

@RobertZito

Description

@RobertZito

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions