IdentityAuth and BackgroundJobs backend

Hi, simple question. Can I use the latest IdentityAuthProviders with SQL Server and the BackgroundJobs/Request Logging with SQLite?

Our DBA will probably want us to use SQL Server and have auth info/api keys backed up but since background jobs uses only SQLite… Can I do both? How would I use that IDBConnectionFactory…

You shouldn’t need to do anything different as they don’t use the primary configured database, i.e. they register and use their own named database connections for each SQLite DB.