=========================================
.. image:: https://travis-ci.com/insightindustry/sqlathanor.svg?branch=v.0.3.0
:target: https://travis-ci.com/insightindustry/sqlathanor
:alt: Build Status (Travis CI)
.. image:: https://codecov.io/gh/insightindustry/sqlathanor/branch/v.0.3.0/graph/badge.svg
:target: https://codecov.io/gh/insightindustry/sqlathanor
:alt: Code Coverage Status (Codecov)
.. image:: https://readthedocs.org/projects/sqlathanor/badge/?version=v.0.3.0
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=v.0.2.2
:alt: Documentation Status (ReadTheDocs)
New Features
-----------------
* 35: Added ``BaseModel.dump_to_csv()``
* 35: Added ``BaseModel.dump_to_json()``
* 35: Added ``BaseModel.dump_to_yaml()``
* 35: Added ``BaseModel.dump_to_dict()``
* 34: Added ``BaseModel.configure_serialization()``
* 42: Added support for the programmatic generation of declarative model classes.
* 41: Added support for the programmatic generation of ``Table`` objects.
* 51: All ``*from_<format>()`` methods and functions now accept Path-like objects
as inputs to load serialized data from a file.
Other Changes
---------------
* 43: Refactored declarative classes and functions.
* 50: Updated `Validator-Collection <https://validator-collection.readthedocs.io/en/latest>`_
dependency.
-----------