0.5.0 • Published 2 years ago

@oldendev/plugins v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CRUD plugin for Metarhia impress, metasql

Description

This plugin contains features such as caching and hooks for CRUDs It generates espoints for Metarhia impress application server with predifined configuration such as metasql/crud but rich featured

Usage

Create file in impress application folder. <yourFileName>.<version>.js

File example.1.js:

({
  plugin: 'oldendev/crud',
  database: db.pg,
  entities: {
    Doctor: ['get', 'select'],
    Patient: ['get', 'select'],
    Reason: ['get', 'select'],
  },
});
0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago