Breaking changes
* Removed `Porm` singleton in favor of database-specific drivers
Features
* Added SQLite support. Minimum supported SQLite engine is `3.35.0`
* Updated return type on `Column` to include field type and `_PormField`
* Added "meta tables" which can be used to define a base-entity that itself doesn't have a tablename, but can have base columns such as `id`, `created_at`, etc.
Bug Fixes
* `insert_many` with an empty list is now a no-op instead of raising an error at the database level
**Full Changelog**: https://github.com/rafalstapinski/p3orm/compare/0.5.0...0.6.0