Skip to content

thfellner/ormapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Object Relation Mapper for TypeScript in conjunction with SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published