Oracle Support?

Hi. I just found out about Hanami and I think it’s beautiful. What’s the reason for not having Oracle support? Sequel already has adapters for oracle.

Hi! Hanami is pre-1.0 so we still make breaking changes. Supporting every popular DB adapter would mean more code to change when we make those breaking changes. We support Postgres, MySQL and SQlite for now.

After 1.0, I think it’s worth discussing if we want to support Oracle :slight_smile:

@ojbucao Hanami::Model is based on top of ROM/Sequel. Because this last one already supports Oracle, it should work out of the box.

What won’t work for sure are the following commands: hanami db create/drop/prepare/apply. However, hanami db migrate will work.