> ## Documentation Index
> Fetch the complete documentation index at: https://docs.antryk.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Databases Overview

> Learn about managed database services on Antryk

# Databases Overview

Antryk offers fully managed database services for your applications. Choose from relational databases, NoSQL databases, in-memory caches, and vector databases for AI applications.

<img src="https://mintcdn.com/antryk/RuNfdeAligJ2s47J/images/database-overview.png?fit=max&auto=format&n=RuNfdeAligJ2s47J&q=85&s=39a0676aedea61d88ac2a4edc61d5a2d" alt="Database Listing Page" width="1501" height="751" data-path="images/database-overview.png" />

## Database Types

### Relational Databases

Traditional SQL databases for structured data with ACID compliance.

<Card title="PostgreSQL" icon="database" href="/databases/postgres">
  Deploy PostgreSQL databases
</Card>

<Card title="MySQL" icon="database" href="/databases/mysql">
  Deploy MySQL databases
</Card>

### In-Memory Databases

High-performance caching and real-time data processing.

<Card title="Redis" icon="zap" href="/databases/redis">
  Deploy Redis for caching
</Card>

### IOT Based Databases

<Card title="Influx" icon="database" href="/databases/influx">
  Deploy Influx DB
</Card>

### Vector Databases

Specialized databases for AI applications and embeddings.

<Card title="Vector Databases" icon="brain" href="/databases/vector-databases">
  Deploy vector databases
</Card>

## Features

All Antryk databases include:

* **Automated Backups**: Daily backups with point-in-time recovery
* **High Availability**: Multi-zone replication
* **Scaling**: Easy vertical and horizontal scaling
* **Monitoring**: Built-in metrics and alerting
* **SSL/TLS**: Encrypted connections
* **Connection Pooling**: Built-in connection management

## Getting Started

1. **Create a database** from your dashboard
2. **Configure** region and plan
3. **Get connection string** and credentials
4. **Connect** your application
5. **Monitor** performance and usage
