Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database Migration is Missing #150

Closed
vzool opened this issue Mar 17, 2018 · 5 comments
Closed

Database Migration is Missing #150

vzool opened this issue Mar 17, 2018 · 5 comments
Assignees

Comments

@vzool
Copy link

vzool commented Mar 17, 2018

Hi,

I browsed many frameworks in order to find something very logical to me, and I found this one.
But, it does not have any migration way to a database.
Do you have a any plans to make something similar to pop?

Thanks

@adelowo
Copy link
Contributor

adelowo commented Mar 17, 2018

I would argue @jeevatkm wouldn't be interested in something like this as there are tools that have this well done already... see goose for instance

@jeevatkm jeevatkm self-assigned this Mar 17, 2018
@jeevatkm
Copy link
Member

@vzool Thank you for your interest in aah framework. Currently aah doesn't have built-in data layer, its an upcoming part in the roadmap. When it comes; it would be easy to use and flexible.

However currently it doesn't stop you from using any data layer library.

@adelowo has a good point about database migration. In my experience, its best to keep database migration activity outside the application as a tool. When I work on data module, will do my homework and provide as much as balanced data layer in aah.

Thanks again. I believe aah is helpful for your app development.

@moos3
Copy link

moos3 commented Mar 30, 2018

I'd like to see something like gorm or some type of orm. That would make this framework killer.

@jeevatkm
Copy link
Member

@moos3 Thank you for your input. I'm glad to hear that.

I have just started the thread for v0.11.0 #155 😄

@jeevatkm
Copy link
Member

Closing it, feature selection thread have been started at #155.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants