UNPKG

@palmares/databases

Version:

Add support for working with databases with palmares framework

6 lines 243 B
import type { MigrationFileType } from '../migrations/types'; /** * Here we just create the `palmares_migrations` table in the database. */ export declare const defaultMigrations: MigrationFileType[]; //# sourceMappingURL=migrations.d.ts.map