# /zhomes converter \<type>

{% hint style="info" %}
All text between the less-than and greater-than signs (**<>**) is a placeholder/variable, replace it with the requested value without the less-than and greater-than signs (**<>**).
{% endhint %}

| Convertion Type | From                                                                                                                                                 | To                                                  |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| sqlitetoh2      | [SQLite](https://sqlite.org/index.html)                                                                                                              | [H2Database](https://h2database.com/html/main.html) |
| sqlitetomysql   | [SQLite](https://sqlite.org/index.html)                                                                                                              | [MySQL](https://www.mysql.com/)                     |
| sqlitetomariadb | [SQLite](https://sqlite.org/index.html)                                                                                                              | [MariaDB](https://mariadb.org/)                     |
| mysqltosqlite   | [MySQL](https://www.mysql.com/)                                                                                                                      | [SQLite](https://sqlite.org/index.html)             |
| mysqltoh2       | [MySQL](https://www.mysql.com/)                                                                                                                      | [H2Database](https://h2database.com/html/main.html) |
| mariadbtosqlite | [MariaDB](https://mariadb.org/)                                                                                                                      | [SQLite](https://sqlite.org/index.html)             |
| mariadbtoh2     | [MariaDB](https://mariadb.org/)                                                                                                                      | [H2Database](https://h2database.com/html/main.html) |
| h2tosqlite      | [H2Database](https://h2database.com/html/main.html)                                                                                                  | [SQLite](https://sqlite.org/index.html)             |
| h2tomysql       | [H2Database](https://h2database.com/html/main.html)                                                                                                  | [MySQL](https://www.mysql.com/)                     |
| h2tomariadb     | [H2Database](https://h2database.com/html/main.html)                                                                                                  | [MariaDB](https://mariadb.org/)                     |
| essentials      | [EssentialsX Plugin](https://essentialsx.net/downloads.html)                                                                                         | Current Database                                    |
| sethome         | [SetHome Plugin](https://www.spigotmc.org/resources/set-home.32748/)                                                                                 | Current Database                                    |
| ultimatehomes   | [UltimateHomes Plugin](https://www.spigotmc.org/resources/%E3%80%90ultimatehomes%E3%80%91-highly-configurable-player-sethome-system-1-8-1-21.64210/) | Current Database                                    |
| xhomes          | [Xhomes Plugin](https://www.spigotmc.org/resources/xhomes.120062/)                                                                                   | Current Database                                    |
