SQLite.jl
SQLite.jl copied to clipboard
Consider dropping SQLite.jl APIs entirely in favor of DBInterface.jl
It seems like there are a number of errors / user challenges which arise as a result of the overlapping / intersecting API domains. It might make sense (as part of a breaking change release) to drop the 'custom' SQLite interface as much as possible in favor of the generic DBInterface onee.
- https://github.com/JuliaDatabases/SQLite.jl/issues/283
- https://github.com/JuliaDatabases/SQLite.jl/issues/278
Yeah; I'm in favor. Up for making a PR @jeremiahpslewis ?
Happy to do this if I get a chance, I'd break it up into 2 PRs:
- Remove all overlapping SQLite -DBInterface tests
- Remove / deprecate all overlapping code
That sounds like a great plan @jeremiahpslewis!