spring-data-relational icon indicating copy to clipboard operation
spring-data-relational copied to clipboard

Add support for SQLite

Open rudolfschmidt opened this issue 1 year ago • 1 comments

I would like to use and test data JDBC but for local development I use SQLite, and before I used spring data JPA that has a support by Hibernate but hibernate use a custom dialect implementation that is not compatible with spring data JDBC so my question is why is a famous database technology like SQLite not supported by Spring?

I am open to implement a dialect and make a pull request to contribute to the development but before doing so I would like to ask if there is already work going on in this direction?

rudolfschmidt avatar Apr 13 '24 04:04 rudolfschmidt

added PR at https://github.com/spring-projects/spring-data-relational/pull/1770

rudolfschmidt avatar Apr 14 '24 06:04 rudolfschmidt