bn-test-example
Get/set data
Installation
npm install @boatnet/bn-data-access
naming conventions
File and class names are plural (ports / Ports, waivers / Waivers), except when the plural would not make sense (search, em)
Pluralize by adding 's' even if gramatically incorrect (use persons, not people)
The class instance object name should camel case the class name and append 'DAO', (class name: VesselSelections, object name: vesselSelectionsDAO)