{"id":20604833,"url":"https://github.com/themost-framework/oracle","last_synced_at":"2026-01-23T13:08:20.643Z","repository":{"id":52804678,"uuid":"359241553","full_name":"themost-framework/oracle","owner":"themost-framework","description":"MOST Web Framework Oracle Data Adapter","archived":false,"fork":false,"pushed_at":"2024-01-21T13:04:34.000Z","size":171,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-03-23T09:30:17.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themost-framework.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}},"created_at":"2021-04-18T20:04:23.000Z","updated_at":"2024-04-14T19:35:24.631Z","dependencies_parsed_at":"2024-04-14T19:35:20.651Z","dependency_job_id":"9b376587-493c-46b3-a8a7-c05df6e29bb1","html_url":"https://github.com/themost-framework/oracle","commit_stats":null,"previous_names":["themost-framework/themost-oracle"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Foracle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Foracle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Foracle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Foracle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themost-framework","download_url":"https://codeload.github.com/themost-framework/oracle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250872,"owners_count":20096895,"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":"2024-11-16T09:25:09.310Z","updated_at":"2026-01-23T13:08:20.631Z","avatar_url":"https://github.com/themost-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @themost/oracle\nMost Web Framework Oracle Adapter\n## Install\n\n```bash\nnpm install @themost/oracle\n```\n\n## Usage\n\nRegister Oracle data adapter at app.json:\n\n```json\n{\n    \"adapterTypes\": [\n        { \"name\":\"Oracle Data Adapter\", \"invariantName\": \"oracle\", \"type\":\"@themost/oracle\" }\n    ],\n    adapters: [\n        { \"name\":\"development\", \"invariantName\":\"oracle\", \"default\":true,\n            \"options\": {\n              \"host\":\"localhost\",\n              \"port\":1521,\n              \"user\":\"user\",\n              \"password\":\"password\",\n              \"service\":\"orcl\",\n              \"schema\":\"PUBLIC\"\n            }\n        }\n    ]\n}\n```\n\nUse `session` options to define Oracle session parameters. For example:\n\n```json\n{ \n    \"name\":\"development\", \"invariantName\":\"oracle\", \"default\":true,\n    \"options\": {\n        \"host\":\"localhost\",\n        \"port\":1521,\n        \"user\":\"user\",\n        \"password\":\"password\",\n        \"service\":\"orcl\",\n        \"schema\":\"PUBLIC\",\n        \"session\": {\n            \"NLS_COMP\": \"LINGUISTIC\",\n            \"NLS_SORT\": \"BINARY_CI\"\n        }\n    }\n}\n```\n\nIf you are intended to use Oracle adapter as the default database adapter set the property \"default\" to true.\n\n Note: Most Web Framework Oracle Adapter depends on [Oracle Database driver for Node.js](https://github.com/oracle/node-oracledb) maintained by Oracle Corp.\n \n Before install it, read the node-oracledb [installation instructions] (https://github.com/oracle/node-oracledb/blob/master/INSTALL.md) provided by Oracle Corp.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Foracle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemost-framework%2Foracle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Foracle/lists"}