This update introduces the ability to optionally install SQLift with PostgreSQL support.
Key Feature
- **Optional PostgreSQL Support:** By default, SQLift is installed without PostgreSQL support. You can optionally install it with PostgreSQL support.
Installation
You can install SQLift using pip:
bash
pip install SQLift
By default, SQLift uses [SQLite](https://www.sqlite.org). If you want to use [PostgreSQL](https://www.postgresql.org), you can install SQLift with PostgreSQL support using the following command:
bash
pip install SQLift[postgres]
Feel free to use and provide feedback!
**Full Changelog**: https://github.com/SpaceShaman/SQLift/compare/v0.2.1...v0.2.2