Coming Soon
The original ColdFusion ORM.
Turns this code for Microsoft SQL Server
select * from [user] where [username] = <cfqueryparam value="#form.username#" cfsqltype="cf_sql_varchar" />
and [password] = <cfqueryparam value="#form.password#" cfsqltype="cf_sql_varchar" />
</cfquery>
into this code for ANY database
<cfset qry = stmt.filter("username",form.username).filter("password",form.password).execute() />
or this
or this
Write less code, broaden your market and build applications faster.
DataFaucet: relax, have a drink. :)

Kirk OUT!!