BezBartek / django-db-views

Creating automatic migrations for Views models witch working reverse and full command options like in normal makemigrations
MIT License
57 stars 11 forks source link

Add SQLite support #2

Closed mitya57 closed 4 years ago

mitya57 commented 4 years ago

I don’t know which databases you aim to support, but with this commit it works with SQLite as well as PostgreSQL.

BezBartek commented 4 years ago

Thank you, on the beginning, I thought only about postgres