9 ms·
What databases does it support? What OS's? Documentation is anemic.
by FloayYerBoat 4y ago
What databases does it support? What OS's? Documentation is anemic.
- nerVios 4y agoIt's a Java application, so it's actually OS independent. Moreover, it is almost DMBS-independent thanks to JDBC technology. Why would you need to document that?
- junon 4y agoJava doesn't immediately mean OS independent for what it's worth. Quite close, though. You should always document this stuff.
- easywood 4y agoI also wondered what databases this tools supported. Java or JDBC is not mentioned in a place I could find. A shame, really. I understand developers prefer development over documentation, but this is underselling it a bit.