Fauna JavaScript Driver

The Fauna JavaScript Driver is the official client SDK for interacting with Fauna from JavaScript and TypeScript applications. It provides template-based FQL query interpolation with type safety and a secure wire protocol that prevents injection vulnerabilities. The driver supports both Node.js server environments and browser-based applications, and includes built-in support for event streaming with automatic reconnection handling.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: fauna:javascript-driver
name: Fauna JavaScript Driver
tags:
- Driver
- JavaScript
- Node.js
- SDK
- TypeScript
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://docs.fauna.com/fauna/current/
properties:
- url: https://docs.fauna.com/fauna/current/
  type: Documentation
description: The Fauna JavaScript Driver is the official client SDK for interacting with Fauna from JavaScript
  and TypeScript applications. It provides template-based FQL query interpolation with type safety and
  a secure wire protocol that prevents injection vulnerabilities. The driver supports both Node.js server
  environments and browser-based applications, and includes built-in support for event streaming with
  automatic reconnection handling.