# aio-lib-db **Repository Path**: mirrors_adobe/aio-lib-db ## Basic Information - **Project Name**: aio-lib-db - **Description**: aio-lib-db is a lightweight document database library for Adobe I/O Runtime apps. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-09 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aio-lib-db **aio-lib-db** is a powerful document database library for Adobe I/O Runtime applications. It provides structured, queryable, and flexible data persistence with MongoDB-like query capabilities. --- ## Installation Install `aio-lib-db` from npm: ```bash npm install @adobe/aio-lib-db ``` ## Documentation Main documentation for App Builder Database Storage: * [Getting Started with Database Storage](https://developer.adobe.com/app-builder/docs/guides/app_builder_guides/storage/database) --- ## Why Use aio-lib-db? - **MongoDB-like Syntax**: Familiar query language and operations - **Powerful Querying**: Complex filtering, sorting, and aggregation - **Cursor Support**: Memory-efficient iteration over large datasets - **Method Chaining**: Fluent API for building complex queries - **Type Safety**: Comprehensive input validation and error handling - **Streaming Support**: Process large datasets without memory issues - **Native Integration**: Built specifically for Adobe I/O Runtime --- ## Support For issues, feature requests, or questions, please refer to the project's issue tracker or documentation.