npm.io
0.1.3 • Published 6d ago

@antelopejs/interface-database

Licence
Apache-2.0
Version
0.1.3
Deps
0
Size
390 kB
Vulns
0
Weekly
431

Database

Interface Database

npm License Discord Documentation

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-database

Documentation

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.

Keywords