-
Notifications
You must be signed in to change notification settings - Fork 114
Support Sqlite in the C# plugin #819
Copy link
Copy link
Open
Labels
Kind: Enhancement 🌟Level: Moderate (2)Plugin: C#Issues related to the parsing and presentation of C# projects.Issues related to the parsing and presentation of C# projects.
Milestone
Metadata
Metadata
Assignees
Labels
Kind: Enhancement 🌟Level: Moderate (2)Plugin: C#Issues related to the parsing and presentation of C# projects.Issues related to the parsing and presentation of C# projects.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The C# plugin currently support PostgreSQL only through Entity Framework, using the
NpgsqlNuGet package. Since SQLite is supported by Entity Framework via theMicrosoft.EntityFrameworkCore.SqliteNuGet package, it should be made fairly easy to support it as well.