Peewee ORM: JSONField when database engine can switch dynamically
I really like peewee
, and use it extensively; our software uses .bind to be able to switch SQLite databases, and that works great. We need to switch databases because our software is mostly for researchers for have multiple projects, we we give each project a subdirectory with their own database.
Peewee ORM: JSONField when database engine can switch dynamically
I really like peewee
, and use it extensively; our software uses .bind to be able to switch SQLite databases, and that works great. We need to switch databases because our software is mostly for researchers for have multiple projects, we we give each project a subdirectory with their own database.