peepo-world / greenhouse

The web app behind peepo.world
https://greenhouse.readthedocs.io/en/latest/
Other
2 stars 2 forks source link

Database stack #3

Open FFY00 opened 1 year ago

FFY00 commented 1 year ago

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.