Documentation
    Preparing search index...

    Function create_tenant_schema

    • SQLite is a single-file database with no schema/tenant-database concept, so tenant namespace creation/deletion is a no-op here.

      Parameters

      • name: string
      • OptionalifNotExists: boolean

      Returns Promise<void>