tminglei / slick-pg

Slick extensions for PostgreSQL
BSD 2-Clause "Simplified" License
839 stars 180 forks source link

Slick PG with H2 in POSTGRES mode #160

Open mdedetrich opened 9 years ago

mdedetrich commented 9 years ago

Does anyone know if this works, and if it does, is it something that slick-pg would support? In memory testing is far simpler for basic testing that involves database logic

Reason the issue is in here is the idea is that if its possible, we could use H2 in POSTGRES mode with all of the extensions that slick-pg supports

tminglei commented 9 years ago

I know someone already used slick-pg with H2. His wechat is "xiaochen_tian". But I don't know whether all of the extensions were supported.

Maybe you can chat with him.

deanchen commented 9 years ago

I'd be interested in learning more too. Slick-pg has been wonderful but using H2 in dev/tests is also preferred.

virusdave commented 8 years ago

I'd love to hear the answer to this as well. Are there any known things that won't work from the core library? Specifically, getting array support is the initial use case for me.

gregsilin commented 8 years ago

Has anyone been able to get any progress on this? Am I right that since the extensions extend the slick.driver.PostgresDriver, I can't use slick.driver.H2Driver and basically have to trick Slick to call H2 in Postgres Mode and hope it works?

sallareznov commented 7 years ago

Any news about this issue?

cmavromoustakos commented 6 years ago

Still no answer on this?