1.0.2 • Published 4 years ago

faunadb-community-utils v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

Navigate to 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.