Yii with H2 database

Hi, do you think it is possible to use H2 database with Yii?

H2 performance very good, would like to try, any idea?

Link?

What is it? curious :)

h2

Did you try to connect with pdo?It is possible to connect in "file mode" and not with "server mode"?

Thanks Dimis. :)

So, you would want to connect to an H2 database if you’ve got a Java server, am I right?

Otherwise I see no immediate advantage over PDO.