Skip to content

takameyer/realm-decorators

Repository files navigation

Realm schema decorators (WIP!)

Intro

This package allows for using decorators to declare which parts of a Class Model should be interpreted as parts of the Realm schema, and how.

Usage

JavaScript

Example:

// TODO

TypeScript

Prerequisite:

Install reflect-metadata in the root-project, and import it early (e.g. in index.js).

Example:

// TODO

Development

Run tests:

npm test

Run tests in watch-mode:

npm run test:watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published