{"id":20010412,"url":"https://github.com/haldih/dbf2sql","last_synced_at":"2025-10-20T02:37:02.528Z","repository":{"id":57630440,"uuid":"407988780","full_name":"HaldiH/dbf2sql","owner":"HaldiH","description":"A simple tool written in Go to convert dBase DBF to SQL","archived":false,"fork":false,"pushed_at":"2021-10-07T09:14:30.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T14:46:47.315Z","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/HaldiH.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}},"created_at":"2021-09-18T23:27:38.000Z","updated_at":"2021-10-07T09:14:32.000Z","dependencies_parsed_at":"2022-09-26T20:11:25.170Z","dependency_job_id":null,"html_url":"https://github.com/HaldiH/dbf2sql","commit_stats":null,"previous_names":["shinoyasx/dbf2sql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaldiH%2Fdbf2sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaldiH%2Fdbf2sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaldiH%2Fdbf2sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaldiH%2Fdbf2sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HaldiH","download_url":"https://codeload.github.com/HaldiH/dbf2sql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241447521,"owners_count":19964314,"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-13T07:19:42.182Z","updated_at":"2025-10-20T02:36:57.491Z","avatar_url":"https://github.com/HaldiH.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbf2sql\n\n## A simple tool written in Go to convert dBase DBF to SQL\n\n### Installation\n\nYou'll need [Go](https://golang.org) installed on your system to install this program.\n\nOnce you have a functional Go toolchain, run the following command to install dbf2sql:\n\n```bash\ngo get github.com/ShinoYasx/dbf2sql\n```\n\n### Usage\n\nIf you run the command `dbf2sql` without any parameters, you'll get the help:\n\n```bash\n$ dbf2sql\nUsage of dbf2sql:\n  -e string\n        Encoding (default \"UTF8\")\n  -f string\n        dBase DBF file (required)\n  -o string\n        Output SQL file ('-' for stdout) (default \"-\")\n  -t string\n        Table name (required)\n```\n\n#### Example\n\n```bash\ndbf2sql -f base.dbf -o base.sql -t test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaldih%2Fdbf2sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaldih%2Fdbf2sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaldih%2Fdbf2sql/lists"}