Re: Postgres and LibreOffice's 'Base'

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres and LibreOffice's 'Base'
Date: 2016-12-05 18:52:55
Message-ID: alpine.LNX.2.11.1612051047530.16904@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 4 Dec 2016, Martin Collins wrote:

>> The problem with kexi is that it does not run on Microsoft OSes which is
>> what my clients use.
>
> There is a Windows package in the works, apparently. Version 3 already
> builds on Windows.

Martin,

However, it is highly unlikely that my clients (all large industrial
companies) would install anything other than what they buy from Microsoft.
Unfortunate, but true.

> Flask has a simple SQLAlchemy wrapper now. It is also based on bootstrap
> though I don't know how the widget set compares with Phoenix,

Based on advice from someone who builds postgres applications for a living
I decided that for my purposes as a non-professional application developer
the most parsimonious approach is to simplify to postgres (model),
wxPython/Phoenix-3.0.2.0 (view), and Python3 (controller) with SQL embedded
in the appropirate methods. This will result in a stand-alone application
that can be packaged for easy installation and use by clients.

Thanks very much for your suggestions,

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2016-12-05 19:02:37 Re: INSERT - UPDATE throughput oscillating and SSD activity after stopping the client
Previous Message Edilmar LISTAS 2016-12-05 18:21:06 How to config start/stop scripts in a different data dir for CentOS7/systemctl/PG9.6