{"id":15177444,"url":"https://github.com/piorosen/sqldump-to-object","last_synced_at":"2026-03-02T05:02:09.113Z","repository":{"id":208112197,"uuid":"720828762","full_name":"Piorosen/sqldump-to-object","owner":"Piorosen","description":"mariadb sql dump(.sql) file to In Memory Object on Go Language.","archived":false,"fork":false,"pushed_at":"2023-11-28T02:46:34.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T07:00:05.606Z","etag":null,"topics":["dump","go","mariadb","mysql","sql","sqldump"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Piorosen.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":"2023-11-19T18:13:52.000Z","updated_at":"2023-11-23T07:16:22.000Z","dependencies_parsed_at":"2024-06-21T06:58:04.559Z","dependency_job_id":"2a92df5f-1e26-4259-896f-8e1e54d4d09c","html_url":"https://github.com/Piorosen/sqldump-to-object","commit_stats":null,"previous_names":["piorosen/sqldump-to-csv","piorosen/sqldump-to-object"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Piorosen/sqldump-to-object","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piorosen%2Fsqldump-to-object","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piorosen%2Fsqldump-to-object/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piorosen%2Fsqldump-to-object/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piorosen%2Fsqldump-to-object/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Piorosen","download_url":"https://codeload.github.com/Piorosen/sqldump-to-object/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piorosen%2Fsqldump-to-object/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29993043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","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":["dump","go","mariadb","mysql","sql","sqldump"],"created_at":"2024-09-27T14:22:31.447Z","updated_at":"2026-03-02T05:02:09.081Z","avatar_url":"https://github.com/Piorosen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mariadb SQL Dump file to Object in memory.\n\n# This Project is Deprecated!!!\n\n## Intoduce\n\n## How Use?\n\n```go\n// Install\n$ go install github.com/Piorosen/sqldump-to-object/cmd/sqldumps@v1.1.1\n$ sqldumps -file test.sql -to json\n```\n\n```go\npackage main\n\nimport sqldumptocsv \"github.com/Piorosen/sqldump-to-object\"\n\nfunc main() { \n    file, _ := os.Open(\"test.sql\")\n    obj, _ := io.ReadAll(file)\n    r := sqldumptocsv.Parse(obj)\n    fmt.Printf(\"%s\", r)\n}\n```\n\n## License \n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiorosen%2Fsqldump-to-object","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiorosen%2Fsqldump-to-object","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiorosen%2Fsqldump-to-object/lists"}