Kruiger Labs
Client Portal Get Started
DocumentationDM RELAY
Sign inGet support
DM RELAY

DM RELAY Database

Connect DM RELAY to MySQL or MariaDB and understand automatic table creation and JDBC values.

View DM RELAY Product

No SQL import required#

DM RELAY automatically creates the users, conversations, and relay_messages tables. Create an empty database and grant the configured user permission to create and modify tables; no SQL import is required.

Convert a JDBC URL#

For jdbc:mysql://mysql.example.com:3306/dmrelay, enter mysql.example.com as DB_HOST, 3306 as DB_PORT, and dmrelay as DB_NAME. Enter the provider’s username and password separately.

Persistent controls#

Conversation state and relay records persist in MySQL, allowing owner controls to continue working after a bot restart when the stored Discord messages and database records remain available.

Back to top