Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Home

DataMgr is a database abstraction tool to simplify common interactions with the database. This encompasses three major types of functionality:

  • CRUD: Database reads/writes including those of the type performed by cfinsert/cfupdate
  • ActiveSchema: The ability for your code to define your database structure. DataMgr can introspect the database structure or it can define it.
  • Prototyping: The ability to use simulated data for prototyping (much like QuerySim, but more powerful and less work).

Additionally, DataMgr provides some advanced functionality that allows you to define special behaviors and relation fields that can dramatically assist development. Taken together, these features can effectively create interactions with the database that fit the way we develop web applications.


DataMgr could be viewed as a competitor to an ORM approach - though it doesn't require the same types of interactions. While ORM solutions effectively change the perspective of development from database to object, DataMgr maintains the database perspective, but makes common database interaction code more concise and powerful.


Resources
Discussions10 of 101 messages view all »
[DataMgr] Re: Inserting empty string for a not null field
By T W - Oct 26 - 2 authors - 4 replies
[DataMgr] problem updating a row with an identity column
By Steve Bryant - Oct 19 - 2 authors - 1 reply
[DataMgr] lazy init used for table def's?
By Steve Bryant - Oct 19 - 2 authors - 1 reply
[DataMgr] Re: error on truncate()
By Tom McNeer - Sep 11 - 2 authors - 2 replies
DataMgr 2.5 Alpha 1
By Steve Bryant - Aug 21 - 1 author - 0 replies
[DataMgr] Re: advsql group by
By Steve Bryant - Aug 16 - 2 authors - 3 replies
[DataMgr] Join Queries
By Steve Bryant - Jul 29 - 2 authors - 1 reply
[DataMgr] Aggreates with filter columns and value?
By Steve Bryant - Jul 17 - 2 authors - 1 reply
[DataMgr] Re: Creating Foreign Key, using relations?
By Steve Bryant - Jul 14 - 3 authors - 6 replies

Report this group   XML       Send email to this group: datamgr@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google