UNPKG

devlien

Version:

Devlien is a lightweight, zero-dependency Node.js framework with clean MVC structure, built-in ORM, and intuitive routing for rapid backend development.

10 lines (9 loc) 163 B
export default class DatabaseSeeder { /** * Seed the application's database. * * @return void */ static async run(db){ } }