schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.6k stars 199 forks source link

MonetDB support #187

Closed eyalroz closed 6 years ago

eyalroz commented 6 years ago

MonetDB is one of the leading FOSS analytics-oriented DBMSes, and quite popular in academia. It also has a JDBC driver.

So, please add support for it!

sualeh commented 6 years ago

Eyal, SchemaCrawler supports databases with a compliant database driver. Please drop the JDBC driver jar file into the SchemaCrawler lib/ folder, and run SchemaCrawler. If you get any errors, please follow the instructions on the support page, and attach logs of the failure.

schemacrawler commented 6 years ago

SchemaCrawler supports MonetDB out of the box. I have enforced this by means of a new unit test. Please drop the MonetDB JDBC driver jar file into the SchemaCrawler lib/ folder.

adriens commented 6 years ago

@eyalroz : can you just confirm me that you are using the following jdbc driver ?

<dependency>
    <groupId>monetdb</groupId>
    <artifactId>monetdb-jdbc-new</artifactId>
    <version>2.36</version>
</dependency>
eyalroz commented 6 years ago

Actually, I'm not using SchemaCrawler, at the moment at all, I was just considering it; and I don't actually do any Java work these days, so - I can't confirm... sorry :-(

adriens commented 6 years ago

Ok @eyalroz , once you know, can you please let me know so i add the driver to the debian package install ?