Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 2.61 KB

File metadata and controls

83 lines (52 loc) · 2.61 KB

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

Click here for more thorough documentation

API Glossary

createPrefixSearchResources

BulkCreate

SelectDeep

CreateNGramSearchIndex

CreatePrefixSearchIndex

MultiMatch

Characters

NGramGenerator

StringIndexRange

StringPrefixGenerator

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.