UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

8 lines (6 loc) 131 B
import migrations from './migrations'; for (const Migration of migrations) { try { new Migration().up(); } catch (e) {} }