I think for our application SQL, as opposed to NoSQL, would be best. I think for production, probably PostgreSQL would be best, but most other SQL databases should be fine. I don't think we'd need to use any PostgreSQL-specific feature.
For the stack, I think SQLAlchemy (for db connection) and Alembic (for db migration) would be the best option.
I think for our application SQL, as opposed to NoSQL, would be best. I think for production, probably PostgreSQL would be best, but most other SQL databases should be fine. I don't think we'd need to use any PostgreSQL-specific feature.
For the stack, I think SQLAlchemy (for db connection) and Alembic (for db migration) would be the best option.