codemation / pydbantic

A single model for shaping, creating, accessing, storing data within a Database
https://pydbantic.readthedocs.io/en/latest/
Apache License 2.0
223 stars 16 forks source link

added missing import statments for example #28

Closed engineerjoe440 closed 2 years ago

engineerjoe440 commented 2 years ago

Update Import Statements in README

This pull request adds the models which were used, but not imported, in one of the very first examples. In later documentation, assumptions about imports are made, but for the first example, it is helpful to show all imports.

Issues addressed: