{"id":15035624,"url":"https://github.com/xanthium-enterprises/basic-sqlite-database-crud-operations-using-csharp-on-dotnet-platform","last_synced_at":"2025-10-14T11:37:00.693Z","repository":{"id":243340045,"uuid":"811248532","full_name":"xanthium-enterprises/Basic-Sqlite-Database-CRUD-Operations-using-Csharp-on-Dotnet-Platform","owner":"xanthium-enterprises","description":"Learn to use C# to Create, Connect, Read, Update and Delete a SQLite database for Beginners","archived":false,"fork":false,"pushed_at":"2024-12-13T14:48:35.000Z","size":47994,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T04:44:32.865Z","etag":null,"topics":["csharp","csharp-code","dotnet","dotnet-core","dotnet-framework","sqlite","sqlite-database","sqlite3","sqlite3-database"],"latest_commit_sha":null,"homepage":"https://www.xanthium.in/cross-platform-create-connect-update-sqlite3-database-using-csharp-dotnet-platform","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/xanthium-enterprises.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":"2024-06-06T08:23:51.000Z","updated_at":"2024-12-13T14:48:40.000Z","dependencies_parsed_at":"2024-06-08T07:24:40.769Z","dependency_job_id":"79428e60-bd94-443e-bd19-6d19b5ce3eca","html_url":"https://github.com/xanthium-enterprises/Basic-Sqlite-Database-CRUD-Operations-using-Csharp-on-Dotnet-Platform","commit_stats":null,"previous_names":["xanthium-enterprises/basic-sqlite-database-crud-operations-using-csharp-on-dotnet-platform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthium-enterprises%2FBasic-Sqlite-Database-CRUD-Operations-using-Csharp-on-Dotnet-Platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthium-enterprises%2FBasic-Sqlite-Database-CRUD-Operations-using-Csharp-on-Dotnet-Platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthium-enterprises%2FBasic-Sqlite-Database-CRUD-Operations-using-Csharp-on-Dotnet-Platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthium-enterprises%2FBasic-Sqlite-Database-CRUD-Operations-using-Csharp-on-Dotnet-Platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xanthium-enterprises","download_url":"https://codeload.github.com/xanthium-enterprises/Basic-Sqlite-Database-CRUD-Operations-using-Csharp-on-Dotnet-Platform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519473,"owners_count":21117757,"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":["csharp","csharp-code","dotnet","dotnet-core","dotnet-framework","sqlite","sqlite-database","sqlite3","sqlite3-database"],"created_at":"2024-09-24T20:29:03.926Z","updated_at":"2025-10-14T11:36:55.659Z","avatar_url":"https://github.com/xanthium-enterprises.png","language":"C#","readme":"# Basic Sqlite Database CRUD Operations using C# on .NET Platform for Novices\n\n## Tutorial \n\n- [Learn to Create,Read,update and delete records,tables from a SQlite3 database using C# on .NET Platform for the absolute Beginner](https://www.xanthium.in/cross-platform-create-connect-update-sqlite3-database-using-csharp-dotnet-platform)\n\n- **Youtube Tutorial**\n\t-[Video Tutorial on How to connect C# with SQLite Database for performing CRUD operations](https://www.youtube.com/watch?v=HqywH0bZJlA)\n\n- If you are  interested in using **SQlite database with WinForms**,do check our [Learn to integrate SQLite database with WinForms Application using C# Tutorial](https://www.xanthium.in/building-csharp-sqlite-gui-crud-applications-using-winforms-api-tutorial) where you learn to display the sqlite table data on a Windows Form and Manipulate it.\n\n## Introduction \n\n- In this repo you will find C# source codes for performing **CRUD** operations on a **SQLite3** Database using **C#** (CSharp) along with a sample Sqlite database to practise.\n\n- We have an online tutorial as well as a Youtube Video for beginners (link above) who are new to **C#** and **SQlite 3** Database that will teach the user\n\t- *How to setup Visual Studio to communicate with Sqlite 3 Database*\n\t- *How to setup .NET CLI Project to communicate with Sqlite 3 Database*\n\t- *How to create a table inside the SQlite3 database using C#* \n\t- *How to insert data into the table inside Sqlite database using C#*\n\t- *How to read data from a sqlite database record using C#*\n\t- *How to handle null values while reading data from a sqlite database using C#*\n\t- *How to update a record in the sqlite database using C#*\n\t- *How to delete a record in the sqlite database using C#*\n\n\n\n## Repo Contents \n\n- C# Source Codes\n- Visual Studio Project files\n- Sample Sqlite Database\n\n\n ## Some Screenshots\n\n - Reading rows from sqlite database using C#\n \t-![Reading rows from sqlite database using C#](https://www.xanthium.in/sites/default/files/inline-images/read-rows-from-sqlite-database-output.jpg)\n\n - Updating Rows of Sqlite DB from Command line using C#\n - ![Updating Rows of Sqlite DB from Command line using C#](https://www.xanthium.in/sites/default/files/inline-images/program-update-sqlite-databse-csharp.jpg)\n\n\n## Additional Links \n\n- [Learn to Configure .NET SDK CLI for Software development Tutorial](https://www.xanthium.in/dotnet-platform-software-development-using-command-line-compiler-tools-net-sdk)\n\n- [Creating Simple CSV files using C# on .NET Platform](https://www.xanthium.in/how-to-create-read-write-data-to-csv-file-using-csharp-dotnet-platform)\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxanthium-enterprises%2Fbasic-sqlite-database-crud-operations-using-csharp-on-dotnet-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxanthium-enterprises%2Fbasic-sqlite-database-crud-operations-using-csharp-on-dotnet-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxanthium-enterprises%2Fbasic-sqlite-database-crud-operations-using-csharp-on-dotnet-platform/lists"}