{"id":22058895,"url":"https://github.com/xanthium-enterprises/gui-app-for-sqlite-database-crud-ops-using-csharp-and-winforms","last_synced_at":"2026-02-07T08:31:25.120Z","repository":{"id":264377523,"uuid":"880863975","full_name":"xanthium-enterprises/GUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms","owner":"xanthium-enterprises","description":"Learn to integrate the SQLite database into a WinForms application using C# language and display the data present in a SQLite db in a tabular or grid view on a Windows Form app using the DataGridView Control present in WinForms","archived":false,"fork":false,"pushed_at":"2025-02-07T08:06:47.000Z","size":9847,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T16:46:20.879Z","etag":null,"topics":["csharp","database","dotnet","dotnet-core","sqlite","sqlite-database","sqlite3","sqlite3-database","windows-forms","winforms"],"latest_commit_sha":null,"homepage":"https://www.xanthium.in/building-csharp-sqlite-gui-crud-applications-using-winforms-api-tutorial","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/xanthium-enterprises.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,"publiccode":null,"codemeta":null}},"created_at":"2024-10-30T13:58:19.000Z","updated_at":"2025-02-07T08:06:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"a24edb71-a1ac-4f68-a2d5-bd3c2bdaddd0","html_url":"https://github.com/xanthium-enterprises/GUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms","commit_stats":null,"previous_names":["xanthium-enterprises/gui-app-for-sqlite-database-crud-ops-using-csharp-and-winforms"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xanthium-enterprises/GUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthium-enterprises%2FGUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthium-enterprises%2FGUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthium-enterprises%2FGUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthium-enterprises%2FGUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xanthium-enterprises","download_url":"https://codeload.github.com/xanthium-enterprises/GUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthium-enterprises%2FGUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29190177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["csharp","database","dotnet","dotnet-core","sqlite","sqlite-database","sqlite3","sqlite3-database","windows-forms","winforms"],"created_at":"2024-11-30T17:26:03.074Z","updated_at":"2026-02-07T08:31:25.106Z","avatar_url":"https://github.com/xanthium-enterprises.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GUI app for SQLite database Operations using C# (CSharp) and WinForms\n\n![Build your own sqlite gui app using c# on .net platform for crud operations](/_4_Screenshots/simple-sqlite-database-viewer.jpg)\n\n- In this repo,you can find a C# winforms application that can connect with an SQLite Database and display the contents of the SQLite db on the Form using DataGridView Control.\n- Created using Visual Studio 2022 Community\n- Supports .NET Core /.NET7 /.NET8 and above.\n\n## Youtube Video Tutorial\n\n\u003cimg src=\"/_4_Screenshots/youtube-logo-icon.png\" alt=\"Video tutorial on building a C# Winforms application for dotnet platform\" width=\"150\" \u003e\n\n- [YT Video Tutorial on Building a C# Winforms application to display SQLite Tables on .NET](https://www.youtube.com/watch?v=LUslHhvLGWA)\n\n## Online Web Tutorial\n\n\u003cimg src=\"/_4_Screenshots/sqlite-csharp-dotnet-source-code.jpg\" alt =\"creating a gui app for displaying sqlite database on winforms\" width=\"150\"\u003e\n\n- [Integrating SQLite Database with WinForms GUI app using C# ](https://www.xanthium.in/building-csharp-sqlite-gui-crud-applications-using-winforms-api-tutorial)\n- [Introduction to Connecting SQLite Database using C# for Performing CRUD operations](https://www.xanthium.in/cross-platform-create-connect-update-sqlite3-database-using-csharp-dotnet-platform)\n- [How to create a stand alone windows executable file using Visual Studio Publish Command](https://www.xanthium.in/create-stand-alone-windows-executable-msi-setup-files-using-visual-studio-click-once)\n\n## Repo Contents\n\n - **_1_SQLite-Database-Viewer-VS2022-Project**  -\u003e Visual Studio 2022 **WinForms Project** along with C# Source Codes \n - **_2_CommandLine-SQLiteDataAdapter-Tutorial** -\u003e SQLiteDataAdapter Class tutorial (command line program)\n - **_3_Sample_SQLite_Database** -\u003e Sample SQLite Database to use with your Project\n \n\n## Dependencies\n\n- Requires either [System.Data.SQLite.Core](https://www.nuget.org/packages/System.Data.SQLite.Core)\n\n- or [System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite)\n\n- ![](_4_Screenshots/nuget-package.jpg)\n\n## Screenshots\n\n- ![learn to display a kaggle data set on winforms using C# and Sqlite ](/_4_Screenshots/display-kaggle-data-set.jpg)\n- ![reading and writing into sqlite database using C# and winforms gui api](https://github.com/xanthium-enterprises/GUI-app-for-SQLite-database-CRUD-ops-using-CSharp-and-WinForms/blob/main/_4_Screenshots/sqlite_data_adapter_output.png)\n\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxanthium-enterprises%2Fgui-app-for-sqlite-database-crud-ops-using-csharp-and-winforms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxanthium-enterprises%2Fgui-app-for-sqlite-database-crud-ops-using-csharp-and-winforms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxanthium-enterprises%2Fgui-app-for-sqlite-database-crud-ops-using-csharp-and-winforms/lists"}