> I think something like a PHP my admin replacement (that supports all > the SA backends) using DBSprockets would count, and would be very > useful even outside of the TG community. > > --Mark Ramm
I'm thinking you meant all TG ORMs, not SA Back-ends, but this was a bit unclear. In fact, it would be pretty easy to make a PHP my-admin like application that sat on top of TG1/2 which only ran DBMechanic and used sqlalchemy reflection to get the database information. I already have reflection working, I would just have to make a paster template to create the project. Reflection is verified on sqlite, Mysql and Postgres, but I think postgres might have a bug or two... The user would only be required to provide a admin-level URI to their database. The other stuff that needs to be done would be migrate- related, such as adding a column and removing a column. A good querying system is also needed, I might propose a google of code to do just that. In any event, thanks to everyone for updating the wiki. I think we should "hand-in" the application on Tuesday, so lets make the deadline for the application page Monday at 8pm est. The Ideas page should remain active indefinitely however. If anyone could add some stuff on there it would be appreciated. -chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
