Source

constants.ts

/**
 * @description Identifier for the Nano database flavor
 * @summary Constant string that identifies the database type as "nano" for use in adapter selection and configuration
 * @const NanoFlavour
 * @memberOf module:for-nano
 */
export const NanoFlavour = "nano";