Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

abnegate
Copy link
Member

@abnegate abnegate commented Jul 18, 2025

What does this PR do?

  • NEW: Introduced Tables API support with improved terminology
    • Added new Table-based methods:
      • createTable (replaces createCollection)
      • createRow (replaces createDocument)
      • updateRow (replaces updateDocument)
      • deleteRow (replaces deleteDocument)
      • getRow (replaces getDocument)
      • listRows (replaces listDocuments) and much more...
    • DEPRECATED: Old Document-based methods are now deprecated and will not receive further updates
    • Existing applications continue to work with deprecated methods
    • For documentation on new terminology, see: https://appwrite.io/docs/products/databases/tables
  • Add increment and decrement attribute support to both new Tables API and old Document API - https://appwrite.io/blog/post/announcing-auto-increment-support
  • Fix Document autocompletion not working even when a generic type is provided

Test Plan

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants