A database-agnostic query interface that provides consistent operations across different database implementations. Interface Database brings AQL (Antelope Query Language) to your projects, enabling you to write database code that works seamlessly with multiple database backends through a chainable, type-safe API inspired by ReQL.
npm install @antelopejs/interface-databaseDetailed documentation is available in the docs directory:
- Overview - Introduction and documentation structure
- Query Types - Table, Selection, Stream, Datum, ValueProxy, and other query types
- Operations - Schema management, CRUD operations, filtering, and lookups
- Results - Result types and change feed handling
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
