Skip to content

Python script to convert from Django models.py TO react native WatermelonDB schema.js,

Notifications You must be signed in to change notification settings

sandeshnaroju/django-model-to-react-native-watermelon-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-model-to-react-native-watermelon-schema

Python script to convert from Django models.py TO react native WatermelonDB schema.js

WHAT IS THIS ?

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.

USAGE

$ python dwconverter.py models.py

That above command will generate schema.js to use in react native applications that use watermelondb as db framework.

About

Python script to convert from Django models.py TO react native WatermelonDB schema.js,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages