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

Remove dependency on Spring JDBC #26

Open
jfurmankiewiczpros opened this issue Apr 25, 2022 · 1 comment
Open

Remove dependency on Spring JDBC #26

jfurmankiewiczpros opened this issue Apr 25, 2022 · 1 comment

Comments

@jfurmankiewiczpros
Copy link

I wanted to use your library to create SQL statements for the Azure CosmosDB NoSQL, since it supports SQL API

https://docs.microsoft.com/en-us/azure/cosmos-db/sql/tutorial-query-sql-api

But it's not JDBC, so the dependnecy on Spring JDBC gets in the way.
Please make it an optional extra module and make the SQL Builder completely standalone, if possible.

Thank you

P.S. Also, many apps don't use Spring, so even if using relational DB, it shouldn't be assumed.

@jkrasnay
Copy link
Owner

You should be able to use the builders. Only the creators depend on Spring JDBC. Ultimately, creators are about building a prepared statement, so we could separate them from Spring but not from JDBC.

Please note that I'm not maintaining this library any more. You could just exclude the Spring JDBC dependency but I suggest instead you either fork your own version of the library or just copy the builders into your own project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants