Skip to content

Add support for SQLite #1769

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

Closed
rudolfschmidt opened this issue Apr 13, 2024 · 2 comments
Closed

Add support for SQLite #1769

rudolfschmidt opened this issue Apr 13, 2024 · 2 comments
Assignees
Labels
in: additional-dialect Request for additional dialects status: declined A suggestion or change that we don't feel we should currently apply

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
@schauder
Copy link
Contributor

We don't have the capacity to support more databases.
Please consider hosting the dialect in a separate repository.

We hope to eventually provide support for testing new dialects.

See: #2048

@schauder schauder added status: declined A suggestion or change that we don't feel we should currently apply in: additional-dialect Request for additional dialects and removed type: enhancement A general enhancement labels Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: additional-dialect Request for additional dialects status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

No branches or pull requests

4 participants