From 3677c426ee1bc1236bca649e95529d23fb39bd8b Mon Sep 17 00:00:00 2001 From: MargoHDB <74019465+MargoHDB@users.noreply.github.com> Date: Wed, 24 May 2023 15:03:53 -0600 Subject: [PATCH] Add HarperDB tutorial to README.md Add HarperDB tutorial to Learn Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 077c22b..2ed81ce 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Learn PostgreSQL (GitHub)](https://github.com/dwyl/learn-postgresql) * [Try Redis](https://try.redis.io/) * [Redis Tutorial](https://www.tutorialspoint.com/redis/) +* [HarperDB Tutorial](https://docs.harperdb.io/docs/custom-functions/example-projects) --- ### Learn Authentication