fauna-shell

Interactive shell for querying and managing FaunaDB databases

brewmacoslinux
Try with needOr install directly
Source

About

Interactive shell for FaunaDB

Commands

fauna

Examples

Start an interactive FaunaDB shell session$ fauna shell
Execute a FQL query directly from the shell$ fauna shell --eval 'Collection.all()'
Connect to a specific FaunaDB endpoint and database$ fauna shell --endpoint https://db.fauna.com --database my_database