Skip to content

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

Closed
wants to merge 1 commit into from
Closed

Conversation

nicktorwald
Copy link

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

@coveralls
Copy link

coveralls commented Oct 17, 2019

Coverage Status

Coverage increased (+0.03%) to 77.686% when pulling 83125a3 on nicktorwald/gh-60-jdbc-docs into 4ba88fb on master.

Copy link
Member

@Totktonada Totktonada left a 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.

@nicktorwald nicktorwald force-pushed the nicktorwald/gh-60-jdbc-docs branch from 16f08ef to c34b380 Compare December 19, 2019 09:42
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
@nicktorwald nicktorwald force-pushed the nicktorwald/gh-60-jdbc-docs branch from c34b380 to 83125a3 Compare January 20, 2020 18:46
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

Successfully merging this pull request may close these issues.

jdbc: Document notable implementation details
4 participants