jar

io.github.jonrmar : postgres-as-document-db

Maven & Gradle

Jul 31, 2018
1 stars

Postgres as Document Database · Let postgres to work as a document database

Table Of Contents

Latest Version

Download io.github.jonrmar : postgres-as-document-db JAR file - Latest Versions:

All Versions

Download io.github.jonrmar : postgres-as-document-db JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window postgres-as-document-db-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

entity.annotations

├─ entity.annotations.Entity.class - [JAR]

dao

├─ dao.EntityDAO.class - [JAR]

├─ dao.PSQLJsonBException.class - [JAR]

entity.domain

├─ entity.domain.Entity.class - [JAR]

├─ entity.domain.Filter.class - [JAR]

jdbc

├─ jdbc.Connection.class - [JAR]

├─ jdbc.ConnectionException.class - [JAR]

├─ jdbc.ConnectionFactory.class - [JAR]

entity

├─ entity.EntityFilter.class - [JAR]

├─ entity.EntityService.class - [JAR]

├─ entity.ObjectToEntity.class - [JAR]

Advertisement