faunadb-community-utils
v1.0.2
Published
Custom FQL and javascript to help you build in FaunaDB.
Downloads
6
Maintainers
Readme
Custom FQL and javascript to help you build in FaunaDB.
Getting Started
Install
npm install --save faunadb-community-utils
or
yarn add faunadb-community-utils
Example Usage
const faunadb = require("faunadb")
const { CreateNGramSearchIndex } = require("faunadb-community-tools")(faunadb.query)
client.query(CreateNGramSearchIndex({...}))
Documentation
Joining the FaunaDB Community
If you haven't already, I highly suggest joining the official FaunaDB Community Slack.
Slack: https://community-invite.fauna.com
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Taro Woollett-Chiba. This project is MIT licensed.