react-native-db-models
react-native-db-models copied to clipboard
Does the DB require a declared model?
I am a newer programmer, and I am interested in using this library as part of my react native app (I am building an avatar creator). SQL db requires a model to be added before use, and in a NoSQL db they can use models, but do not have to? Is there a way to declare the model prior to use?