Skip to content

Object Relational Mapping (ORM) implemented in JavaScript

License

Notifications You must be signed in to change notification settings

alex-griffiths/jorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JORM

Object relational mapping implemented in JavaScript.

Usage

A secrets.json file must be created at the root of the project directory with the following properties:

{
    "host": "",
    "db": "",
    "user": "",
    "password": ""
}

Tests

npm test

About

Object Relational Mapping (ORM) implemented in JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published