{"id":21811194,"url":"https://github.com/mathieumack/sqlite-net.extensions.readers","last_synced_at":"2026-04-08T21:31:49.411Z","repository":{"id":116227262,"uuid":"69236667","full_name":"mathieumack/SQLite-Net.Extensions.Readers","owner":"mathieumack","description":"Extension readers for praeclarum/sqlite-net project","archived":false,"fork":false,"pushed_at":"2019-09-30T21:03:13.000Z","size":895,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-11T21:36:29.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mathieumack.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":"2016-09-26T09:54:28.000Z","updated_at":"2019-09-30T21:03:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"e57aa0ef-8d3c-41dc-acb9-3ff043555197","html_url":"https://github.com/mathieumack/SQLite-Net.Extensions.Readers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathieumack/SQLite-Net.Extensions.Readers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FSQLite-Net.Extensions.Readers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FSQLite-Net.Extensions.Readers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FSQLite-Net.Extensions.Readers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FSQLite-Net.Extensions.Readers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathieumack","download_url":"https://codeload.github.com/mathieumack/SQLite-Net.Extensions.Readers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FSQLite-Net.Extensions.Readers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-27T13:43:43.388Z","updated_at":"2026-04-08T21:31:49.393Z","avatar_url":"https://github.com/mathieumack.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQLite-Net.Extensions.Readers\nExtension readers for https://github.com/praeclarum/sqlite-net project.\n\nThis extension let to query the database without binding to a specific class.\nThe results are Dictionnary of \u003cstring, object\u003e. Each key contains ColumnName, Value contains data.\n\n## Build \n\n[![Build status](https://ci.appveyor.com/api/projects/status/6j1xyjwxsyp98p2i/branch/master?svg=true)](https://ci.appveyor.com/project/mathieumack/sqlite-net-extensions-readers/branch/master)\n\n## Nuget\n\n[![NuGet package](https://buildstats.info/nuget/SQLite-Net.Extensions.Readers?includePreReleases=true)](https://nuget.org/packages/SQLite-Net.Extensions.Readers)\n\n## Platform Support\n\n| Platform | Available \n| --- | --- |\n| PCL (Profile 111) | \u0026#x2713; |\n\n## Onboarding Instructions \n1. Add nuget package: \n\n    Install-Package MvvX.Plugins.HockeyApp\n2. In your source file, add the following line in usage declaration section:\n    \u003cpre\u003eusing SQLite_Net.Extensions.Readers;\u003c/pre\u003e\n3. In your source file, call ExecuteReader method\n\t\u003cpre\u003evar readerResults = connection.ExecuteReader(\"SQL Query\");\u003c/pre\u003e\n\n## Example\n```C#\nvoid ExecuteCustomQuery(SQLiteConnection connection)\n{\n\tvar tableName = \"\u003cSetTableName\u003e\";\n\t// Execute reader :\n\tvar readerResults = connection.ExecuteReader(\"SELECT * FROM \" + tableName);\n\tConsole.WriteLine(\"Read data from table \" + tableName);\n\t// Showing results :\n\tforeach (var readerItem in readerResults)\n\t\tConsole.WriteLine(string.Join(\";\", readerItem.Fields.Select(e =\u003e e + \":\" + readerItem[e])));\n\t\t\n\tConsole.WriteLine(\"End read data\");\n}\n```\n\n## Support\nIf you have any questions, problems or suggestions, create an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieumack%2Fsqlite-net.extensions.readers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieumack%2Fsqlite-net.extensions.readers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieumack%2Fsqlite-net.extensions.readers/lists"}