Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 446 Bytes

File metadata and controls

43 lines (26 loc) · 446 Bytes

ormapper

Object Relation Mapper for TypeScript in conjunction with SQLite

Usage

Install Requirements

npm install

Dev

npm run start:dev

Hot Reloading in development mode

Production

npm run build

Builds the app compiling the ts source into build

npm run start

Executes the compiled JavaScript at build/index.js

Testing

npm test

Runs the tests setup in src/tests/**.test.ts