File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ Examples
166
166
- The :ref: `by-example ` section enumerates concise examples demonstrating the
167
167
different API interfaces of the CrateDB Python client library. Those are
168
168
DB API, HTTP, and BLOB interfaces, and the SQLAlchemy dialect.
169
+ - Executable code examples are maintained within the `cratedb-examples repository `_.
169
170
- The `sample application `_ and the corresponding `sample application
170
171
documentation `_ demonstrate the use of the driver on behalf of an example
171
172
"guestbook" application.
@@ -215,6 +216,7 @@ The project is licensed under the terms of the Apache 2.0 license, like
215
216
.. _CrateDB source : https://github.com/crate/crate
216
217
.. _Create an issue : https://github.com/crate/crate-python/issues
217
218
.. _development sandbox : https://github.com/crate/crate-python/blob/master/DEVELOP.rst
219
+ .. _cratedb-examples repository : https://github.com/crate/cratedb-examples/blob/main/by-language
218
220
.. _FIWARE QuantumLeap data historian : https://github.com/orchestracities/ngsi-timeseries-api
219
221
.. _GeoJSON : https://geojson.org/
220
222
.. _GeoJSON geometry objects : https://tools.ietf.org/html/rfc7946#section-3.1
Original file line number Diff line number Diff line change
1
+ ##############################
2
+ CrateDB Python driver examples
3
+ ##############################
4
+
5
+
6
+ Executable code examples are maintained within the `cratedb-examples repository `_.
7
+
8
+
9
+ .. _cratedb-examples repository : https://github.com/crate/cratedb-examples/blob/main/by-language
You can’t perform that action at this time.
0 commit comments