SyntaxError: The requested module 'https://deno.land/x/appwrite@15.0.0/mod.ts' does not provide an export named 'TablesDB' at file:///usr/local/server/src/function/src/main.ts:3:3
I tried to update my deno functions to TablesDB but I can't seem to get around this error even after referencing docs like https://appwrite.io/docs/quick-starts/deno#step-3 to check what was the correct import
Context, i am using Appwrite Cloud.
TL;DR
Issue: SyntaxError when trying to import TablesDB with a deno backend using Appwrite Cloud.
Solution: The requested module 'https://deno.land/x/appwrite@15.0.0/mod.ts' does not provide an export named 'TablesDB'. Update the import statement to the correct one following the documentation provided at https://appwrite.io/docs/quick-starts/deno#step-3 to resolve the error.