0.1.46 • Published 9 years ago

siesta-orm v0.1.46

Weekly downloads
172
License
-
Repository
github
Last release
9 years ago

Siesta

Gitter

Build Status

Siesta is an Object Graph framework for Javascript. Siesta makes it easy to model, consume and interact with relational data in the browser.

Roadmap

The below is the current roadmap for Siesta features & improvements. Feedback and suggestions are welcome!

0.1

  • Stability
  • ReactJS siesta integration
  • AngularJS siesta integration

0.2

  • Store binary data

0.3

  • Visualisation tool
  • Performance tool

0.4

  • Save changes to model instances rather than entire model instances when dirty
  • Faulting Mechanism (i.e. don't load all data from storage at once...). Much like core data faulting mechanism.
  • Toggle faulting mechanism

0.5

  • Key-Value/Key-Path observation

0.6

  • HTTP
  • Serialisation
  • API descriptors? (maybe)

Contributing

Note that if you intend to make a pull request you should fork and clone your own repo.

# git clone https://github.com/<username>/siesta.git if you're cloning your own repo.
git clone https://github.com/mtford90/siesta.git 
cd siesta
npm install 
bower install 
# Siesta depends on forks of some Javascript projects, and the gh-pages branch is also a submodule.
git pull && git submodule init && git submodule update && git submodule status

To make sure that all is well, run the tests:

grunt test

We can automatically run tests when modelEvents are detected by running the following commands:

grunt watch

Build/Compilation

We can build and compile siesta using:

# Generate build/siesta.*.js as well as build/siesta.*.min.js and build/siesta.*.min.js.gz
grunt compile
0.1.46

9 years ago

0.1.45

9 years ago

0.1.44

9 years ago

0.1.38

9 years ago

0.1.34

9 years ago

0.1.33

9 years ago

0.1.32

9 years ago

0.1.31

9 years ago

0.1.30

9 years ago

0.1.29

9 years ago

0.1.28

9 years ago

0.1.27

9 years ago

0.1.25

9 years ago

0.1.23

9 years ago

0.1.22

9 years ago

0.1.21

9 years ago

0.1.19

9 years ago

0.1.18

9 years ago

0.1.17

9 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.11

9 years ago

0.0.11-1

9 years ago

0.0.11-0

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.7-2

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.3

9 years ago