{"id":30759044,"url":"https://github.com/ivmazurenko/finch","last_synced_at":"2026-01-28T09:33:28.614Z","repository":{"id":226855507,"uuid":"769676802","full_name":"ivmazurenko/finch","owner":"ivmazurenko","description":"Database connection mapping extension methods generator","archived":false,"fork":false,"pushed_at":"2024-04-06T17:45:48.000Z","size":108,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-12T03:01:16.394Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivmazurenko.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-09T18:38:20.000Z","updated_at":"2025-05-01T04:44:09.000Z","dependencies_parsed_at":"2024-03-31T11:25:27.732Z","dependency_job_id":null,"html_url":"https://github.com/ivmazurenko/finch","commit_stats":null,"previous_names":["ivmazurenko/finch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ivmazurenko/finch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivmazurenko%2Ffinch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivmazurenko%2Ffinch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivmazurenko%2Ffinch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivmazurenko%2Ffinch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivmazurenko","download_url":"https://codeload.github.com/ivmazurenko/finch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivmazurenko%2Ffinch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273605039,"owners_count":25135678,"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-09-04T02:00:08.968Z","response_time":61,"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":[],"created_at":"2025-09-04T12:01:26.743Z","updated_at":"2026-01-28T09:33:28.565Z","avatar_url":"https://github.com/ivmazurenko.png","language":"C#","funding_links":[],"categories":["Content"],"sub_categories":["222. [Finch.Generators](https://ignatandrei.github.io/RSCG_Examples/v2/docs/Finch.Generators) , in the [Database](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#database) category"],"readme":"# Finch - database mapping extension methods source generator\n\n## Introduction\n\nFinch is c# source generator designed to simplify database interactions by generating concise extension methods for\ndatabase queries mappings.\n\n## Getting Started\n\n1. Install the Finch NuGet packages:\n    ```bash\n    $ dotnet add package Finch.Abstractions\n    $ dotnet add package Finch.Generators\n    ```\n2. Mark the required type with an [attribute](https://github.com/ivmazurenko/Finch/tree/master/Finch.Abstractions) corresponding to your desired database:\n   ```c#\n   [GenerateSqlserverConnectionExtensions]\n   public class TbUser\n   {\n      public int id { get; set; }\n      public string name { get; set; }\n   }\n   ```\n3. Use the extension method for your type:\n\n   ```c#\n   var connection = new SqlConnection(connectionString);\n   var items = await connection.QueryAsync\u003cTbUser\u003e(\"select * from tb_user\");\n   ```\n\n## Contribution\n\nContributions to Finch are welcome! If you encounter any issues or have ideas for improvement, feel free to open an\nissue or submit a pull request on GitHub.\n\n## License\n\nFinch is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivmazurenko%2Ffinch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivmazurenko%2Ffinch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivmazurenko%2Ffinch/lists"}