About This Space

A simple demo to show the recently ORM added into PJS in mid 2019.


Last updated on April 6, 2020

Forked from: /scotroach/pjs-orm/

Public Permissions:   View   Open/Fork   Run   Comment  

This is an overview of the files within this project and to show usage of the recently added ORM into PJS.

  • Starting with file customers.dbdefn.js

    • This is the business logic and mapper and model builder.
  • test.js - server side node program does actions against that dbdefn

Under the covers the data access is all happening by way of this pjs.dataapi object. The dataapi object constructs the basic SQL statements for the supported database. There really is not a whole lot difference, but enought that I seen this object was necessary.

  • Check out documentation for profound.util.dataapi

  • Soon we will have our DataArea API's, when working against a non IBMi db, use SQL as well. Customer code will not have to change, they will, however, need to "transfer" the data from the ibmi object to that other db with our tool.

  • Some things not "yet" being supported

    • Record locking
    • Multiple inserts within a single statements

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

Filters:

Popular Recent

Simple output to a browser from Node.js

3011

0

0

Simple output to a browser from Node.js

2965

0

0

This is a NodeRun demo space for a Payments applications

2967

0

0

A demo of how to build and consume Web Services with and without parameters

3068

0

0

A demo of how to build and consume Web Services with and without parameters

3032

0

0

An example of how to retrieve the grid data and work with it for comparisons and manipulations.

3157

0

0

test rich display

2963

0

0

A Hello World app with both dynamic output and input fields

3048

0

0

RPG Application that allows you to work with Insurance Claims converted to Node.js to run in the cloud, using any database

3150

0

0

use socket to create a chat

2162

0

0

This workspace deploys a custom server

2100

0

0