Skip to content

Toro Cloud Dev Center


Using Martini with databases

Databases are a core part of any application. As a result, Martini comes with many features to make developing with, and using databases in your applications as simple as possible. This not only includes the ability to use Gloop services and Groovy services with them, it also includes the ability to perform ad-hoc queries for testing, and tools to view schemas, and tables.

Martini also includes the ability to connect to relational (SQL) databases such as Oracle, MySQL, PostgreSQL, Microsoft SQL Server (and more), MongoDB, Apache Cassandra, and Redis.

This section will cover how to configure connections to databases, and will describe how to use other Martini database-related features.