Not connecting to mariadb but can be done on console or using sdk alike to write sql syntax , something implemented in super-base.
I’m curious, one of my favorite parts of Appwrite is not having to use SQL haha, why do you want to use it?
I don't think that will be implemented, mainly because the Appwrite plans in a future is to have support for both SQL and No-SQL databases
I want to you my complex sql queries in the my current project when migrating to appwrite for reporting.
queries are missing the sql synax , like OR, and so on.
"Or" support for queries is under request
what about something like count *
.length?
I suggest you 👍🏼 this related issue: https://github.com/appwrite/appwrite/issues/5667
Recommended threads
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...