accdb - access from intellij
Answered
is there any way to access an .accdb database (ms access) ?
i know eclipse and its reverse engineering feature from hibernate - does something similar exist in intellij ultimate? e.g. opening an .accdb file and let intellij create all jpa entities with relationships?
Please sign in to leave a comment.
If you have a working JDBC driver (https://www.codejava.net/java-se/jdbc/java-jdbc-example-connect-to-microsoft-access-database), it should be doable per https://www.jetbrains.com/help/idea/working-with-the-persistence-tool-window.html
https://www.jetbrains.com/help/idea/generate-persistence-mapping-import-dialogs.html .