From: Rich S. <rsh...@ap...> - 2021-06-10 16:26:29
I'm not a full-time developer but have a couple of desktop applications to
build. The backend is postgresql-12.7 (tables built and holding data), the
UI is TKinter (python-3.7.2) and the connector is psycopg2-2.8.6. All this
runs on Slackware64-14.2.
The SQLObject web site's documentation page has a list of links. Are the
docs available as a downloadable PDF file? Is there a tutorial so I can
learn how to start and become familiar and comfortable with the tool?
TIA,
Rich
Hello!
On Thu, Jun 10, 2021 at 09:09:57AM -0700, Rich Shepard <rsh...@ap...> wrote:
> I'm not a full-time developer but have a couple of desktop applications to
> build.
Welcome and thank you for your interest in SQLObject!
> The backend is postgresql-12.7 (tables built and holding data), the
> UI is TKinter (python-3.7.2) and the connector is psycopg2-2.8.6. All this
> runs on Slackware64-14.2.
Sorry, that's irrelevant.
> The SQLObject web site's documentation page has a list of links. Are the
> docs available as a downloadable PDF file?
For some time I had been generating the docs at RTFD but last push
was in 2017:
https://sqlobject.readthedocs.io/en/stable/News.html#sqlobject-3-3-0
The PDF is at https://sqlobject.readthedocs.io/_/downloads/en/stable/pdf/
I stopped using RTFD because nobody's expressed interest in using the
docs. People seem to be satisfied with http://sqlobject.org/
> Is there a tutorial so I can
> learn how to start and become familiar and comfortable with the tool?
There is no a separate tutorial document. THe best you can find is an
introduction:
http://sqlobject.org/SQLObject.html#using-sqlobject-an-introduction
You are welcome to send pull requests to fix or extend the docs!
> TIA,
> Rich
Oleg.
--
Oleg Broytman https://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
From: Rich S. <rsh...@ap...> - 2021-06-10 17:32:30
On Thu, 10 Jun 2021, Oleg Broytman wrote:
> For some time I had been generating the docs at RTFD but last push
> was in 2017:
> I stopped using RTFD because nobody's expressed interest in using the
> docs. People seem to be satisfied with http://sqlobject.org/
Oleg,
Okay.
> There is no a separate tutorial document. THe best you can find is an
> introduction:
> http://sqlobject.org/SQLObject.html#using-sqlobject-an-introduction
I saw that. I'll start playing with it and see what happens.
Thanks for the quick response,
Rich