will / crystal-pg

a postgres driver for crystal
BSD 3-Clause "New" or "Revised" License
462 stars 77 forks source link

update to crystal-db 0.8.0 #198

Closed petr-fischer closed 4 years ago

petr-fischer commented 4 years ago

Hello, crystal-pg need to be updated to crystal-db 0.8.0 (https://github.com/crystal-lang/crystal-db).

Now, it's impossible to use crystal-pg and crystal-mysql in one project, because crystal-mysql depends on crystal-db 0.8.0 and crystal-pg depends on crystal-db 0.7.0.

straight-shoota commented 4 years ago

There is already a PR for that: #197

You definitely can use pg and mysql in the same project. You just need to pin crystal-mysql to version 0.9.0.

petr-fischer commented 4 years ago

Duplicate of #197