{"id":20657626,"url":"https://github.com/nerdify/db-schema-diagram","last_synced_at":"2025-04-19T12:57:08.859Z","repository":{"id":39128860,"uuid":"262714019","full_name":"nerdify/db-schema-diagram","owner":"nerdify","description":"Attempt to create a opensource alternative to dbdiagram.io. Including DSL parser and Diagram Viewer","archived":false,"fork":false,"pushed_at":"2024-01-09T01:01:32.000Z","size":1216,"stargazers_count":59,"open_issues_count":8,"forks_count":27,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T08:05:23.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://clever-johnson-061743.netlify.app","language":"CSS","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/nerdify.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":"2020-05-10T04:48:05.000Z","updated_at":"2024-11-07T17:57:25.000Z","dependencies_parsed_at":"2024-11-16T18:34:44.121Z","dependency_job_id":null,"html_url":"https://github.com/nerdify/db-schema-diagram","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/nerdify%2Fdb-schema-diagram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdify%2Fdb-schema-diagram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdify%2Fdb-schema-diagram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdify%2Fdb-schema-diagram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nerdify","download_url":"https://codeload.github.com/nerdify/db-schema-diagram/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249699479,"owners_count":21312407,"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-16T18:21:54.844Z","updated_at":"2025-04-19T12:57:08.826Z","avatar_url":"https://github.com/nerdify.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBScheme Parser [beta]\n\ndbdiagram.io is an awesome tool, in nerdify we use it a lot. But sometime we wish to have a light open source alternative.\n\n# Goals\n\n 1. Create a parser with fully sintax fully compatible con dbdiagram.io [check milestone [ #1](https://github.com/nerdify/db-schema-diagram/milestone/1)]\n 2. Develop a light component to render ER diagrams\n\n# Sintax\nYou can try a demo here: [here](https://sad-bell-d1d31e.netlify.app/)\n\n    enum status {\n\t  open\n      closed\n    }\n    \n    Table categories {\n      id integer [primary key]\n      name varchar\n    }\n    \n    Table products {\n      id integer [primary key]\n      category_id integer\n      name varchar\n    }\n    \n    Ref: products.category_id \u003e categories.id\n\nWill result\n\n![Screenshot-20200519002039-972x516](https://user-images.githubusercontent.com/1248659/82293806-60552f80-996a-11ea-9bcf-d4438486613a.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdify%2Fdb-schema-diagram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerdify%2Fdb-schema-diagram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdify%2Fdb-schema-diagram/lists"}