Skip to content

Commit 59b172a

Browse files
address comments
1 parent acc000c commit 59b172a

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

src/routes/blog/post/announcing-appwrite-rust-sdk/+page.markdoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,17 @@ The SDK supports every Appwrite server-side service:
2424

2525
| Service | What you can do |
2626
|---------|----------------|
27-
| **Databases** | Create databases, tables, columns, rows. Query with filters, sorting, and pagination. |
28-
| **Auth** | Manage users, sessions, teams, and OAuth providers. |
29-
| **Storage** | Create buckets, upload and download files, manage file tokens. |
27+
| **TablesDB** | Create databases, tables, columns, rows. Query with filters, sorting, and pagination. |
28+
| **Account** | Manage sessions, OAuth, MFA, and user preferences. |
29+
| **Users** | Manage users, targets, and labels. |
30+
| **Teams** | Manage teams, memberships, and invites. |
31+
| **Storage** | Create buckets, upload and download files. |
32+
| **Tokens** | Create and manage file tokens for secure file access. |
3033
| **Functions** | Create and execute serverless functions. |
3134
| **Messaging** | Send emails, SMS, and push notifications through providers like Twilio, Sendgrid, and more. |
35+
| **Sites** | Create, deploy, and manage web applications. |
36+
| **Locale** | Get user locale, list languages, currencies, countries, and continent information. |
37+
| **Avatars** | Generate user initials, QR codes, country flags, browser icons, favicons, and webpage screenshots. |
3238

3339
The SDK also includes utility modules for building queries, generating IDs, constructing permissions, and working with operators for atomic database updates.
3440

0 commit comments

Comments
 (0)