Change capitalization from SQLite
to Sqlite
for types declared in this provider
#6
Labels
enhancement
New feature or request
Is there an existing issue for this?
Description
The .NET Core SQLite libraries we use (provided by Microsoft) only capitalize the
S
inSQLite
(e.g.SqliteConnection
). This follows common convention. The .NET Framework library used to useSQLite
(e.g.SQLiteConnection
).This provider currently uses the "old" capitalization.
Should we change this so that we match the .NET Core library? While a breaking change, this would bring it into line with what the user using the current SQLite library would expect. (PR #12)
What is the impact?
This is a breaking change.
The text was updated successfully, but these errors were encountered: