
RazorSQL includes a MariaDB SQL editor that has features designed to boost productivity such as auto completion / intellisense for tables and columns, multi-tabular display of query results, SQL and DDL execution, and the ability to create, edit, and drop procedures, functions, triggers, and other database objects. It includes MariaDB specific syntax highlighting for SQL and supports over 20 other programming languages such as PHP, Python, JavaScript, HTML, and Java. Listed below are the main features of the MariaDB SQL Editor in RazorSQL.
- Multi-Tabular Display of Query Results
- The ability to display multiple query result sets in the same tab
- SQL generation capabilities such as the ability to auto-generate SQL select, insert, update, and delete statements.
- The ability to create new tables from queries
- MariaDB specific syntax highlighting
- Auto table lookup and completion
- Auto column lookup and completion
- Extensive find, replace, and find / replace in files functionality
- Bracket, parenthesis, and brace auto matching
- Support for parameterized queries
- Execute, Execute Fetch All, and Execute Batch functions
- SQL History for All Queries, and Query Logging Per Connection
- Query browser for displaying a clickable display of queries in the editor
- Key Ahead functionality for one-click population of user-defined text
- Built-in and Custom User Templates
Mariadb Installer
Installing MariaDB on Mac OS X One of the easiest ways to install MariaDB on Mac OS X is to use Homebrew, which is an open source package manager for that platform. Before you can install it, however, you need to prepare your system. MariaDB Server is available for installation on macOS (formerly Mac OS X) via the Homebrew package manager. MariaDB Server is available as a Homebrew 'bottle', a pre-compiled package. This means you can install it without having to build from source yourself.