|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
A new SQLAlchemy migration toolkit - miruku 0.1a3 has been releasedHi, I've just created a new migration toolkit - miruku. The goal of miruku project is to do the migration work automatically by just one simple command. There is no need to write upgrade script manually and there is no version control mechanism. All you have to do is just keep modifying your model schema code and miruku will do all the upgrading things for you. Now you can download and find simple tutorial at http://trac.ollix.org/miruku/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@... To unsubscribe from this group, send email to turbogears-unsubscribe@... For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: A new SQLAlchemy migration toolkit - miruku 0.1a3 has been released> Hi, I've just created a new migration toolkit - miruku. The goal of > miruku project is to do the migration work automatically by just one > simple command. There is no need to write upgrade script manually and > there is no version control mechanism. All you have to do is just keep > modifying your model schema code and miruku will do all the upgrading > things for you. > > Now you can download and find simple tutorial at > http://trac.ollix.org/miruku/ This URL doesn't seem to work for me. Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@... To unsubscribe from this group, send email to turbogears-unsubscribe@... For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: A new SQLAlchemy migration toolkit - miruku 0.1a3 has been releasedIt seems the server crashed by unknown reason this morning. Please try again. :) On Jul 3, 10:49 am, "Daniel Fetchinson" <fetchin...@...> wrote: > > Hi, I've just created a new migration toolkit - miruku. The goal of > > miruku project is to do the migration work automatically by just one > > simple command. There is no need to write upgrade script manually and > > there is no version control mechanism. All you have to do is just keep > > modifying your model schema code and miruku will do all the upgrading > > things for you. > > > Now you can download and find simple tutorial at > >http://trac.ollix.org/miruku/ > > This URL doesn't seem to work for me. > > Cheers, > Daniel > -- > Psss, psss, put it down! -http://www.cafepress.com/putitdown You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@... To unsubscribe from this group, send email to turbogears-unsubscribe@... For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: A new SQLAlchemy migration toolkit - miruku 0.1a3 has been releasedcool, that seems like a really cool project. One of the things I like about writing upgrade scripts (for sql-alchemy-migrate) is that I get an opportunity to insert/modify data as part of the upgrade.
For example recently I added a table which stored wiki style names for other objects in the database. The upgrade script offered me the opportunity to populated that new table making my testing/deployment a lot easier. Do you plan to cover that kind of scenario? -- blog: http://www.luckydonkey.com work: http://www.newmetalarmy.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@... To unsubscribe from this group, send email to turbogears-unsubscribe@... For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: A new SQLAlchemy migration toolkit - miruku 0.1a3 has been releasedOn Jul 4, 12:12 am, dazza <dazzaredgr...@...> wrote: > cool, that seems like a really cool project. One of the things I like about > writing upgrade scripts (for sql-alchemy-migrate) is that I get an > opportunity to insert/modify data as part of the upgrade. > > For example recently I added a table which stored wiki style names for other > objects in the database. The upgrade script offered me the opportunity to > populated that new table making my testing/deployment a lot easier. > > Do you plan to cover that kind of scenario? > > -- > blog:http://www.luckydonkey.com > work:http://www.newmetalarmy.com Currently the miruku project focuses on the schema upgrading. But if anything could make miruku more completed and useful, why not? :) Actually, the renaming mechanism will be implemented by supplying a upgrade script. So I think it's okay to provide what the functions you need. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to turbogears@... To unsubscribe from this group, send email to turbogears-unsubscribe@... For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free Forum Powered by Nabble | Forum Help |