spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
764 stars 344 forks source link

Add support for SQLite #1769

Open rudolfschmidt opened 5 months ago

rudolfschmidt commented 5 months ago

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 commented 5 months ago

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