How to connect to Oracle database?

Is there any documentation to guide users how to connect to Oracle? I can't find it anywhere.
5 Replies
Mario564
Mario564•10mo ago
Currently, Oracle DB isn't officially supported by Drizzle
thomasls-lha
thomasls-lhaOP•10mo ago
@Mario564 do you have any Drizzle alternative for Oracle? I'm seeking for a schema-first ORM with good migration tool.
Mario564
Mario564•10mo ago
I'm not aware of any major ORM in TS/JS that has support for Oracle. You may be able to find smaller packages for this though, although since they're small, they run the risk of being abandoned or not maintained as much
thomasls-lha
thomasls-lhaOP•10mo ago
Unfortunately 🥲 Thank you
collinb512
collinb512•5mo ago
Sequelize does. It’s the OG of JS ORMs.

Did you find this page helpful?