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

@aphro/model-runtime-ts

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aphro/model-runtime-ts

Runtime library for models generated from schemas.

latest
Source
npmnpm
Version
0.2.6
Version published
Maintainers
1
Created
Source

Model

Runtime library for models generated from schemas.

TODO:

  • Validation step...
    • To ensure foreign key edges have an appropriate inverse field edge
      • on the other schema.
  • Enable model superclasses / traits
  • IDL
  • Stop using keys from edges / fields
  • Docs
  • Edge queries and edge data
  • Semantic types

Are the synthetic transactions not good enough / not doing it?

What does a non synth tx look like? Slide, Deck, etc. mutation methods return changesets? Changesets are accumulated and then executed by the caller?

Does the model never execute its own changesets? But it is on the client code to decide how many changesets to accumulate before executing them?

What if a model needs some transient state (changesets to be committed) before it can do more?

If it is up to clients to commit changesets then they are better able to integrate more disperate systems that they may want to mutate atomically.

But if a client becomes a client? What happens to the changesets it was executing? Does it now have to pass them back instead?

FAQs

Package last updated on 06 Sep 2022

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