What is the difference between SQLite and xerial JDBC driver for SQLite? -
what differences when using original sqlite , xerial jdbc driver sqlite?
sqlite written in c use in java. have downloaded xerial jdbc driver sqlite 3.8.6. can expect have same functions original sqlite? in official documentation version 3.8.6 same jdbc version?
xerial/sqlite-jdbc
java bindings c sqlite 3 library; it's thin layer of code takes c api of sqlite , makes them available java code.
Comments
Post a Comment