Added - Implemented logging support with configurable log levels. - Added `setup_logging` method for log file management. - Introduced `show_version()` to display the library version. - Improved error handling and structured debug outputs.
Changed - Refactored database connection methods for better structure. - Reworked `show_*` functions for more clarity. - Enhanced column and table retrieval logic.
Fixed - Addressed minor issues with input formatting. - Improved validation and error messages.
0.1.1
Added - Initial implementation of dynamic table creation. - Support for PostgreSQL database connections. - Methods for inserting, retrieving, and managing tables dynamically.