I need to host the appwrite database on AWS RDS instance. Therefore, I need to know the command to create appwrite database.
TL;DR
Connect Appwrite with AWS RDS by hosting the database on an RDS instance. Use the command ``CREATE DATABASE appwrite`` to create the `appwrite` database.