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

FamilyEndpoint kindsTypical use
RelationalPostgreSQL, MySQL, SQL Server, Oracle, Amazon RDSTransactional data and SQL workloads.
Document and wide-columnMongoDB, CassandraDocuments, flexible schemas, and distributed data.
Cache and key-valueRedis, ElastiCacheCaching, sessions, queues, and high-throughput lookups.
AnalyticsClickHouse, SnowflakeAnalytical queries, events, and reporting.
VectorPinecone, Weaviate, and other vector storesRetrieval, 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.

Last updated: July 10, 2026