LeJeko

Results 3 comments of LeJeko

Hi Alexander, Thank you very much for the detailed information you provided. I now have a better understanding of how the conversion of datetime columns from PostgreSQL to SQLite works....

Thank you for your quick reply! I've clone your repo and made these changes to Connection.scala: ```scala import java.util.Properties import org.sqlite.SQLiteConfig ... def sqlite(dbFile: File): Connection = { val connectionHolder...

Works perfectly. Thank you!