
July 5th, 2009, 05:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 38,067
Time spent in forums: < 1 sec
Reputation Power: 43
|
|
|
Data Driven Air Tutorial
Adobe AIR provides a complete SQLite database engine, but no high level API to manage data out of the box. Enter ActiveRecord.js - a Javascript library that brings Rails’ ActiveRecord-style data interfaces to your AIR applications. No more writing SQL queries, worrying about database connections or dealing with persistence - building serious database applications in AIR is a cinch with ActiveRecord.js. In this tutorial, we’re going to build a simple client management system with AIR
Read the full article here: Data Driven Air Tutorial
|