
MySQL and MariaDB support for Blueprint projects that need clean SQL reads, writes, and result events.
MySQL / MariaDB gives Blueprint users a familiar connection flow for server, database, login, password, and port. It fits projects that use MySQL-style servers and need reliable query events for UI, save systems, tools, or admin screens.
Fill in server, database, login, password, and port fields directly in Blueprint.
Keep separate database actions organized when your UI or tools run more than one query.
Save SSL, timeout, read-only, and multi-result settings as editable project data.
Use update-query nodes for insert, update, delete, and multi-query workflows.
Return rows and columns through Blueprint events for UI tables, save systems, or admin screens.
This option focuses on rows, columns, and standard SQL data. Use PostgreSQL or Microsoft SQL Server when your project needs image data nodes.
Use the same Blueprint-style flow to connect, check status, run queries, and close the connection.
Run select, insert, update, and delete SQL from gameplay or editor tools without freezing the project.
Read query output as Blueprint-friendly rows and columns for UI tables, save data, and admin screens.
Place the actor or add the component, fill in connection fields, bind events, connect, and run queries from Blueprint.
Show loading, success, failure, and retry states in your UI with Blueprint events.
Use optional fields for SSL, timeouts, custom ports, or full connection strings when your project needs them.