{"id":20400384,"url":"https://github.com/fschutt/dbflib","last_synced_at":"2025-04-12T13:51:07.357Z","repository":{"id":49819706,"uuid":"71662648","full_name":"fschutt/dbflib","owner":"fschutt","description":"DBF library for reading and writing dBase III to dBase VII files. Only .dbf file support.","archived":false,"fork":false,"pushed_at":"2018-09-26T17:27:15.000Z","size":1231,"stargazers_count":9,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T23:07:08.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/fschutt.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}},"created_at":"2016-10-22T20:02:25.000Z","updated_at":"2024-10-30T12:46:06.000Z","dependencies_parsed_at":"2022-09-17T00:22:40.655Z","dependency_job_id":null,"html_url":"https://github.com/fschutt/dbflib","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/fschutt%2Fdbflib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fdbflib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fdbflib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fdbflib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fschutt","download_url":"https://codeload.github.com/fschutt/dbflib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248575695,"owners_count":21127247,"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-15T04:39:56.965Z","updated_at":"2025-04-12T13:51:07.338Z","avatar_url":"https://github.com/fschutt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbflib\n\nLibrary for reading .dbf files\n\n## Usage\n\n```cpp\n#include \"DBaseFile.h\"\n#include \u003ciostream\u003e\n\nint main() {\n\n    DBaseFile dbf = DBaseFile();\n\n    try {\n        dbf-\u003eopenFile(\"./test/ANSPRECH.DBF\");\n    } catch(std::runtime_error\u0026 e) {\n        std::cout \u003c\u003c e.what() \u003c\u003c std::endl;\n    }\n\n    dbf-\u003estat();\n    return 0;\n}\n```\n\n## Installation\n\n```\ngit clone https://github.com/fschutt/dbflib\ncd dbflib\nmake \u0026\u0026 make install\n```\n\nThis will generate a `libdbf.so` file in the root folder, then install it on the system.\nOn Windows, you have to copy the file manually and put the headers where your system can find them.\n\n## Documentation\n\nThis repository uses doxygen syntax for documentation.\n\nPlease refer to http://www.doxygen.org/ for usage instructions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2Fdbflib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffschutt%2Fdbflib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2Fdbflib/lists"}