From 0e6e4c30924da16a8613ec12c7cb69c85a4cbba7 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar <6123002+pgollangi@users.noreply.github.com> Date: Fri, 30 Dec 2022 20:15:49 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ce09af3..e3bce0a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Query Google Firestore database using SQL syntax. `FireQL` is a library built on top of the official [Google Firestore Client SDK](https://pkg.go.dev/cloud.google.com/go/firestore) that will allow running queries Cloud Firestore database using SQL syntax. Inspired by [Firebase FireSQL](https://firebaseopensource.com/projects/jsayol/firesql/). + +[![asciicast](https://asciinema.org/a/548756.png)](https://asciinema.org/a/548756) + ## Usage `FireQL` can be used as Go library or interactive command-line tool.