姜尚
implementation("org.xerial:sqlite-jdbc:3.40.0.0") implementation("org.jetbrains.exposed:exposed-core:0.40.1") implementation("org.jetbrains.exposed:exposed-dao:0.40.1") implementation("org.jetbrains.exposed:exposed-jdbc:0.40.1") implementation("org.jetbrains.exposed:exposed-java-time:0.40.1")
// when [exposed] connect db, driver = "org.sqlite.JDBC" Class.forName(driver).getDeclaredConstructor().newInstance()
Desmond van der Meer
A modern programming language that makes developers happier.