Skip to content

Commit

Permalink
DBAPI Docs [API-1972] (#626)
Browse files Browse the repository at this point in the history
* Initial DBAPI docs, moved SQL to its own chapter.

* Added DBAPI sample

* updates

* Added DBAPI docs and code sample

* Fix ref

* Black

* Trivial doc fix

* Addressed reviews

* Addressed reviews
  • Loading branch information
yuce committed Mar 31, 2023
1 parent e18f03e commit bf610dc
Show file tree
Hide file tree
Showing 7 changed files with 866 additions and 501 deletions.
4 changes: 4 additions & 0 deletions docs/api/db.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DBAPI-2
=======

.. automodule:: hazelcast.db
1 change: 1 addition & 0 deletions docs/api/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ API Documentation
cluster
core
cp
db
errors
future
lifecycle
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Features
setting_up_client_network
client_connection_strategy
using_python_client_with_hazelcast
sql
securing_client_connection
development_and_testing
getting_help
Expand Down

0 comments on commit bf610dc

Please sign in to comment.