NServiceBus persistence implementation for Sqlite
Install the NuGet package CHG.NServiceBus.Persistence.Sqlite
.
var persistence = endpointConfiguration.UsePersistence<SqlitePersistence>();
persistence.UseConnectionString("Data Source=file:SagaStore.db");