{"id":19358847,"url":"https://github.com/kathan/strong-oracle-orm","last_synced_at":"2026-05-15T17:33:59.226Z","repository":{"id":57372878,"uuid":"41924617","full_name":"kathan/strong-oracle-ORM","owner":"kathan","description":"Object Relational Mapping class for the strong-oracle library.","archived":false,"fork":false,"pushed_at":"2017-08-16T15:45:02.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T18:42:04.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kathan.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}},"created_at":"2015-09-04T15:54:08.000Z","updated_at":"2017-08-16T15:45:03.000Z","dependencies_parsed_at":"2022-08-29T16:41:33.072Z","dependency_job_id":null,"html_url":"https://github.com/kathan/strong-oracle-ORM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kathan%2Fstrong-oracle-ORM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kathan%2Fstrong-oracle-ORM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kathan%2Fstrong-oracle-ORM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kathan%2Fstrong-oracle-ORM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kathan","download_url":"https://codeload.github.com/kathan/strong-oracle-ORM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240475230,"owners_count":19807292,"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-10T07:13:19.323Z","updated_at":"2026-05-15T17:33:59.172Z","avatar_url":"https://github.com/kathan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strong-oracle-ORM\nThis is an Object Relational Mapping class for the strong-oracle library.\n\n#### Dependencies:\n* [strong-oracle](https://github.com/strongloop/strong-oracle)\n\nExample:\n```js\n/*CREATE TABLE test_table(ID NUMBER, NAME VARCHAR2(100), CREATION_DATE TIMESTAMP)*/\nvar settings = {},\n\toracle = require(\"strong-oracle\")(settings),\n\tORM = require('strong-oracle-ORM'),\n\tconnectData = { \"hostname\": \"localhost\",\n\t\t\t\"user\": \"test\",\n\t\t\t\"password\": \"test\",\n\t\t\t\"database\": \"ORCL\"\n\t\t\t};\n\nnew ORM(connectData, 'test_table', function(err, tab){\n  tab.insert({id:1, name:'Row1', creation_date:new Date()});\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkathan%2Fstrong-oracle-orm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkathan%2Fstrong-oracle-orm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkathan%2Fstrong-oracle-orm/lists"}