faunadb-community-utils

1.0.2 • Public • Published

Welcome to faunadb-community-utils 👋

Version Documentation Maintenance License: MIT

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.

Package Sidebar

Install

npm i faunadb-community-utils

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

17.9 kB

Total Files

16

Last publish

Collaborators

  • potatopotaro