Python script to convert from Django models.py TO react native WatermelonDB schema.js
This is simple python script that converts Django models.py to WatermelonDB schema.js for react native local storage. This makes your life easier if you are building Mobile App that has to sync data between server and local database. You can use this script to generate similar tableSchemas to your server tables.
$ python dwconverter.py models.py
That above command will generate schema.js
to use in react native applications
that use watermelondb
as db framework.