[READ-ONLY] Official Appwrite Node.js SDK π’
Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstra
Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstra
## What's Changed Release version 22.1.3 **Full Changelog**: https://github.com/appwrite/sdk-for-node/compare/22.1.2...22.1.3
## What's Changed * Fix very large double values (for example 1.7976931348623157e+308) from being expanded into giant integer literals **Full Changeβ¦
## What's Changed * Removed unused BigNumber import from src/client.ts to clean up dependencies * Updated documentation examples to include the new eβ¦
## What's Changed * Add array-based enum parameters (e.g., `permissions: BrowserPermission[]`). * Breaking change: `Output` enum has been removed; usβ¦
## What's Changed * Added ability to create columns and indexes synchronously while creating a table **Full Changelog**: https://github.com/appwriteβ¦
## What's Changed * Rename `VCSDeploymentType` enum to `VCSReferenceType` * Change `createTemplateDeployment` method signature: replace `version` parβ¦
## What's Changed * Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance * Add `Operator` class β¦
## What's Changed * Add transaction support for Databases and TablesDB **Full Changelog**: https://github.com/appwrite/sdk-for-node/compare/20.1.0..β¦