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:
pip install SQLift
By default, SQLift uses SQLite. If you want to use PostgreSQL, you can install SQLift with PostgreSQL support using the following command:
pip install SQLift[postgres]
Feel free to use and provide feedback!
Full Changelog: v0.2.1...v0.2.2