Web Development  >>  Coldfusion

RiaForge : DataManager

Language : English Quality : High Has Audio : true Source : Other Media : Flash
DataMgr is a Data Access Layer component set.

It simplifies CRUD interactions with the database (speeding up development time) and has a common API for any supported database (and makes adding a new database easy).

DataMgr is not an ORM, but you could build an ORM on top of DataMgr - allowing you to create an ORM that works the way you want.

DataMgr also encompasses the functionality of Active Schema. You can define your database structure in XML and have DataMgr create it. If you prefer, you can also go the more traditional route and have DataMgr introspect your database (or use both approaches in combination).     [SUGGEST  A  ARTICLE]

Project can be downloaded from : http://datamgr.riaforge.org/

Tags: Coldfusion, Opensource, Sql, Web Development, Screencast,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Coldfusion MX
  • DataMgr - Data Access Layer component set
  • Duration : 02:00
    [2006-06-04]
    Installation and Initialization

    Duration : 02:00
    [2006-04-25]
    Converting from SQL for Inserts and Updates

    Duration : 01:05
    [2006-05-01]
    Converting from CFINSERT and CFUPDATE

    Duration : 03:00
    [2006-08-23]
    Synchronize Database Structure

    Duration : 02:00
    [2006-05-30]
    Saving Sort Order