UNPKG

rprcli

Version:

Reaper.js is a powerful TypeScript-based framework designed to streamline backend development. It offers built-in database migrations, seeders, and SQL query utilities, making it easy to manage data efficiently. With native support for TSX and JSX renderi

11 lines (10 loc) 281 B
import BluePrint from './lib/bluePrint'; export {BluePrint} import query from "./lib/query"; export {query} import Database from './lib/database'; export {Database} import { Migration } from './lib/migration'; export {Migration} import { Model } from './lib/model'; export {Model}