Giter VIP home page Giter VIP logo

entityspaces.js's Introduction

#A JavaScript Data Access Framework that uses Knockout#

By: [EntitySpaces, LLC] (http://www.entityspaces.net)

License: MIT

Dependencies: Knockout

##Download EntitySpaces 2012, it's 100% Free## EntitySpaces on Download.com

##Live Examples##

##Features##

  • Built upon Knockout and the MVVM Model
  • All class properties are ko.observables and collections classes are ko.observableArrays
  • Only 17k minimized
  • Supports MS SQL Server, Azure, CE, MS Access, Oracle, PostgreSQL, Sybase SQL Anywhere, MySQL, SQLite, and VistaDB
  • Supports WCF JSON Service and RESTFUL API's
  • Supports Full Hierarchical Data Models
  • Hierarchical Model Supports Lazy Loading (See video below)
  • All saves take place within transactions, including complex hierarchcial saves
  • Two Providers, either pure XHR or JQuery Ajax (you choose which one you want to use)
  • Tracks Row Level and Column Level Dirty State
  • Tracks Original Values so Edits can be Cancelled via RejectChanges
  • Generic - Can be used with any ORM or Database Backend

##Intuitive API##

    // Add a single record
    var emp = new es.objects.Employees();
    emp.FirstName("Just");
    emp.LastName("Added");
    emp.save();

    // Or the same as above
    var emp = new es.objects.Employees({
        FirstName: 'Just',
        LastName: 'Added'
    });
    emp.Save();

##EntitySpaces Studio Specific Abilities##

  • Will Generate your entire set of JavaScript classes from your Database Schema
  • Will Generate your WCF JSON Service for you that will work Out-Of-The-Box
  • Supports MS SQL Server, Azure, CE, MS Access, Oracle, PostgreSQL, Sybase SQL Anywhere, MySQL, SQLite, VistaDB

##Watch a few videos of entityspaces.js in action##

Lazy Loading Properties
The Basic Construction

##Example Class Definitions (pseudocode)##

##Real JavaScript Classes##

##Real World Usage Examples##

entityspaces.js's People

Contributors

entityspaces avatar ericmbarnard avatar

Watchers

James Cloos avatar Mike Griffin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.