For starters, how will you convert the results of a query into a useful Python object?
For more things, read SQLAlchemy's description and features. https://www.sqlalchemy.org/ --steve On Thu, Aug 11, 2022, 8:53 AM pzzcc <[email protected]> wrote: > Hello , > > I am building an application ( more of a tool really ) that have a web > interface , and I am trying to avoid using ORM all together. plus I want to > try postgresql features and experiment more with them. > > I don't want things to be overly complicated on the web interface so I put > lots of logic , *something that I know will not change any time soon* , > into PostgreSQL directly using functions etc. > > can you please point me to the right direction of using pyramid without it > ? what might be the pitfalls of not using an ORM with pyramid ? > > > > Thanks ! > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/309895e7-5ea4-49c6-b7e3-d7dff9c62337n%40googlegroups.com > <https://groups.google.com/d/msgid/pylons-discuss/309895e7-5ea4-49c6-b7e3-d7dff9c62337n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAOSXUXsr79gNZBz3Phss3p9u3D0ghoUSmM9vFxxCnL%2Bn1EgeDg%40mail.gmail.com.
