{"id":17090913,"url":"https://github.com/phimage/cd2sql","last_synced_at":"2026-05-08T17:34:16.859Z","repository":{"id":146426858,"uuid":"264097635","full_name":"phimage/cd2sql","owner":"phimage","description":"Convert CoreData model into SQL","archived":false,"fork":false,"pushed_at":"2020-05-15T18:45:21.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T04:11:26.708Z","etag":null,"topics":["coredata","coredata-model","coredata-swift","coredata-tooling","sql"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/phimage.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,"zenodo":null}},"created_at":"2020-05-15T04:43:17.000Z","updated_at":"2022-08-11T02:13:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e70ea7d-d0cf-42a0-b0ea-b45f01968bf9","html_url":"https://github.com/phimage/cd2sql","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/phimage/cd2sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2Fcd2sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2Fcd2sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2Fcd2sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2Fcd2sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phimage","download_url":"https://codeload.github.com/phimage/cd2sql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phimage%2Fcd2sql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32790471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["coredata","coredata-model","coredata-swift","coredata-tooling","sql"],"created_at":"2024-10-14T13:57:05.553Z","updated_at":"2026-05-08T17:34:16.851Z","avatar_url":"https://github.com/phimage.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreData to SQL\n\n![Swift](https://github.com/phimage/cd2sql/workflows/Swift/badge.svg)\n![release](https://github.com/phimage/cd2sql/workflows/release/badge.svg)\n\nConvert CoreData model to SQL\n\n## Install\n\n### Using release\n\nGo to https://github.com/phimage/cd2sql/releases and take the last binary for macOS cd2sql.zip\n\n### Using sources\n\n```\ngit clone https://github.com/phimage/cd2sql.git\ncd cd2sql\nswift build -c release\n```\n\nBinary result in `.build/release/cd2sql`\n\n## Usage\n\n```\ncd2sql \u003ccore data model\u003e\n```\n\n### example\n\n```\ncd2sql /path/to/MyModel.xcdatamodeld\n```\n\n```sql\nCREATE TABLE Personne (\n    FirstName VARCHAR,\n    LastName VARCHAR,\n    ID INTEGER PRIMARY KEY\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphimage%2Fcd2sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphimage%2Fcd2sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphimage%2Fcd2sql/lists"}