Support multiple database for Appwrite #7849
Replies: 1 comment
|
For self-hosted Appwrite, the current installer/runtime supports three database adapters: PostgreSQL, MariaDB, and MongoDB. Select one with Example environment setting: _APP_DB_ADAPTER=postgresqland configure the corresponding Important boundaries:
If PostgreSQL/MongoDB/MariaDB covers the database type you meant, please mark this as accepted; otherwise name the desired engine and the constraint it solves so compatibility can be evaluated concretely. |
Uh oh!
There was an error while loading. Please reload this page.
I want ask can support another database for Appwrite, can support another database type?
MariaDB imposes a row-size limit of 65,535 bytes for the combined sizes of all columns. If the table contains BLOB or TEXT columns, these only count for 9 - 12 bytes in this calculation, given that their content is stored separately.
All reactions