@wxn0brp/db-core
    Preparing search index...

    @wxn0brp/db-core

    @wxn0brp/db-core

    Core runtime for ValtheraDB. This package contains the shared database logic that the higher-level Valthera packages build on.

    It is usually not something you install directly unless you are:

    • building a custom storage adapter
    • extending the lower-level database runtime
    • working on Valthera itself
    npm install @wxn0brp/db-core
    
    • collection and document primitives
    • query and update operators
    • relation handling
    • shared types used by the Valthera packages

    If you are building an application, you probably want @wxn0brp/db instead of this package. db-core is the internal foundation.

    See typedoc.

    Contributions are welcome! Please submit pull requests or open issues on GitHub.

    MIT. See LICENSE.