{"id":20492489,"url":"https://github.com/mumez/roe","last_synced_at":"2026-06-06T00:31:35.761Z","repository":{"id":147003543,"uuid":"229532816","full_name":"mumez/ROE","owner":"mumez","description":"The Relational Object Expressions library, or ROE.","archived":false,"fork":false,"pushed_at":"2019-12-29T08:07:15.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-05T17:46:36.442Z","etag":null,"topics":["persistance","pharo"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mumez.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":"2019-12-22T07:23:20.000Z","updated_at":"2020-06-12T10:06:10.000Z","dependencies_parsed_at":"2023-05-15T19:00:40.505Z","dependency_job_id":null,"html_url":"https://github.com/mumez/ROE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mumez/ROE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mumez%2FROE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mumez%2FROE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mumez%2FROE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mumez%2FROE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mumez","download_url":"https://codeload.github.com/mumez/ROE/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mumez%2FROE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33965591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["persistance","pharo"],"created_at":"2024-11-15T17:29:22.154Z","updated_at":"2026-06-06T00:31:35.745Z","avatar_url":"https://github.com/mumez.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ROE\n\nThe Relational Object Expressions library, or ROE.\n\nForked from [PharoExtras / ROE](http://smalltalkhub.com/#!/~PharoExtras/ROE)\n\n## Changes\n\n- Pharo 7 support\n- Refactored code\n- PostgreSQL connection now assumes [P3](https://github.com/svenvc/P3)\n- SQLite3 connection now assumes [Pharo-SQLite3](https://github.com/pharo-rdbms/Pharo-SQLite3)\n- Added [Tarantool](https://www.tarantool.io) adapter (via [Tarantalk](https://github.com/mumez/Tarantalk))\n\n## Installation\n\n```\nMetacello new\n  baseline: 'Roe';\n  repository: 'github://mumez/ROE/src';\n  load\n```\n## Testing\n\nBefore unit testing, you should set database URLs according to your environment.\n\n```\nRATestPostgresSemantics urlString: 'psql://postgres:passwd@localhost:5432/postgres'.\nRATestTarantoolSemantics uriString: 'taran:talk@localhost:3301'.\n```\n\nFor SQLite3, please put the sqlite3 shared library (libsqlite3.so, dylib, dll or whatever}) on your image directory.\n\nNote that RATestSemantics is an abstract class and should not be run.\n\nThere are also convenience method #runTests.\n```\nRATestPostgresSemantics runTests.\nRATestSQLiteSemantics runTests.\nRATestTarantoolSemantics runTests.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmumez%2Froe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmumez%2Froe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmumez%2Froe/lists"}