r2dbc / r2dbc-pool

Connection Pooling for Reactive Relational Database Connectivity
https://r2dbc.io
Apache License 2.0
332 stars 55 forks source link

Can you improve the documentation #79

Closed Lovecxgood closed 4 years ago

Lovecxgood commented 4 years ago

Can you improve the documentation plz?????????????????

mp911de commented 4 years ago

Thanks for reaching out. Let us know what you’re looking for so we can document those bits.

Lovecxgood commented 4 years ago

aha!!! your documents is too simple to understand, maybe you can put some CURD samples or some more detail codes. for example Connection connection = …; I can not to know how can I get this connection from~ thanks!!

mp911de commented 4 years ago

This project handles connection pooling and is responsible for resource management. Our readme contains a getting started guide that explains how to obtain and how to release connections.

If you're looking for an introduction to how to get started with particular drivers, then take a look at the individual drivers, e.g. Postgres.

Let us know if there's anything else we can help with or whether we may close this ticket.

Lovecxgood commented 4 years ago

thanks