# [0.3.0](https://github.com/mm716783/naorm-sqlite/compare/v0.2.1...v0.3.0) (2023-12-02)
### Bug Fixes
* **db:** add type to pragma query result ([6a7fb43](https://github.com/mm716783/naorm-sqlite/commit/6a7fb4338ae84f9eccf8b8b57aadd8293a94e8b7))
* **deps:** update deprecated camel case dependency to change case ([83f044c](https://github.com/mm716783/naorm-sqlite/commit/83f044c2dffada994e21a9a152252aa1a0eebc35))
* **deps:** update other dependencies ([3c75d34](https://github.com/mm716783/naorm-sqlite/commit/3c75d34b1c52e6bf9ec9d1a9df1a2e01814a2fe7))
* **deps:** use just camel case for dependency ([bd25071](https://github.com/mm716783/naorm-sqlite/commit/bd2507163b610f1a196b2eaec8f6282f1861de48))
* **docs:** update readme with new info regarding not null behavior ([c21613f](https://github.com/mm716783/naorm-sqlite/commit/c21613f4eca04fe943f4a870d171a563d81cea27))
* **sql:** use topological sort to determine sql dependencies ([2a87d26](https://github.com/mm716783/naorm-sqlite/commit/2a87d265f10169e8d2aadbcf389d2448527a7723))
* typo in github config ([e07dc06](https://github.com/mm716783/naorm-sqlite/commit/e07dc069e64d8fda572d8c66896802a44f762e24))
### Features
* **config:** add config option to infer not null enforcement from column definition ([c30ad0e](https://github.com/mm716783/naorm-sqlite/commit/c30ad0e95b3db8c7d532f00d56a717bee4534fd5))
* **config:** update db classes to retrieve not null property from column definition ([edbdd02](https://github.com/mm716783/naorm-sqlite/commit/edbdd02601a1ca230d9592fb8cb891a1848a45e4))
* **config:** update expected e2e test results ([62248c7](https://github.com/mm716783/naorm-sqlite/commit/62248c77878b8e27fa92f0e6e13658514feeb08f))
* **config:** update logic for when null union type is applied to typescript property ([8aebec8](https://github.com/mm716783/naorm-sqlite/commit/8aebec8bb43eb6fff579fda11cfc3b0be7e784e8))