Here's the issue: https://github.com/nul800sebasti...
# package-development
j
s
Ah so I made an assumption there that if the connection string wasn't SQL Server, I throw a helpful error, because it MUST be SQLite right.. Wrong. Okay, something to think about! I just wanted to make it easy to know that you can't yet run this on SQLite (I know there's a provider for Hangfire so it should be possible, but we have a weird connection string which I don't know will work).
j
Hmmm, I wonder if it could just use it's own SQLite instance in that case...