default: {
    driver: ((url) => Driver);
}

Type declaration

  • driver: ((url) => Driver)
      • (url): Driver
      • Construct a new MillenniumDB driver. This is the entry point to the library.

        Parameters

        • url: string

          the URL for the MillenniumDB server

        Returns Driver

        a new driver instance