Databases
Eve manages database endpoints through the same organization, authentication, RBAC, template, API, workflow, and telemetry model. The operation a backend supports still matters: transaction semantics, query language, native protocol listeners, and migration capabilities are endpoint-specific.
Database Families
| Family | Endpoint kinds | Typical use |
|---|---|---|
| Relational | PostgreSQL, MySQL, SQL Server, Oracle, Amazon RDS | Transactional data and SQL workloads. |
| Document and wide-column | MongoDB, Cassandra | Documents, flexible schemas, and distributed data. |
| Cache and key-value | Redis, ElastiCache | Caching, sessions, queues, and high-throughput lookups. |
| Analytics | ClickHouse, Snowflake | Analytical queries, events, and reporting. |
| Vector | Pinecone, Weaviate, and other vector stores | Retrieval, similarity search, and AI context. |
Database endpoints can be called directly through Eden APIs, constrained with templates, published as approved APIs, included in workflows, or exposed to Adam as governed tools. Use the database-specific page for connection details and supported operations.
Related
Last updated: July 10, 2026