Re: Avoiding re-inventing a wheel

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Avoiding re-inventing a wheel
Date: 2016-08-12 16:28:56
Message-ID: 7bf64e8a-0a2e-56ef-53be-a2cc4911b948@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/12/2016 09:18 AM, Rich Shepard wrote:
> I need to expand my client relation management/sales tracking application
> from its existing python3/Qt5/SQLite3 version to a more capable one
> built on
> a postgres backend. (For the record, I've been using postgres and sqlite on
> linux for almost 20 years now so I'm comfortable with both.)
>
> Before I end up re-inventing this wheel I'd like to learn if someone has
> such a tool available and is willing to let me copy it for my inhouse use.
> If not, I'd appreciate opinions on whether I should write the
> application in
> python (with wxPython as the GUI) and use postgres as the backend or build

FYI regular(classic) wxPython does not support Python 3. If you are
looking forward you want:

https://www.wxpython.org/Phoenix/docs/html/index.html

> it primarily with postgres with python as the middleware and something for
> the UI. All my previous science/business applications have been written in
> python and pass embedded SQL to the postgres back end; I've not tried to
> use
> all the postgres capabilities to make development quicker and easier.
>
> Your thoughts?
>
> Rich
>
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edmundo Robles 2016-08-12 16:34:54 Re: Error at dynamic generated copy...
Previous Message Adrian Klaver 2016-08-12 16:22:37 Re: Corrupted Data ?