Download Impel

Version 0.7

Read the API

It’s simple

Download Impel Modules

Transparent Database Syncing

Read the FAQ

Yes, it runs on the iPhone

Class Impel.ResultSet

A simplified verion of the SQLResultSet class that can be easily turned into an array

Class Summary
Constructor Attributes Constructor Name and Description
 
A simplified verion of the SQLResultSet class that can be easily turned into an array
Method Summary
Method Attributes Method Name and Description
<static>  
Impel.ResultSet.toArray()
Convert the result set into an array
Class Detail
Impel.ResultSet(rs)
Parameters:
{SQLResultSet} rs
A result set as returned from an HTML 5 database SELECT statement
Method Detail
<static> Impel.ResultSet.toArray()
Convert the result set into an array
Returns:
array

blog comments powered by Disqus

Impel takes the pain out of working with HTML5 asynchronous databases.

Statement callbacks? Transaction callbacks? One-to-many and many-to-many relationships? How the heck do I deal with all without my head exploding?

Use Impel; create an object then call object.save(); Now get a cup of coffee.

What’s an ORM

Object Relational Mapping is a programming technique that turns your database, in effect, into a virtual object database.

With an ORM you no longer need to worry about how to save a single object across multiple tables, you just call, "save" on the object.

 
Contact Us | © 2009 Caleb Crane | License