Schema generation and visualisation, + video #228
Replies: 1 comment 7 replies
-
I tried using But we have a table called Is there a way for me to tell the generator to ignore that error or use a different alias internally? I know Piccolo does a lot, but I'm really just looking for something to do models and query building right now so I don't think the Thanks in advance and let me know if I should put this in a separate issue or discussion :) |
Beta Was this translation helpful? Give feedback.
-
We recently added the
schema
app to Piccolo. It lets users auto generate their PiccoloTable
classes from an existing database, usingpiccolo schema generate
.It also auto generates an Entity Relationship Diagram from your schema using
piccolo schema graph
, which can be great for documentation.Here's a video about it:
https://www.youtube.com/watch?v=Y9vaS4nnQGE
Beta Was this translation helpful? Give feedback.
All reactions