Here’s how to do it:
- Edit your :
- Remove
hanami-model
. - Add the gem(s) for your ORM.
- Remove
- Remove folders that are no longer needed:
- Remove
lib/project_name/entities/
andlib/projectname/repositories/
- Remove and
spec/project_name/repositories/
.
- Remove
Please be aware that if hanami-model
is removed from the project features like and migrations won’t be available.
https://github.com/solnic/hanami-bookshelf-rom/