{"id":34183462,"url":"https://github.com/phuc-create/go-simple-crud","last_synced_at":"2026-05-31T19:32:02.197Z","repository":{"id":153444954,"uuid":"624772631","full_name":"phuc-create/go-simple-crud","owner":"phuc-create","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-13T06:19:01.000Z","size":626,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-18T13:50:35.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/phuc-create.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":"2023-04-07T08:13:11.000Z","updated_at":"2023-04-07T08:16:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"48b9f334-3025-4f3a-b54a-ab5b8dbad16a","html_url":"https://github.com/phuc-create/go-simple-crud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phuc-create/go-simple-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phuc-create%2Fgo-simple-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phuc-create%2Fgo-simple-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phuc-create%2Fgo-simple-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phuc-create%2Fgo-simple-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phuc-create","download_url":"https://codeload.github.com/phuc-create/go-simple-crud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phuc-create%2Fgo-simple-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33746507,"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-05-31T02:00:06.040Z","response_time":95,"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":[],"created_at":"2025-12-15T14:33:32.682Z","updated_at":"2026-05-31T19:32:02.192Z","avatar_url":"https://github.com/phuc-create.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### CRUD APP GOLANG\nDependencies injected in Project\n- DB =\u003e Repository\n- Repository =\u003e Controller\n- Controller =\u003e Handler\n\n### Reference about table creation\n```sql```\n```\nCREATE TABLE IF NOT EXISTS vendors\n(\n    id                          BIGINT PRIMARY KEY,\n    plant                       TEXT                                   NOT NULL CONSTRAINT vendors_plant_check CHECK (plant \u003c\u003e ''::TEXT),\n    status                      TEXT                                   NOT NULL CONSTRAINT vendors_status_check CHECK (status \u003c\u003e ''::TEXT),\n    vendor_no                   TEXT                                   NOT NULL CONSTRAINT vendors_vendor_no_check CHECK (vendor_no \u003c\u003e ''::TEXT),\n    vendor_name                 TEXT,\n    storage_location            TEXT,\n    company_code                TEXT,\n    purch_org                   TEXT,\n    uen_no                      TEXT,\n    email                       TEXT,\n    address                     TEXT,\n    phone_number                TEXT,\n    contact_person_firstname    TEXT,\n    contact_person_lastname     TEXT,\n    sap_is_posting_blocked      BOOLEAN                  DEFAULT FALSE NOT NULL,\n    sap_is_purchasing_blocked   BOOLEAN                  DEFAULT FALSE NOT NULL,\n    sap_is_flins_deleted        BOOLEAN                  DEFAULT FALSE NOT NULL,\n    sap_is_vmi_confirmed        BOOLEAN                  DEFAULT FALSE NOT NULL,\n    sap_is_vmi_temp_blocked     BOOLEAN                  DEFAULT FALSE NOT NULL,\n    created_at                  TIMESTAMP WITH TIME ZONE DEFAULT NOW() NOT NULL,\n    updated_at                  TIMESTAMP WITH TIME ZONE DEFAULT NOW() NOT NULL,\n    UNIQUE (vendor_no)\n);\nCREATE INDEX IF NOT EXISTS vendors_vendor_no_index ON vendors(vendor_no);\nCREATE INDEX IF NOT EXISTS vendors_storage_location_index ON vendors(storage_location);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphuc-create%2Fgo-simple-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphuc-create%2Fgo-simple-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphuc-create%2Fgo-simple-crud/lists"}