@gmencz/faunadb
v3.0.0
Published
TypeScript-first FaunaDB client with static type inference
Downloads
22
Readme
Table of Contents
Introduction
TypeScript-first FaunaDB client with static type inference. You declare what your FaunaDB schema looks like and the client will ensure your queries are written correctly.
One of the main focuses of the library is to keep the bundle size as small as possible due to FaunaDB being used the most in serverless environments where script size is limited.
Installation
npm install @gmencz/faunadb
Usage
Issues
🐛 Bugs
Please file an issue for bugs, missing documentation, or unexpected behavior.
💡 Feature Requests
Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.
LICENSE
MIT