diddi- / flask-seeder

Flask extension for seeding database
32 stars 11 forks source link

Is it working with mongoengine ? #15

Closed lironesamoun closed 2 years ago

lironesamoun commented 2 years ago

Hi,

I would like to know if it supports mongoengine beside SQLAlchemy ?

Thank you

diddi- commented 2 years ago

Hi, I'm not familiar with mongoengine so I honestly don't know. Flask-seeder is only tested against SQLAlchemy so that's what it will support. Other engines may or may not work, if you find that it is indeed working I'd like to know for future reference.