From 0fd72ed9349e05408e63a1c607cafc624e21031f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 28 May 2020 11:17:19 +0200 Subject: [PATCH] Add sql pods --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdb341d..a4539bd 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,14 @@ _below_ in Polish and Russian. In Romanian it means _bridge_ Currently the following pods are available: +- [babashka-sql-pods](https://github.com/babashka/babashka-sql-pods): pods for + interacting with SQL databases. - [bootleg](https://github.com/retrogradeorbit/bootleg): static HTML website generation. - [clj-kondo](https://github.com/borkdude/clj-kondo/#babashka-pod): a Clojure linter - [pod-babashka-filewatcher](https://github.com/babashka/pod-babashka-filewatcher): a filewatcher pod based on Rust notify. -- [pod-babashka-hsqldb](https://github.com/babashka/pod-babashka-hsqldb): a pod - that allows you to create and fire queries at a - [HSQLDB](http://www.hsqldb.org/) database. - [pod-janet-peg](https://github.com/sogaiu/pod-janet-peg): a pod for calling [Janet](https://github.com/janet-lang/janet)'s PEG functionality