Hi All,I am creating an AEM application, which needs a database for storage of bulk data. I have used OrientDB as the database.OrientDB has JAVA APIs for doing operations on any data(insert/select/delete etc.)As per documentation, I have added the below dependency in my Application's POM file: <depe...