Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SQLite #1769

Open
rudolfschmidt opened this issue Apr 13, 2024 · 1 comment
Open

Add support for SQLite #1769

rudolfschmidt opened this issue Apr 13, 2024 · 1 comment
Assignees
Labels
type: enhancement A general enhancement

Comments

@rudolfschmidt
Copy link

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?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 13, 2024
@rudolfschmidt
Copy link
Author

added PR at #1770

@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 15, 2024
@mp911de mp911de self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants