https://github.com/microsoft/semantic-kernel/blob/1e72692591a49a129d37820ef7f899b34842cf0c/dotnet/src/Connectors/Connectors.Memory.Sqlite/Database.cs#L26 Should it be ` var connection = new SqliteConnection($"Data Source={filename};"); ` instead?
semantic-kernel/dotnet/src/Connectors/Connectors.Memory.Sqlite/Database.cs
Line 26 in 1e72692
Should it be
var connection = new SqliteConnection($"Data Source={filename};");instead?