Remove outmoded database drivers section #686
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

About
The drivers section was modernized and relocated. This patch removes the redundant outmoded one, where most items can easily be considered legacy and stale today.
After CrateDB received PostgreSQL compatibility, it gained a way larger surface of connectivity options, which is a good thing. At the same time, our legacy drivers became less maintained, which is natural. In this spirit, we shouldn't present them any longer on the main stage, but just refer to them within a larger gallery where other more optimal connectivity options exist, mostly through drivers and adapters which are NOT from our pen. 1
References
/cc @seut, @matriv, @surister
Footnotes
On the other hand, this absolutely doesn't mean they don't need maintenance dearly. The PHP drivers received a few cycles recently, but we don't even mention the legacy Ruby drivers there. Today, mostly the JDBC driver is in a sad state since ages. Please improve, so we can finally add and present Hibernate support, possibly on the main stage! ↩