Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollangi committed Feb 3, 2023
1 parent cd801d4 commit 29a60d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ select id, email as email_address, `address.city` AS city from `users`
select * from users order by 'address.city' desc limit 10
select * from `users` where id > 50
select id, LENGTH(contacts) as total_contacts from `users`
select id, (age > 100) as centenarian as total_contacts from `users`
```
See [Wiki](https://github.com/pgollangi/FireQL/wiki) for more examples.

Expand Down Expand Up @@ -134,6 +135,14 @@ In addition to that:
- [ ] Support other DML queries: `INSERT`, `UPDATE`, and `DELETE`


## Run

### Tests

```shell
$ go test ./...
```

## Contributing
Thanks for considering contributing to this project!

Expand Down

0 comments on commit 29a60d8

Please sign in to comment.