diff --git a/README.md b/README.md index ce09af3..d34cba2 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?cols=150&rows=50)](https://asciinema.org/a/548756?cols=150&rows=50) + ## Usage `FireQL` can be used as Go library or interactive command-line tool.