{"id":15689173,"url":"https://github.com/christophevg/ddl-parser","last_synced_at":"2025-10-14T12:30:34.922Z","repository":{"id":137514667,"uuid":"78142749","full_name":"christophevg/DDL-Parser","owner":"christophevg","description":"A DDL parser providing an Object-Oriented, Queryable (read: Linq) interface","archived":true,"fork":false,"pushed_at":"2017-01-17T10:43:06.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T06:31:44.264Z","etag":null,"topics":["ddl-parser"],"latest_commit_sha":null,"homepage":"","language":"C#","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/christophevg.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":"2017-01-05T19:43:01.000Z","updated_at":"2023-10-28T09:51:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"3519f2fd-6243-4358-bf42-ee2d7cca1832","html_url":"https://github.com/christophevg/DDL-Parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/christophevg/DDL-Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2FDDL-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2FDDL-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2FDDL-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2FDDL-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christophevg","download_url":"https://codeload.github.com/christophevg/DDL-Parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christophevg%2FDDL-Parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018662,"owners_count":26086576,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["ddl-parser"],"created_at":"2024-10-03T18:01:16.040Z","updated_at":"2025-10-14T12:30:34.915Z","avatar_url":"https://github.com/christophevg.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DDL Parser\n\nA DDL parser providing an Object-Oriented, Queryable (read: Linq) interface  \nChristophe VG (\u003ccontact@christophe.vg\u003e)  \n[https://github.com/christophevg/DDL-Parser](https://github.com/christophevg/DDL-Parser)\n\n## Disclaimer\n\nThis project doesn't aim to be feature complete. Although it would like to be generic, it also currently specific DB2 constructs.\n\n## Notes\n\nA DDL basically consists of two types of \"statements\": comments and actual\nstatements. The former is identified by a double leading dash (--), the\nlatter are separated using semi-colons (;).\n\nThe DDL parser starts of by checking if its current input starts with a double\ndash, if so, the remainder of the line, up to a new-line character (optional\ncarriage returns are discarded anyway), is wrapped in a Comment object. If it\nis a statement, everything up to the next semi-colon is further parsed as a Statement.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophevg%2Fddl-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristophevg%2Fddl-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristophevg%2Fddl-parser/lists"}