Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connecting to Oracle database with gorm in golang

Dazy wedJul 22 2022 — edited Jul 22 2022

Previously I was using godror package to connect to oracle database client. And now i want to implement ORM in my system and want to connect to oracle using GORM package but it seems I am unable to do it though. I did found out a package https://github.com/CengSin/oracle cfo but the package installation seem to fail. Trying: go get github.com/cengsin/oracle
I seem to be stuck on this.

Comments
Post Details
Added on Jul 22 2022
0 comments
2,030 views