-
-
Notifications
You must be signed in to change notification settings - Fork 5
Future idea with more examples/samples/tool #171
Copy link
Copy link
Open
Labels
area:docsDocumentation and adoption guidanceDocumentation and adoption guidancearea:securityAuthentication, authorization, and security controlsAuthentication, authorization, and security controlsarea:viewerSharpCoreDB.Viewer desktop toolingSharpCoreDB.Viewer desktop toolingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
area:docsDocumentation and adoption guidanceDocumentation and adoption guidancearea:securityAuthentication, authorization, and security controlsAuthentication, authorization, and security controlsarea:viewerSharpCoreDB.Viewer desktop toolingSharpCoreDB.Viewer desktop toolingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Discussed in #152
Originally posted by ps30 April 8, 2026
This is an amazing project and everything that we in the .Net community need for a pure C# database using modern .Net 10, strong encryption, and a single file for storage. It would be great to have some additonal detailed documentation and C# code samples showing how to properly use these powerful features in a basic CRUD demo - as an example store user name/password/birth date in a encrypted single file. We have been trying to get a basic demo working but it seems some of the code is still moving around single file storage patterns. Having a CLI or GUI database tool to view/edit schema and data in the encrypted single file format (like DB Browser for SQLite https://sqlitebrowser.org/) would be a wonderful feature. Great work and we are actively following your project and looking forward to swapping out our SQLite wrappers+sqlite-net-pcl in WPF/MAUI windows desktop apps to use SharpCoreDB.