-
Notifications
You must be signed in to change notification settings - Fork 19
Introduce a JDBC user guide #225
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the effort!
I read this guide from up to down (I mean, sequentially) and commented places where I guess a beginner may miss a point if (s)he reads the guide sequentially too. Please, consider those comments as suggestions to look at certain places as if you don't have most of your context: JDBC details, the driver implementation details and tarantool details.
I proposed some wording here and there: again, consider them just as examples. If you think that existing wording is better, then let it be. I described key points why I think that something is worth to be rephrased—they are more important then certain wording variants.
16f08ef
to
c34b380
Compare
The guide is about a simple introduction to the Tarantool JDBC driver. There are a minimal usage steps a developer need to pass trough. It also highlights some implementation details that should be taken into consideration using this JDBC provider. Closes: #60
c34b380
to
83125a3
Compare
The guide is about a simple introduction to the Tarantool JDBC driver.
There are a minimal usage steps a developer need to pass trough.
It also highlights some implementation details that should be taken
into consideration using this JDBC provider.
Closes: #60