user interface - Which language for a quick GUI app + sqlite database CRUD (2-4 tables) -


which language quick gui app + sqlite database crud (2-4 tables). java, python? (please no jokes vbasic), reference, source code on?

added:

first idea: 1 database sqlite (win) + client gui app (win) clients table + orders table + others import, export database add, del, edit, etc. entries

second idea: 1 hosted database (postgresql ,mysql) + web app client clients table + orders table + others import, export database add, del, edit, etc. entries

thinking django, ror or local java(netbeans), python(wxpython+orm).

???

ruby on rails simple crud operations very - although doing more can little more complex (would require reading ror's way of doing things). latest version of rails automatically uses sqlite databases, , in fact whole database, , crud gui code can created 1 command (scaffold).

if deployed can bit more difficult (although hear capistrano good) - local or intranet use that's i'd do.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -