jar

io.github.shiveshnavin : firestore-jdbc

Maven & Gradle

Oct 29, 2022
6 stars

io.github.shiveshnavin:firestore-jdbc · A JDBC driver to convert JPA SQL queries to firestore queries and provide support for firestore db.

Table Of Contents

Latest Version

Download io.github.shiveshnavin : firestore-jdbc JAR file - Latest Versions:

All Versions

Download io.github.shiveshnavin : firestore-jdbc JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 firestore-jdbc-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.shiveshnavin.firestore.jdbc.metadata

├─ io.github.shiveshnavin.firestore.jdbc.metadata.FirestoreColDefinition.class - [JAR]

├─ io.github.shiveshnavin.firestore.jdbc.metadata.FirestoreColType.class - [JAR]

io.github.shiveshnavin.firestore.jdbc

├─ io.github.shiveshnavin.firestore.jdbc.FirestoreJDBCConnection.class - [JAR]

├─ io.github.shiveshnavin.firestore.jdbc.FirestoreJDBCDriver.class - [JAR]

├─ io.github.shiveshnavin.firestore.jdbc.FirestoreJDBCMetadata.class - [JAR]

├─ io.github.shiveshnavin.firestore.jdbc.FirestoreJDBCResultSet.class - [JAR]

├─ io.github.shiveshnavin.firestore.jdbc.FirestoreJDBCStatement.class - [JAR]

├─ io.github.shiveshnavin.firestore.jdbc.QuerySnapshotWrapper.class - [JAR]

io.github.shiveshnavin.firestore.exceptions

├─ io.github.shiveshnavin.firestore.exceptions.FirestoreJDBCException.class - [JAR]

io.github.shiveshnavin.firestore

├─ io.github.shiveshnavin.firestore.FJLogger.class - [JAR]

├─ io.github.shiveshnavin.firestore.FirestoreHelper.class - [JAR]