@antelopejs/interface-database
v0.0.4
Published
AntelopeJS interface for database-agnostic query operations
Downloads
40,948
Readme

Interface Database
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.
Installation
npm install @antelopejs/interface-databaseDocumentation
Detailed 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
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
