jar

net.mbonnin.sqldelight : sqlite-driver

Maven & Gradle

Jan 17, 2023
6.1k stars

SQLDelight SQLite Driver · JVM SQLite driver for SQLDelight

Table Of Contents

Latest Version

Download net.mbonnin.sqldelight : sqlite-driver JAR file - Latest Versions:

All Versions

Download net.mbonnin.sqldelight : sqlite-driver JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.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 sqlite-driver-1.5.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.squareup.sqldelight.sqlite.driver

├─ com.squareup.sqldelight.sqlite.driver.InMemoryConnectionManager.class - [JAR]

├─ com.squareup.sqldelight.sqlite.driver.JdbcSqliteDriver.class - [JAR]

├─ com.squareup.sqldelight.sqlite.driver.JdbcSqliteDriverConnectionManager.class - [JAR]

├─ com.squareup.sqldelight.sqlite.driver.JdbcSqliteDriverKt.class - [JAR]

├─ com.squareup.sqldelight.sqlite.driver.ThreadedConnectionManager.class - [JAR]

Advertisement