
MySQL / MariaDB
MySQL and MariaDB support for Blueprint projects that need clean SQL reads, writes, and result events.
Product Overview
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.
Core Capabilities
MySQL Features
Blueprint Connection Setup
Fill in server, database, login, password, and port fields directly in Blueprint.
Multiple Query Tasks
Keep separate database actions organized when your UI or tools run more than one query.
Editable Connection Options
Save SSL, timeout, read-only, and multi-result settings as editable project data.
Blueprint Batch Updates
Use update-query nodes for insert, update, delete, and multi-query workflows.
Readable Select Results
Return rows and columns through Blueprint events for UI tables, save systems, or admin screens.
Text and Table Data Focus
This option focuses on rows, columns, and standard SQL data. Use PostgreSQL or Microsoft SQL Server when your project needs image data nodes.
Blueprint Setup Flow
- 1Add the connection component or place the MySQL connection actor.
- 2Fill in the MySQL or MariaDB connection fields in Blueprint.
- 3Bind connection, select, and update status events.
- 4Keep task IDs when your Blueprint runs more than one database action.
- 5Run select/update nodes and route results back to your Blueprint UI.
Setup Notes
- Use the default MySQL port unless your server is configured differently.
- Save SSL, timeout, or multi-result settings in editable project data when needed.
- Close unused connections when the owning Blueprint no longer needs them.
Shared Database Features
Blueprint Nodes for All Databases
Use the same Blueprint-style flow to connect, check status, run queries, and close the connection.
Async Runtime Queries
Run select, insert, update, and delete SQL from gameplay or editor tools without freezing the project.
Easy Result Reading
Read query output as Blueprint-friendly rows and columns for UI tables, save data, and admin screens.
Blueprint-First Workflow
Place the actor or add the component, fill in connection fields, bind events, connect, and run queries from Blueprint.
Status Events
Show loading, success, failure, and retry states in your UI with Blueprint events.
Advanced Connection Fields
Use optional fields for SSL, timeouts, custom ports, or full connection strings when your project needs them.