#OOP Database
1 messages · Page 1 of 1 (latest)
you might want to look into ORMs
Took a look at sqlalchemy and it looked quite nice
How would you recommend hosting the db? Using SQLite on the vps? Or another way?
I use a Postgres instance in a separate VM on the hosting service that use for my bot, and connect to it via SQLAlchemy