T
T
Tobi-kun2019-03-29 14:51:02
Python
Tobi-kun, 2019-03-29 14:51:02

SQLAlchemy or PL/pgSQL?

Hello dear. I have a question and in order to find the correct answer I need your opinions.
I am learning Flask and for further work I needed to install MySQL. But due to a stupid habit of choosing the best, I googled and chose PostgreSQL. I dug a little more and then came to SQLAlchemy, which makes it possible to write code without thinking about SQL dialects. And the code becomes independent of any database. That's all I could find out about SQLAlchemy. What do you choose and why?
It is desirable that there be good functionality, ease of learning and a bright future :D

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2019-03-29
@sim3x

For learning - use orm - alchemy or jang
For production - use orm
When you become a specialist in IB, sql and python - write raw queries

S
Sergey Nizhny Novgorod, 2019-03-29
@Terras

Postgres + postgres driver + SQL ALchymy = something like that.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question