New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

oacp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oacp

Of A Certain Pattern - A framework of sorts

latest
Source
npmnpm
Version
1.1.8
Version published
Maintainers
1
Created
Source

OACP - Of A Certain Pattern

A framework of sorts

It's SCRUD all the way down, and some Postgres too

This library was built to fit a very specific pattern.

Opinionated is an understatement. This is a super strict implementation of a particular pattern. Use this and stray from it to your own peril.

The gist of it is this:

  • use it to create SCRUD driven APIs / Micro-APIs
  • data storage and access is PG function driven
  • all PG functions accept and return JSONB
  • all PG function follow the naming convention below
    • namespace_model_action
  • JWT authorization
  • strict JWT format drives access control

Documentation is non-existent

It is my intent to add docs, but due to the nature of the project it is assumed no one else is using this. If you've read the description or looked at the source and are interested in docs open an issue and I'll prioritize it.

FAQs

Package last updated on 06 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts