Coldfusion development with kdb

Has anyone read kdb db’s with Coldfusion?Is it easy to do this?Coldfusions ships with these drivers in the data source admin sectionApache Derby ClientApache Derby EmbeddedDB2 Universal DatabaseDB2 OS/390InformixMicrosoft AccesMicrosoft SQL ServerMySQlODBC SocketOracleOtherSybase

if you need table results you can use the http/xml output from q:

htlp://server:port/.xml?query

It seems you can use java in cold fusion which means you can use ipc via c.java also. This approach is less intuitive, but it will be faster.