{"id":20974931,"url":"https://github.com/usausa/mysqlbulkloader","last_synced_at":"2025-12-29T06:28:17.887Z","repository":{"id":63278771,"uuid":"523905079","full_name":"usausa/MySqlBulkLoader","owner":"usausa","description":"MySQL bulk load library.","archived":false,"fork":false,"pushed_at":"2024-04-16T06:18:15.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-27T01:03:30.226Z","etag":null,"topics":["bulkloader","csharp","dotnet","mysql"],"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/usausa.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":"2022-08-12T00:15:14.000Z","updated_at":"2024-04-27T01:03:30.227Z","dependencies_parsed_at":"2023-12-01T00:22:38.311Z","dependency_job_id":"317e3999-43e1-4d5f-ab5a-4290a2edff7b","html_url":"https://github.com/usausa/MySqlBulkLoader","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"eacc933f96567cd5dc5313327520704fb84e5b8f"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usausa%2FMySqlBulkLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usausa%2FMySqlBulkLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usausa%2FMySqlBulkLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usausa%2FMySqlBulkLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usausa","download_url":"https://codeload.github.com/usausa/MySqlBulkLoader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243374325,"owners_count":20280661,"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":["bulkloader","csharp","dotnet","mysql"],"created_at":"2024-11-19T04:35:25.828Z","updated_at":"2025-12-29T06:28:17.882Z","avatar_url":"https://github.com/usausa.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySqlBulkLoader - MySqlBulkCopy helper\n\n[![NuGet](https://img.shields.io/nuget/v/MySqlBulkLoader.svg)](https://www.nuget.org/packages/MySqlBulkLoader)\n\n**The following libraries are recommended over this one:**\n- [DataReaderAdapter](https://github.com/usausa/data-toolkit)\n\n# Usage\n\n```csharp\nusing System;\nusing System.Collections.Generic;\nusing System.Threading.Tasks;\n\nusing MySqlBulkLoader;\n\npublic static class Program\n{\n    public static async Task Main()\n    {\n        var loader = new MySqlBulkLoader(new MySqlBulkLoaderConfig\n        {\n            ConnectionString = \"...\"\n        });\n\n        await loader.LoadAsync(\"TargetTable\", Query());\n    }\n\n    private static IEnumerable\u003cData\u003e Query()\n    {\n        ...\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusausa%2Fmysqlbulkloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusausa%2Fmysqlbulkloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusausa%2Fmysqlbulkloader/lists"}