-
-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
Description
@gadicc What are your thoughts on using Waterline for our database code? This would allow us to forgo writing individual database adaptor packages like we had planned. Instead defining a model for our accounts data and relying on the end user to install the necessary waterline adaptor package for their database.
On the flip side, this would be putting all our eggs in one basket.
I'm leaning towards our original approach.