Re: Data entry / data editing tools (more end-user focus).

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Tony Shelver <tshelver(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Data entry / data editing tools (more end-user focus).
Date: 2019-03-27 14:15:07
Message-ID: 9b51f683-c31a-9d59-25e6-8a14c77c88b0@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/27/19 3:48 AM, Tony Shelver wrote:
> Looking for a good tool that I can give to users to enter data (for
> example, products, categories, brands, price tables and so on).
> Preferably it should also allow images to be copied into a bytea field
> but I know I can't have everything.
>
> Been battling with a few open source 'headless' content management
> systems the last few weeks.  All they really are is a data schema
> designer, an API interface (for the API / database based ones like
> Strapi and Directus), and a content entry front end, along with some
> access management added in.
> And they don't necessarily play well with the DB, or the technology
> stack is something I don't want to deal with.
>
> I figure using PostgREST or Postgraphile or Python Graphene  or any of
> the dedicated 3rd party REST / GraphQL APIs will probably give as good
> an API as most of the new content managers,
>
> pgModeler.io is a way better schema design tool than what I have found
> in the CMS systems I have used so far as well.
>
> Data that I would like to store (and edit) is the usual, but also
> images, HTML sections, and markdown.
>
> Any ideas?

I am not really sure from above what you want, so some questions:

1) GUI form interface?
GUI form builder?

2) Enter records one at time or in bulk?

3) Cross platform?
If so what platforms?

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Prakash Ramakrishnan 2019-03-27 15:32:48 Re: plctl extension issue postgresql 11.2
Previous Message Adrian Klaver 2019-03-27 14:09:00 Re: plctl extension issue postgresql 11.2