DB Table Processor?

A

A. Shore

Folks, I'm considering developing a particular app in Python - I've
been working in PHP for some years now - and it will be db-intensive.
Whether it's based on sqllite or mySQL is TBD as of right now.

One tool that's done me well in the past is a generalized table
processor, which I use as a way of getting early visualization into
the app's requirements. That is, given an existing schema, it will
generate or perform the C R U D functions on each table comprising
the schema, with no/little code needing to be written.

I've searched without success in trying to locate some - hopefully FOS
- py-based utility that will do this for me.

Thanks for any URL/information. AS
 
E

Ed Leafe

Folks, I'm considering developing a particular app in Python - I've
been working in PHP for some years now - and it will be db-intensive.
Whether it's based on sqllite or mySQL is TBD as of right now.

One tool that's done me well in the past is a generalized table
processor, which I use as a way of getting early visualization into
the app's requirements. That is, given an existing schema, it will
generate or perform the C R U D functions on each table comprising
the schema, with no/little code needing to be written.

I've searched without success in trying to locate some - hopefully FOS
- py-based utility that will do this for me.

If you prefer a rich client app instead of a browser-based app, you should look into Dabo. We have an AppWizard that creates a searchable CRUD app in less than a minute. You can view a screencast of the AppWizard in action at http://j.mp/6kRp0u. It works with MySQL, SQLite, PostgreSQL, and MS Sql Server.

More information can be found at http://dabodev.com


-- Ed Leafe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top