Connectors
Database Connectors
Connect to relational and NoSQL databases with built-in schema inference.
PostgreSQL
Connect to any PostgreSQL instance. Altius automatically discovers schemas, tables, and column types. Configure host, port, database name, and credentials in the connection settings.
MySQL
Connect to MySQL databases with full schema introspection. Altius maps MySQL data types to its internal schema representation and validates compatibility across pipeline transformations.
MongoDB
Connect to MongoDB collections. Altius samples documents to infer the schema structure and provides type mapping for nested fields, arrays, and embedded documents.
Connection Security
All database credentials are encrypted at rest with AES-256. Connection strings are never logged or exported. Connections support SSL/TLS for encrypted transport between Altius and your database.