Hi Rich,
I appreciate the response. I understand how the structure of the SA model
works, it really is quite simple. My question was about an error while
using a third party tool called sqlacodegen, which is a tool which connects
to a DB and automatically generates the SA model. I am using this
On Tue, 15 Jun 2021, Ryan Bandler wrote:
I am a first-time SQLalchemy user planning on using SQLalchemy on a new
project.
Ryan,
I started to learn SA long ago, but put off the project. Now I'm starting
over again with much to learn.
We already have an established postgres database (currentl
Hello everyone,
I am a first-time SQLalchemy user planning on using SQLalchemy on a new
project. We already have an established postgres database (currently still
on localhost) which I do not want to handwrite the SQLalchemy model for. So
I am planning to use sqlacodegen. Unfortunately, sqlacod