Basebase
Basebase is an open-source software project that provides a unified data access layer across multiple database backends. It enables applications to query and manipulate data stored in relational databases, document stores, and file-based sources through a single, consistent API. The goal is to reduce the complexity of building data-rich applications that rely on diverse storage technologies.
The architecture centers on a core engine, an adapter registry, and a query planner. Adapters translate a
Key features include support for basic CRUD operations, data federation for cross-store queries, and configurable schema
History and status: Basebase originated within an open-source community of contributors aiming to simplify multi-database development.