Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-09-15 | 1.2 kB | |
v0.1.3 source code.tar.gz | 2024-09-15 | 241.8 kB | |
v0.1.3 source code.zip | 2024-09-15 | 252.1 kB | |
Totals: 3 Items | 495.1 kB | 0 |
🎉 peepDB 0.1.3
We're excited to announce the release of peepDB 0.1.3! This version brings some key improvements to enhance your database inspection experience.
What's New
1. 🖥️ Improved CLI with Click
- Redesigned command-line interface using Click for a more intuitive and user-friendly experience.
- New command structure for easier navigation and use of peepDB features.
- Example usage:
peepdb view myconnection --table users
2. 📄 Pagination Support
- Introduced pagination for large datasets, allowing users to view data in manageable chunks.
- New
--page
and--page-size
options for theview
command. - Example usage:
peepdb view myconnection --table users --page 2 --page-size 50
🔧 Other Improvements
- Performance optimizations for faster data retrieval.
- Minor bug fixes and code refactoring.
🚀 Upgrading
To upgrade to peepDB 0.1.3, simply run:
pip install --upgrade peepdb
💬 Feedback
We value your feedback! If you encounter any issues or have suggestions for improvements, please open an issue on our GitHub repository.
Thank you for using peepDB! 🙌