Closed jmaicaaan closed 7 years ago
Models in loopback server or LB Angular SDK models (services)?
Models in loopback server under common -> models.
Newly created project
Depends, on the requirements. If you need basic functionality, built-in models are enough for common use cases. If you need to implement complex logic, extend the built-in models.
How do you create your built-in model relations(database table), manually creating the tables or automating it with scripts?
In my case, creation of ['User', 'AccessToken', 'ACL', 'RoleMapping', 'Role']
tables is taken care by loopback-cloudant-connector
.
Manually or Automated creating models like
['User', 'AccessToken', 'ACL', 'RoleMapping', 'Role']
?