Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceDatabase

    Policies sourced from a database using the mysql, postgres, or sqlite3 storage drivers.

    interface PolicySourceDatabase {
        driver: DatabaseDriver;
        kind: "database";
    }
    Index

    Properties

    Properties

    Driver used to load policies.

    kind: "database"

    Discriminator to mark the policy source as database.