This commit is contained in:
2022-11-04 14:08:35 +02:00
parent 1c026e7f49
commit 9014d78a7d
3 changed files with 39 additions and 17 deletions

View File

@@ -17,6 +17,7 @@ namespace PluginManager.Database
Connection = new SQLiteConnection(ConnectionString);
}
public async Task Open()
{
await Connection.OpenAsync();