The source of the database model (using peewee) is included with Prodigy in components/db.py, so you can check out how it is set up there. For 100% flexibility, you can also implement your own custom Database class – see here for more details:
As long as the database methods exist and do the right thing, it's then fully up to you how you implement the logic and how the data is stored or retrieved.