Skip to main content

Documentation Index

Fetch the complete documentation index at: https://arivu.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

MySQL Integration

Overview

MySQL is a widely used open-source relational database management system (RDBMS) known for its reliability and performance. Arivu provides seamless integrations so you can manage your enterprise data with minimal footprint.

High Performance

Exceptional read and write speeds for web-scale applications.

Mature Ecosystem

Massive ecosystem, standard SQL compliance, and strong community.

Configuration

1

Prerequisites

Ensure you have your MySQL connection string ready (user, password, host, and database name).
2

Add Connection String

Provide your keys in Arivu’s configuration or .env file:
MYSQL_URI="mysql+pymysql://user:password@localhost:3306/db_name"
Ensure the host is accessible from the environment where Arivu is hosted.