Skip to main content

Spring Data JDBC For SQLite

 spring-data-sqlite is a library that brings support to Spring Data JDBC for SQLite so that you can use Jdbctemplate to access your SQLite based datasets or use SQLite as a potential drop-in replacement for H2.

Spring doesn’t provide a straightforward way to integrate a SQLite database compared to other databases such as MySQL, Postgres or MongoDB. You have to jump some hoops like making and registering your own SQLDialect component.

full article on i-programmer:

https://www.i-programmer.info/news/80-java/16066-spring-data-jdbc-for-sqlite.html

Comments

Popular posts from this blog