{"id":25746302,"url":"https://github.com/vndevpro/miniprofiler.integrations","last_synced_at":"2025-05-12T00:41:37.429Z","repository":{"id":3026993,"uuid":"48032931","full_name":"vndevpro/MiniProfiler.Integrations","owner":"vndevpro","description":"MiniProfiler, SQL Server, MySQL, Dapper and how to log all executed sql commands","archived":false,"fork":false,"pushed_at":"2022-12-07T20:38:20.000Z","size":8673,"stargazers_count":39,"open_issues_count":6,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T00:41:30.414Z","etag":null,"topics":["dapper","logging","miniprofiler","mysql","sql-server"],"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/vndevpro.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}},"created_at":"2015-12-15T09:29:22.000Z","updated_at":"2024-11-15T19:35:08.000Z","dependencies_parsed_at":"2023-01-13T12:14:30.579Z","dependency_job_id":null,"html_url":"https://github.com/vndevpro/MiniProfiler.Integrations","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/vndevpro%2FMiniProfiler.Integrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vndevpro%2FMiniProfiler.Integrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vndevpro%2FMiniProfiler.Integrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vndevpro%2FMiniProfiler.Integrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vndevpro","download_url":"https://codeload.github.com/vndevpro/MiniProfiler.Integrations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253655919,"owners_count":21943072,"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":["dapper","logging","miniprofiler","mysql","sql-server"],"created_at":"2025-02-26T11:30:52.661Z","updated_at":"2025-05-12T00:41:37.401Z","avatar_url":"https://github.com/vndevpro.png","language":"C#","readme":"# MiniProfiler.Integrations\nProvides a custom IDbProfiler implemenation to help you capture all sql commands that have been executed against a database, support SQL Server / MySQL out of the box and you can extend for your own database very easy.\n\nOn NuGet: [MiniProfiler.Integrations](https://www.nuget.org/packages/MiniProfiler.Integrations/) / [MiniProfiler.Integrations.MySQL](https://www.nuget.org/packages/MiniProfiler.Integrations.MySQL/)\n\n# Usage\n\nSetup is in 3 simple steps:\n\n### 1. Install package via PM\n```\nInstall-Package MiniProfiler.Integrations\n```\n\n### 2. Initialize connection with the custom profiler\n\n```\nvar profiler = CustomDbProfiler.Current;\nusing (var dbConnection = ProfiledDbConnectionFactory.New(new SqlServerDbConnectionFactory(connectionString), profiler))\n{\n\t// DO YOUR WORKS\n}\n```\n\n### 3. Get all commands executed (Success / Fail)\n\n```\nvar commands = profiler.GetCommands();\n```\n\n### Support\n\nIf you like this project then please consider a donation as a thank you.\n\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=94LQC3FKSZPHL\" title=\"Buy me a coffee via PayPal\"\u003e\u003cimg alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif\"\u003e\u003c/a\u003e\n","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=94LQC3FKSZPHL"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvndevpro%2Fminiprofiler.integrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvndevpro%2Fminiprofiler.integrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvndevpro%2Fminiprofiler.integrations/lists"}