{"id":20215476,"url":"https://github.com/alefrp/dbf_to_sqlite","last_synced_at":"2026-05-13T02:31:56.406Z","repository":{"id":230262951,"uuid":"778919204","full_name":"AlefRP/dbf_to_sqlite","owner":"AlefRP","description":"Easily convert DBF files to SQLite databases with a Python tool.","archived":false,"fork":false,"pushed_at":"2024-03-28T18:58:37.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T11:18:35.925Z","etag":null,"topics":["converter","dbf","pyhton","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Python","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/AlefRP.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":"2024-03-28T17:04:46.000Z","updated_at":"2024-03-28T17:16:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"108e7b78-da14-4bcb-8926-54ace7c39bbc","html_url":"https://github.com/AlefRP/dbf_to_sqlite","commit_stats":null,"previous_names":["alefrp/dbf_to_sqlite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlefRP/dbf_to_sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlefRP%2Fdbf_to_sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlefRP%2Fdbf_to_sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlefRP%2Fdbf_to_sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlefRP%2Fdbf_to_sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlefRP","download_url":"https://codeload.github.com/AlefRP/dbf_to_sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlefRP%2Fdbf_to_sqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32965213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"online","status_checked_at":"2026-05-13T02:00:07.132Z","response_time":115,"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":["converter","dbf","pyhton","sqlite"],"created_at":"2024-11-14T06:22:33.694Z","updated_at":"2026-05-13T02:31:56.389Z","avatar_url":"https://github.com/AlefRP.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBF to SQLite Conversion Tool\r\n\r\nThis Python-based tool automates the process of converting data from DBF (DataBase File) formats to a SQLite database. It's designed to help users easily transfer and query data stored in DBF files by utilizing the efficient and widely-supported SQLite database system.\r\n\r\n## Features :sparkles:\r\n\r\n- **Automated Discovery**: Automatically identifies all DBF files within a specified directory.\r\n- **Efficient Conversion**: Seamlessly converts data from DBF files into a SQLite database, preserving the integrity and structure of the original data.\r\n- **Error Logging**: Captures and logs any errors that occur during the conversion process for troubleshooting and audit purposes.\r\n\r\n## Prerequisites :rocket:\r\n\r\nBefore you begin, ensure you have the following requirements installed on your system:\r\n\r\n- Python 3.6 or newer\r\n- Required Python libraries: `pandas`, `sqlite3`, `dbfread` and `tqdm`\r\n\r\n## Installation :zap:\r\n\r\n1. **Clone the Repository** :floppy_disk:\r\n\r\n   Start by cloning this repository to your local machine using the following command:\r\n\r\n    ```bash\r\n    git clone https://github.com/AlefRP/dbf_to_sqlite.git\r\n    ```\r\n\r\n2. **Install Dependencies** :package:\r\n\r\n   Install the required Python libraries using the following command:\r\n\r\n    ```bash\r\n    pip install -r requirements.txt\r\n    ```\r\n\r\n## Usage :computer:\r\n\r\nTo convert all DBF files in the specified directory, run the following command:\r\n\r\n```bash\r\npython main.py\r\n```\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file in the repository for more details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falefrp%2Fdbf_to_sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falefrp%2Fdbf_to_sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falefrp%2Fdbf_to_sqlite/lists"}