SQLProvider icon indicating copy to clipboard operation
SQLProvider copied to clipboard

Update docs to not use resolutionPath?

Open knocte opened this issue 1 month ago • 2 comments

Describe the bug Now that specific nuget packages exist for each DB type, shouldn't the docs be updated to not use resolutionPath in the samples?

Of course another specific chapter about ResolutionPath could be added, but it shouldn't be the generic case anymore?

knocte avatar Nov 27 '25 08:11 knocte

There is the generic provider that still works, but the DB-specific packages are way simpler starting point. I'd expect the reason to use the generic would be a) backward compatibility (this project is 10+ yearts old), 2) "oh I need to use this specific PostgreSQL/SQLite 32bit/64bit driver version (binding redirects have issues).

So yes, I'm ok with that, the samples could be updated and simplified. Maybe still mention the docs or just point to some old commit id for old version or whatever.

Thorium avatar Nov 27 '25 09:11 Thorium

Maybe still mention the docs or just point to some old commit id for old version or whatever.

Or have a specific section of the docs that explains the generic provider, how to use it with ResolutionPath, etc?

knocte avatar Nov 27 '25 09:11 knocte