Database and schema independent application - Yes. Whats CRUD? Google sais "Create, read, update and delete"
The gui is wx. Believe it or not, Oracles SQL Developer is supposed to be able to manage MSSQL, Oracle and MYSQL (not sure about postgresql) They have built in SVN or CVS, I assume for use as a version control schema configuration. And its seems quite complete. It would take allot of work to replicate its functionality. The reasons why im writing "yet another" are : * I'd like a form of schema version control that can compare a targeted schema with versions in the version control, and incrementally upgrade it. * I'd like a consistent reference to a schema object so i can use it as a reference for other tools that use the schema. Hopefully it will end up making life easier for me as well. On May 14, 9:29 pm, Wolfgang Keller <[email protected]> wrote: > > I'm planning on making a GUI database configurator based on > > SQLAlchemy. It will be roughly a GUI interface to the SQLAlchemy API. > > Allowing the user to view/edit table data as well as database objects. > > What do you mean? Essentially a database- and schema-independent "generic" > CRUD application? > > > Anyway, Thats my plan : I'm posting this to ask if anyone else is > > working on something similar? > > I'm just a Poor Python Scripting Dilettant (tm), so my skills wouldn't help > you much, but if you'll turn out anything and if you'll publish is as open > source (and if it won't be a "Web application", but one with a REAL GUI - > Qt, GTK, wx, whatever), I'd probably use it and study the code for learning. > > Sincerely, > > Wolfgang --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
