This commit is contained in:
Michiel Borkent 2020-05-07 20:52:10 +02:00
parent eac6052df4
commit 66e85ff9e3

View file

@ -27,15 +27,15 @@ Currently the following pods are available:
Eductional examples of pods can be found [here](examples/pods): Eductional examples of pods can be found [here](examples/pods):
- [pod-babashka-hsqldb](examples/pods/pod-babashka-hsqldb): a pod that allows - [pod-babashka-hsqldb](../examples/pods/pod-babashka-hsqldb): a pod that allows
you to create and fire queries at a [HSQLDB](http://www.hsqldb.org/) you to create and fire queries at a [HSQLDB](http://www.hsqldb.org/)
database. Implemented in Clojure. database. Implemented in Clojure.
- [pod-lispyclouds-sqlite](examples/pods/pod-lispyclouds-sqlite): a pod that - [pod-lispyclouds-sqlite](../examples/pods/pod-lispyclouds-sqlite): a pod that
allows you to create and fire queries at a [sqlite](https://www.sqlite.org/) allows you to create and fire queries at a [sqlite](https://www.sqlite.org/)
database. Implemented in Python. database. Implemented in Python.
- [pod-babashka-filewatcher](examples/pods/pod-babashka-filewatcher): a - [pod-babashka-filewatcher](../examples/pods/pod-babashka-filewatcher): a
filewatcher pod. Implemented in Rust. filewatcher pod. Implemented in Rust.
### Naming ### Naming
@ -51,7 +51,7 @@ what your pod is about.
Examples: Examples:
- [pod-lispyclouds-sqlite](examples/pods/pod-lispyclouds-sqlite): a pod to - [pod-lispyclouds-sqlite](../examples/pods/pod-lispyclouds-sqlite): a pod to
communicate with [sqlite](https://www.sqlite.org/), provided by communicate with [sqlite](https://www.sqlite.org/), provided by
[@lispyclouds](https://github.com/lispyclouds). [@lispyclouds](https://github.com/lispyclouds).