Skip to content

Add inc/dec #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Add inc/dec #114

wants to merge 2 commits into from

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