ionic-orm-2
Version:
Data-mapper ORM for Ionic WebSQL and SQLite
9 lines (8 loc) • 315 B
TypeScript
/**
* Thrown when connection is trying to be created automatically from connection options found in the ormconfig.json
* or environment variables, but failed due to missing these configurations.
*/
export declare class CannotDetermineConnectionOptionsError extends Error {
name: string;
constructor();
}