Skip to content

Commit 1966a80

Browse files
authored
Apply suggestion from @adityaoberai
1 parent 7205eab commit 1966a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/blog/post/appwrite-for-hackathons-build-fast-ship-faster

src/routes/blog/post/appwrite-for-hackathons-build-fast-ship-faster/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This allows developers to add and manage users and secure access to applications
7070

7171
Appwrite provides structured databases with built-in APIs and permissions, allowing you to manage database objects efficiently.
7272

73-
Appwrite provides scalable databases with built-in APIs and permissions. Developers benefit from type safety when working with database documents through generic methods, and can specify custom model types for full type safety when interacting with databases. The Appwrite API layer is designed to be extremely fast by leveraging in-memory caching.
73+
Appwrite provides scalable databases with built-in APIs and permissions. Developers benefit from type safety when working with database tables and rows through generic methods, and can specify custom model types for full type safety when interacting with databases. The Appwrite API layer is designed to be extremely fast by leveraging in-memory caching.
7474

7575
Instead of managing database servers and writing API layers manually, developers can create collections, store application data, and define access rules directly through the Appwrite dashboard or APIs.
7676

0 commit comments

Comments
 (0)