{"id":19778876,"url":"https://github.com/rongfengliang/cubejs-oceanbase-driver","last_synced_at":"2026-05-14T10:39:51.661Z","repository":{"id":86386601,"uuid":"606773735","full_name":"rongfengliang/cubejs-oceanbase-driver","owner":"rongfengliang","description":"cubejs-oceanbase-driver","archived":false,"fork":false,"pushed_at":"2023-02-28T15:49:49.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-23T13:58:57.634Z","etag":null,"topics":["cube","nodejs","oceanbase"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rongfengliang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-26T14:28:20.000Z","updated_at":"2023-06-15T02:51:48.000Z","dependencies_parsed_at":"2023-03-07T23:15:44.064Z","dependency_job_id":null,"html_url":"https://github.com/rongfengliang/cubejs-oceanbase-driver","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/rongfengliang%2Fcubejs-oceanbase-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fcubejs-oceanbase-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fcubejs-oceanbase-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rongfengliang%2Fcubejs-oceanbase-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rongfengliang","download_url":"https://codeload.github.com/rongfengliang/cubejs-oceanbase-driver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241110507,"owners_count":19911335,"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":["cube","nodejs","oceanbase"],"created_at":"2024-11-12T05:32:31.683Z","updated_at":"2026-05-14T10:39:51.625Z","avatar_url":"https://github.com/rongfengliang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# oceanbase-cubejs-driver\n\n## Usage\n\n* cube.js\n\n```code\n// Cube.js configuration options: https://cube.dev/docs/config\nconst {OceanBaseQuery,OceanBaseDriver} = require(\"oceanbase-cubejs-driver\")\nmodule.exports = {\n    dialectFactory: (dataSource) =\u003e {\n        // need config  datasource  for multitenant env\n        return OceanBaseQuery\n    },\n    dbType: ({ dataSource } = {}) =\u003e {\n        return \"oceanbase\"\n    },\n    driverFactory: ({ dataSource } = {}) =\u003e {\n        return new OceanBaseDriver({\n            host: xxxxxx,\n            port:xxxx,\n            database: xxxx,\n            user:xxx,\n            password: xxxx\n        })\n    }\n};\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frongfengliang%2Fcubejs-oceanbase-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frongfengliang%2Fcubejs-oceanbase-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frongfengliang%2Fcubejs-oceanbase-driver/lists"}