-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When seeking for suitable go library, which is in charge of migration DB appropriately. I found out that Pop (https://github.com/gobuffalo/pop) is potential candidate.
It mimics same Active Record behavior. It means It supports ORM and Migration by providing handy command line.
I love it 🍺
Acceptance Criteria
- Refactor all Artify-core with Pop
- Support DB Migration
- Make sure the db has correct schema (foreign_key, constrains ... )
- Able to migrate up/down on dev/production
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request