Skip to content

potatopotaro/faunadb-community-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Custom FQL and javascript to help you build in FaunaDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published