Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pgollangi/FireQL
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollangi committed Dec 30, 2022
2 parents 505bd05 + 7c35aa7 commit d04a411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d04a411

Please sign in to comment.