{"id":20276766,"url":"https://github.com/ltmenezes/dotnetbulkoperations","last_synced_at":"2026-05-02T17:31:09.771Z","repository":{"id":135121516,"uuid":"127676344","full_name":"LTMenezes/DotNetBulkOperations","owner":"LTMenezes","description":"A high performance database bulk operations library.","archived":false,"fork":false,"pushed_at":"2018-04-01T23:02:21.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T01:33:53.928Z","etag":null,"topics":["bulk-inserts","bulk-operation","c-sharp","dotnet","dotnet-standard","postgresql","sql-server"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LTMenezes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"License.txt","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":"2018-04-01T22:27:32.000Z","updated_at":"2023-01-18T11:46:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"aff9eb09-982d-417e-97f3-a15b894e44f3","html_url":"https://github.com/LTMenezes/DotNetBulkOperations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LTMenezes/DotNetBulkOperations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LTMenezes%2FDotNetBulkOperations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LTMenezes%2FDotNetBulkOperations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LTMenezes%2FDotNetBulkOperations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LTMenezes%2FDotNetBulkOperations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LTMenezes","download_url":"https://codeload.github.com/LTMenezes/DotNetBulkOperations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LTMenezes%2FDotNetBulkOperations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749047,"owners_count":24814114,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"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":["bulk-inserts","bulk-operation","c-sharp","dotnet","dotnet-standard","postgresql","sql-server"],"created_at":"2024-11-14T13:15:33.401Z","updated_at":"2026-05-02T17:31:09.705Z","avatar_url":"https://github.com/LTMenezes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DotNet Bulk Operations\n\nA high performance database bulk operations library.\n\nThis package is still under construction, the goal is to support a wide range of databases that have bulk operations capabilities.\n\nSupported Databases:\n\n* SQL Server\n* PostgreSQL\n\nSupported Operations:\n\n* Bulk Insert\n\nYou can keep track of the upcoming features in the [changelog](https://github.com/LTMenezes/DotNetBulkOperations/blob/master/CHANGELOG.md).\n\n## Usage\n\nYou must define models that represent the table you wish to modify:\n```csharp\n    [Table(name: \"ModelTable\")]\n    public class Model\n    {\n        [Column(name: \"name\")]\n        public string Name { get; set; }\n\n        [Column(name: \"surname\")]\n        public string Surname { get; set; }\n\n        [Column(name: \"age\")]\n        public Nullable\u003cint\u003e OptionalAge { get; set; }\n    }\n```\n\nAfter creating the model you can perform any bulk operation with them:\n```csharp\nconnection.BulkInsert\u003cModel\u003e(models);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltmenezes%2Fdotnetbulkoperations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fltmenezes%2Fdotnetbulkoperations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltmenezes%2Fdotnetbulkoperations/lists"}