{"id":27228362,"url":"https://github.com/devzolo/oracle","last_synced_at":"2025-04-10T12:37:27.140Z","repository":{"id":47295416,"uuid":"516015199","full_name":"devzolo/oracle","owner":"devzolo","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-22T14:29:29.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T03:29:51.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devzolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-20T14:28:48.000Z","updated_at":"2022-07-20T14:28:57.000Z","dependencies_parsed_at":"2024-02-21T20:46:11.246Z","dependency_job_id":"de42ad58-1ff3-4994-a248-85c1f7759d8d","html_url":"https://github.com/devzolo/oracle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Foracle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Foracle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Foracle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzolo%2Foracle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devzolo","download_url":"https://codeload.github.com/devzolo/oracle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217150,"owners_count":21066633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-10T12:37:25.084Z","updated_at":"2025-04-10T12:37:27.123Z","avatar_url":"https://github.com/devzolo.png","language":"Go","readme":"# GORM Oracle Driver\n\n## Required dependency Install\n\n- Oracle 12C+\n- Golang 1.13+\n- see [ODPI-C Installation.](https://oracle.github.io/odpi/doc/installation.html)\n\n## Quick Start\n\n### how to install\n\n```bash\ngo get github.com/devzolo/oracle\n```\n\n### usage\n\n```go\nimport (\n \"fmt\"\n \"github.com/devzolo/oracle\"\n \"gorm.io/gorm\"\n \"log\"\n)\n\nfunc main() {\n    db, err := gorm.Open(oracle.Open(\"system/oracle@127.0.0.1:1521/XE\"), \u0026gorm.Config{})\n    if err != nil {\n        // panic error or log error info\n    }\n    // do somethings\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzolo%2Foracle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevzolo%2Foracle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzolo%2Foracle/lists"}