Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
/ relate Public archive

Relate is a tiny client-side relational datastore.

License

Notifications You must be signed in to change notification settings

jakelazaroff/relate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2fd65b2 Â· Apr 21, 2017

History

72 Commits
Jun 17, 2015
Jun 9, 2015
Jun 17, 2015
Jun 17, 2015
May 16, 2015
Apr 21, 2017
May 4, 2015
Apr 21, 2017
Jun 17, 2015
Jun 17, 2015
Jun 7, 2015
Jun 17, 2015

Repository files navigation

Relate

Bower version Build Status

Relate is a tiny client-side relational datastore. It's useful for web applications with static relational data, allowing you to import JSON data, create collections of objects, define relations between them, and easily traverse the relationship graph from your application code. Relate is lightweight, dependency-free and framework-agnostic, easily compatible with applications built with Angular, React and more.

Note that while objects and their relationships can be modified, Relate works best with a predefined dataset that doesn't change during an application's runtime. If your application involves changing data, consider a more robust relational framework such as Backbone paired with Backbone-relational.

Dependencies

None! 🎉

Installation

Install manually: just copy dist/relate.min.js wherever you'd like.

Install using Bower:

bower install --save relate

Load in a browser:

<script src="relate.min.js"></script>

Documentation

About

Relate is a tiny client-side relational datastore.

Resources

License

Stars

Watchers

Forks

Packages

No packages published