hanami / db

The database layer for Hanami
MIT License
7 stars 2 forks source link

Alternate relation adapter testcase #10

Closed alassek closed 4 months ago

alassek commented 4 months ago

Hanami::DB::Relation will retain the ROM behavior of selecting an alternate adapter with Relation[adapter_name] syntax, so this needs to have test coverage.

Closes #3

alassek commented 4 months ago

@timriley Okay, the alias has been removed and I've added test coverage around selecting an alternate adapter.