Skip to content

takameyer/realm-decorators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23bd2e4 · Apr 19, 2021

History

27 Commits
Apr 19, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 16, 2021
Apr 15, 2021
Apr 16, 2021

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