[sqlalchemy] Re: SQLAlchemy GUI

2009-05-15 Thread Jarrod Chesney
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 us

[sqlalchemy] Re: SQLAlchemy GUI

2009-05-14 Thread Wolfgang Keller
> 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 applicati

[sqlalchemy] Re: SQLAlchemy GUI

2009-05-13 Thread Jarrod Chesney
Anyone? I'll take that as a "No". Thanks On May 11, 8:49 pm, Jarrod Chesney wrote: > Hi All > > 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 ob