DEV Community

Discussion on: Falcon API Framework on Docker

Collapse
 
danbardov profile image
dan-bar-dov

Rather then using postgres, consider using sqlalchemy, which will make your solution database independent.

Collapse
 
_mertsimsek profile image
Mert Simsek

In fact, I'd like to refer to ORM on Python with SqlAlchemy. On my 2nd,3rd step, I'm going to build that structure as you said.